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
Fix vifm.exe using `data/vifmrc` as global config cf238ebe94ba2e0665a9ff01bd78f3071f6b928a xaizek 2024-04-20 09:17:13
Do not put some files into Win release archives f9dd57e800df1784e1be109ad20b07bfa053837b xaizek 2024-04-20 09:14:42
Improve readability of "archive" in scripts/deploy e0e8ddb4a3406d54f4f98d428fc850f7beb6e280 xaizek 2024-04-20 09:13:47
Commented out Ctrl-U shortcut in sample vifmrcs 044e98d08c6fc5fdf885a1521a5338f4e9e90eff xaizek 2024-04-20 09:06:37
Add strerror(errno) to individual syscalls errors 17958eeabf7c6367c452cffd9b59ce2010ded509 xaizek 2024-04-13 12:05:02
Use ~ in paths of files shown on job bar 3faa653fbfb28c4df134c00a979f93ae7f164c86 xaizek 2024-04-09 11:53:23
Update format of progress for background jobs 9702c659a9643883bc9da9dee60745116f98236e xaizek 2024-04-08 08:45:53
Show current file position of background operation 1bc90a22a6c0040758f9be57f61a301a1c8675d7 xaizek 2024-04-08 08:43:57
Fix absolute path completion when 'autocd' is set c54e0dd1b1a20fe39e25e0fdcc7a3b57b8a57f2d xaizek 2024-04-07 09:56:45
Enable line completion only in tests that use it 5de6c187d05a5e6f7631025f8a76d6cc5c6ec80e xaizek 2024-04-07 09:01:43
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