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
Version v0.14.1 dc46292414a5e57a64598cd1a26ecadf278791b2 xaizek 2025-05-02 08:45:02
Update NEWS file for v0.14.1 9ccbc1e1b5663714d4ae5614b896f9a266d44921 xaizek 2025-05-02 07:59:24
Fix UB in fops_misc.c:gen_clone_name() 15b34b9050ada596903d8a8399ac233b169cfee9 xaizek 2025-05-02 07:47:54
Increase format buf in fops_rename.c:incdec_name() e620e2002c74d8e62f714f7d312dcfbbc9422507 xaizek 2025-05-02 07:46:14
Extend range of numbers Ctrl-A/Ctrl-X deals with 90323e90269b90fea821132e169313b437664b0c xaizek 2025-05-01 21:44:04
Fix :clone producing weird results for some names 32674117a8f1efc6b355cfaacc739a7fb043868d xaizek 2025-05-01 21:33:59
Fix truncating wide characters on drawing columns 671b12cd4d74984f345bca925486c226668ce1b6 xaizek 2025-04-29 16:43:46
Fix a leak on parsing of malformed 'viewcolumns' 5ea32dce950c5d015b2c20d298aed6ee2a7d4cbe xaizek 2025-04-28 17:27:39
Better code for freeing in viewcolumns_parser.c fca75884691dbb6cc12872ce095bdc67c880f36a xaizek 2025-04-28 16:57:20
Fix a possible leak on formatting tab line 3bf5f65592e42e7a0506e8039cdcd643bf5bd8a5 xaizek 2025-04-28 13:40:56
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