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.
Commit df9112966ed771cc201bdcdca6b8ebfecb74b984

Fix utils/selector_win.c missing from archive
Author: xaizek
Author date (UTC): 2020-09-09 13:06
Committer name: xaizek
Committer date (UTC): 2020-09-09 13:06
Parent(s): b8a5ceb9d1e2fb4c723d620e74004e64e3ea967b
Signing key: 99DC5E4DB05F6BE2
Tree: f4442192ab664c49e766bed3ea3d320a72cf297f
File Lines added Lines deleted
src/Makefile.am 1 0
src/Makefile.in 1 0
File src/Makefile.am changed (mode: 100644) (index 91f15add2..eb3fa0ecb)
... ... EXTRA_DIST = \
282 282 win_helper.c \ win_helper.c \
283 283 utils/fswatch_win.c \ utils/fswatch_win.c \
284 284 utils/gmux_win.c \ utils/gmux_win.c \
285 utils/selector_win.c \
285 286 utils/shmem_win.c \ utils/shmem_win.c \
286 287 utils/utils_win.c \ utils/utils_win.c \
287 288 utils/utils_win.h \ utils/utils_win.h \
File src/Makefile.in changed (mode: 100644) (index 3eb95ca00..31a0657e3)
... ... EXTRA_DIST = \
849 849 win_helper.c \ win_helper.c \
850 850 utils/fswatch_win.c \ utils/fswatch_win.c \
851 851 utils/gmux_win.c \ utils/gmux_win.c \
852 utils/selector_win.c \
852 853 utils/shmem_win.c \ utils/shmem_win.c \
853 854 utils/utils_win.c \ utils/utils_win.c \
854 855 utils/utils_win.h \ utils/utils_win.h \
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