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 'wildinc' "eating" slashes 4f582e9e7888730f4a84b2f367b720b72b16ae37 xaizek 2024-10-20 13:21:33
Add handling of Enter/Escape keys to prompts 8260fcdd3e1dcdf949c33330aed9472fb5685e25 xaizek 2024-10-20 09:07:28
Add handling of Escape to error dialogs 5cdbfd79a0d176af7515617b92cdfc7dade9a5fc xaizek 2024-10-20 09:03:53
Fix Escape being handled as Ctrl+C in prompts 2da00c98a20e7d9f3f5baa571acadd69fb185b2b xaizek 2024-10-20 08:59:51
Make :goto preserve custom and tree views 8a0e24b105f5927f54f886b0e2f17277b8faaa71 xaizek 2024-10-17 12:35:06
Extract tests/commands/goto.c 2485b506d3835447ca211397b365370418e189f7 xaizek 2024-10-17 12:33:03
Fix compilation warnings on Mac OS db4eb727527bed8f4b25ba93c1ce18e3ede21762 xaizek 2024-10-17 11:49:03
Warn user about incorrect string check in conds 9dabbcca566f59eef00c4066378876d7af6ce50f xaizek 2024-10-17 11:45:32
Fixed use of envvars in :ifs in sample vifmrc file 6ff583b2eed79787f6693381e1c04e8c51df2d8d xaizek 2024-10-15 12:11:47
Update body of engine/parsing.c:eval_or_op() 8081549038a8ed2f8015656119223c145044df3c xaizek 2024-10-15 12:09: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