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 / utils /
File Mode Size
private/ 040000
cancellation.c 100644 1,094B
cancellation.h 100644 1,735B
darray.h 100644 3,379B
dynarray.c 100644 2,725B
dynarray.h 100644 1,779B
env.c 100644 4,040B
env.h 100644 1,935B
event.h 100644 1,979B
event_nix.c 100644 2,367B
event_win.c 100644 1,674B
file_streams.c 100644 2,601B
file_streams.h 100644 1,956B
filemon.c 100644 2,226B
filemon.h 100644 2,386B
filter.c 100644 5,296B
filter.h 100644 3,036B
fs.c 100644 17KiB
fs.h 100644 10KiB
fsdata.c 100644 9,294B
fsdata.h 100644 3,023B
fsddata.c 100644 1,746B
fsddata.h 100644 2,068B
fswatch.h 100644 1,750B
fswatch_nix.c 100644 8,062B
fswatch_win.c 100644 3,071B
globs.c 100644 3,427B
globs.h 100644 1,992B
gmux.h 100644 1,886B
gmux_nix.c 100644 2,058B
gmux_win.c 100644 1,953B
hist.c 100644 3,579B
hist.h 100644 2,357B
int_stack.c 100644 2,390B
int_stack.h 100644 2,500B
log.c 100644 3,543B
log.h 100644 2,201B
macros.h 100644 7,357B
matcher.c 100644 14KiB
matcher.h 100644 2,935B
matchers.c 100644 12KiB
matchers.h 100644 2,717B
mem.c 100644 1,812B
mem.h 100644 1,480B
parson.c 100644 69KiB
parson.h 100644 12KiB
path.c 100644 15KiB
path.h 100644 6,242B
regexp.c 100644 5,016B
regexp.h 100644 3,039B
selector.h 100644 2,325B
selector_nix.c 100644 2,253B
selector_win.c 100644 2,795B
shmem.h 100644 2,257B
shmem_nix.c 100644 4,156B
shmem_win.c 100644 2,664B
str.c 100644 21KiB
str.h 100644 15KiB
string_array.c 100644 9,479B
string_array.h 100644 5,560B
test_helpers.h 100644 1,138B
trie.c 100644 9,803B
trie.h 100644 2,261B
utf8.c 100644 7,634B
utf8.h 100644 4,393B
utf8proc.c 100644 32KiB
utf8proc.h 100644 31KiB
utf8proc_data.inc 100644 2,176KiB
utils.c 100644 23KiB
utils.h 100644 15KiB
utils_int.h 100644 1,620B
utils_nix.c 100644 27KiB
utils_nix.h 100644 3,477B
utils_win.c 100644 27KiB
utils_win.h 100644 4,110B
xxhash.c 100644 1,855B
xxhash.h 100644 180KiB
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