xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
<root> / src / lua /
File Mode Size
lua/ 040000
api.h 100644 1,801B
common.c 100644 6,170B
common.h 100644 3,581B
vifm.c 100644 16KiB
vifm.h 100644 1,107B
vifm_abbrevs.c 100644 4,118B
vifm_abbrevs.h 100644 1,165B
vifm_cmds.c 100644 7,601B
vifm_cmds.h 100644 1,318B
vifm_events.c 100644 5,774B
vifm_events.h 100644 1,493B
vifm_handlers.c 100644 13KiB
vifm_handlers.h 100644 3,643B
vifm_keys.c 100644 7,388B
vifm_keys.h 100644 1,121B
vifm_tabs.c 100644 2,526B
vifm_tabs.h 100644 1,121B
vifm_viewcolumns.c 100644 7,350B
vifm_viewcolumns.h 100644 1,906B
vifmentry.c 100644 5,059B
vifmentry.h 100644 1,312B
vifmjob.c 100644 12KiB
vifmjob.h 100644 1,346B
vifmtab.c 100644 5,462B
vifmtab.h 100644 1,288B
vifmview.c 100644 13KiB
vifmview.h 100644 1,554B
vlua.c 100644 12KiB
vlua.h 100644 5,379B
vlua_cbacks.c 100644 2,822B
vlua_cbacks.h 100644 1,451B
vlua_state.c 100644 4,166B
vlua_state.h 100644 2,984B
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master