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 /
File Mode Size
cfg/ 040000
compat/ 040000
engine/ 040000
int/ 040000
io/ 040000
lua/ 040000
menus/ 040000
modes/ 040000
ui/ 040000
utils/ 040000
.valgrind.supp 100644 1,837B
Makefile.am 100644 15KiB
Makefile.in 100644 136KiB
Makefile.win 100644 7,723B
args.c 100644 16KiB
args.h 100644 3,240B
background.c 100644 40KiB
background.h 100644 10KiB
bmarks.c 100644 6,519B
bmarks.h 100644 2,455B
bracket_notation.c 100644 31KiB
bracket_notation.h 100644 1,756B
builtin_functions.c 100644 17KiB
builtin_functions.h 100644 1,224B
cmd_actions.c 100644 2,687B
cmd_actions.h 100644 1,455B
cmd_completion.c 100644 34KiB
cmd_completion.h 100644 4,090B
cmd_core.c 100644 30KiB
cmd_core.h 100644 7,109B
cmd_handlers.c 100644 152KiB
cmd_handlers.h 100644 1,790B
compare.c 100644 34KiB
compare.h 100644 2,579B
dir_stack.c 100644 5,110B
dir_stack.h 100644 2,765B
event_loop.c 100644 19KiB
event_loop.h 100644 1,481B
filelist.c 100644 106KiB
filelist.h 100644 17KiB
filename_modifiers.c 100644 8,515B
filename_modifiers.h 100644 1,404B
filetype.c 100644 14KiB
filetype.h 100644 5,307B
filtering.c 100644 21KiB
filtering.h 100644 5,134B
flist_hist.c 100644 10KiB
flist_hist.h 100644 3,172B
flist_pos.c 100644 22KiB
flist_pos.h 100644 9,601B
flist_sel.c 100644 9,781B
flist_sel.h 100644 3,607B
fops_common.c 100644 33KiB
fops_common.h 100644 10KiB
fops_cpmv.c 100644 18KiB
fops_cpmv.h 100644 2,302B
fops_misc.c 100644 35KiB
fops_misc.h 100644 4,121B
fops_put.c 100644 35KiB
fops_put.h 100644 1,934B
fops_rename.c 100644 21KiB
fops_rename.h 100644 2,426B
helpztags 100755 2,278B
instance.c 100644 3,682B
instance.h 100644 1,380B
ipc.c 100644 20KiB
ipc.h 100644 2,892B
lcov.css 100644 9,957B
lcovrc 100644 5,164B
macros.c 100644 23KiB
macros.h 100644 6,431B
marks.c 100644 11KiB
marks.h 100644 4,422B
ops.c 100644 33KiB
ops.h 100644 5,932B
opt_handlers.c 100644 105KiB
opt_handlers.h 100644 2,802B
plugins.c 100644 9,129B
plugins.h 100644 2,881B
registers.c 100644 22KiB
registers.h 100644 4,443B
running.c 100644 39KiB
running.h 100644 4,452B
search.c 100644 7,947B
search.h 100644 4,288B
signals.c 100644 4,188B
signals.h 100644 1,032B
sort.c 100644 22KiB
sort.h 100644 1,586B
status.c 100644 18KiB
status.h 100644 12KiB
tags.c 100644 17KiB
tags.h 100644 991B
trash.c 100644 24KiB
trash.h 100644 4,839B
types.c 100644 2,521B
types.h 100644 2,195B
undo.c 100644 22KiB
undo.h 100644 4,247B
update-compile-info 100755 579B
vcache.c 100644 19KiB
vcache.h 100644 2,593B
version.c 100644 3,735B
version.h 100644 1,129B
viewcolumns_parser.c 100644 7,556B
viewcolumns_parser.h 100644 1,632B
vifm-convert-dircolors 100755 10KiB
vifm-pause 100755 398B
vifm-screen-split 100755 156B
vifm.c 100644 16KiB
vifm.h 100644 1,895B
vifm.rc 100644 70B
win_helper.c 100644 1,760B
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