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 / menus /
File Mode Size
all.h 100644 1,655B
apropos_menu.c 100644 3,931B
apropos_menu.h 100644 1,350B
bmarks_menu.c 100644 3,842B
bmarks_menu.h 100644 1,229B
cabbrevs_menu.c 100644 2,800B
cabbrevs_menu.h 100644 1,498B
chistory_menu.c 100644 2,091B
chistory_menu.h 100644 1,171B
colorscheme_menu.c 100644 2,124B
colorscheme_menu.h 100644 1,181B
commands_menu.c 100644 3,900B
commands_menu.h 100644 1,168B
dirhistory_menu.c 100644 3,912B
dirhistory_menu.h 100644 1,341B
dirstack_menu.c 100644 1,854B
dirstack_menu.h 100644 1,168B
filetypes_menu.c 100644 6,528B
filetypes_menu.h 100644 1,635B
find_menu.c 100644 3,657B
find_menu.h 100644 1,186B
grep_menu.c 100644 3,252B
grep_menu.h 100644 1,183B
history_menu.c 100644 5,836B
history_menu.h 100644 1,843B
jobs_menu.c 100644 6,381B
jobs_menu.h 100644 1,152B
locate_menu.c 100644 2,664B
locate_menu.h 100644 1,179B
map_menu.c 100644 3,588B
map_menu.h 100644 1,299B
marks_menu.c 100644 3,774B
marks_menu.h 100644 1,216B
media_menu.c 100644 11KiB
media_menu.h 100644 1,167B
menus.c 100644 31KiB
menus.h 100644 8,497B
plugins_menu.c 100644 3,914B
plugins_menu.h 100644 1,181B
registers_menu.c 100644 1,389B
registers_menu.h 100644 1,195B
trash_menu.c 100644 3,831B
trash_menu.h 100644 1,123B
trashes_menu.c 100644 3,481B
trashes_menu.h 100644 1,277B
undolist_menu.c 100644 2,805B
undolist_menu.h 100644 1,186B
users_menu.c 100644 2,463B
users_menu.h 100644 1,288B
vifm_menu.c 100644 1,509B
vifm_menu.h 100644 1,152B
volumes_menu.c 100644 3,914B
volumes_menu.h 100644 1,164B
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