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
Add missing `static` keyword in engine/parsing.c 3a566240eb46d13f1eafc84606b0eff9b6b8eaa2 xaizek 2025-07-05 18:00:08
Test unterminated escape like "bla\ 80b10d71ed4b3b72ba58815d2efe6ec03d6ff6de xaizek 2025-07-05 17:59:08
Add \<key> sequences to "strings" in expressions 20e8f60d18995009f39d491ba3cf5faa993b8c3c xaizek 2025-07-05 17:13:40
Fix escaping characters with codes > 127 0ceb6f1c11bf097f766cc238801a9dd9b7328e35 xaizek 2025-07-05 12:46:05
Add comments for escape tables describing content 91c59fff4429227c08bf1694273763c176b70b8c xaizek 2025-07-05 10:47:44
Fix a comment in engine/parsing.c ed66a3b209614f9e8131f73a577d061e896452d6 xaizek 2025-07-05 10:42:37
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
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