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.
Subject SHA-1 Author Date
packer: apply fixes to make it work on Windows ff953304cd9097af23dbee2feab710a4c273f655 xaizek 2024-03-11 17:35:45
packer: fix formatting of unknown format error 3f6d5be3c997ba3f64a7497e6da95443d6a48151 xaizek 2024-03-11 17:34:50
Fix redirection issues of bg jobs on Windows 4399e2e2b81c4ef21e05d3461b9192159586d2f5 xaizek 2024-03-11 13:58:22
Make VifmJob:errors() wait for finished jobs 1d3d558f747bd234060940cfb12936b383ba4517 xaizek 2024-03-11 13:53:40
Remove utils/selector:selector_remove() 8d5672127b4354c447ccbb65358deeb467d8ced2 xaizek 2024-03-11 13:48:35
Poke error thread to finish up jobs 6e86c8f497f86ca1afaa7ae9c91bf29e2df09d04 xaizek 2024-03-11 13:44:20
Free pthread_key in bg_init() on error e5e55c1b32e7daae02f0c47856056aedd2422488 xaizek 2024-03-11 13:26:21
Ignore term_catches_stdout() test on Wine 485764f7e0878fb8fb1ce7233b12588ff490ad35 xaizek 2024-03-11 13:21:22
Improve closing of error pipe in launch_external() dbb86283134fe4ecadc726a3f49db0adb27ff3ca xaizek 2024-03-05 09:52:44
Remove always true condition in launch_external() a1c5d350a5971216a3fb57d6fd10f29f0aa510c4 xaizek 2024-03-05 09:46:17
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