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 / modes /
File Mode Size
dialogs/ 040000
cmdline.c 100644 83KiB
cmdline.h 100644 7,028B
file_info.c 100644 11KiB
file_info.h 100644 1,353B
menu.c 100644 31KiB
menu.h 100644 2,670B
modes.c 100644 9,094B
modes.h 100644 2,519B
more.c 100644 9,870B
more.h 100644 1,247B
normal.c 100644 71KiB
normal.h 100644 2,540B
view.c 100644 47KiB
view.h 100644 3,830B
visual.c 100644 42KiB
visual.h 100644 2,584B
wk.h 100644 4,076B
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