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
Upgrade Lua from 5.4.7 to 5.4.8. dab89cdaf1aa3a3ba28911a77ae6e70be9b4b631 xaizek 2025-07-01 12:33:40
Fix :normal running cmds with trailing whitespace 3ae34ad2158e9bb08da2ef00087a403e961ae30c xaizek 2025-07-01 12:11:57
Fix comments of 2 engine/cmds.h:cmd_info_t fields e38f2b5340b709a4250e760f377a21c23dbb0ebd xaizek 2025-07-01 12:09:19
Test that :normal exits command-line 9937cef4dc2ea6fe78492f674fc44a5c9f7c8006 xaizek 2025-07-01 12:03:27
Extract tests/commands/normal.c 37e743be56309fe42ac4154f4cd26eac1f9f4946 xaizek 2025-07-01 09:22:50
Add <help> :*map argument for help messages 20d3ddaa2305581b4ca8b6c76455232e8ee8d24f xaizek 2025-06-15 16:17:56
Support description of user keys in engine/keys 2baf12a7cf14ae13eaa5077237cffd97b2e03ce7 xaizek 2025-06-13 21:27:45
Make engine/keys copy description of foreign keys d84f9c96d4e871fd5c588bbc4145ec01457830ad xaizek 2025-06-13 12:56:44
Cleaner deletion of key chunks e3e16ec7d163bb6dc9cf7354c6ba9e7215e706db xaizek 2025-06-13 12:51:38
Exclude more 3rd party files in uncov-coverage 877bf90447445509c1033c76eadc623f0d7d3db1 xaizek 2025-06-12 18:33:10
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