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
Complete -focus parameter of :split/:vsplit c3dbff99edc80d7d142f885390669f350870dd8a xaizek 2026-09-06 09:48:28
Fix compilation with GCC 16 e05d0b202287a057392dfaf13b2d5affe74514f7 xaizek 2026-09-05 21:51:18
Refer to 'millerview' instead of 'miller' in vifmrc 971dc67c33bf2f66d3629ea2c30eb1e2c5bbc641 Éric NICOLAS 2026-09-07 20:33:32
Make :split/vsplit expand environment variables 310fb82840c09ef8a5ffc828d3be66b960082562 xaizek 2026-09-04 08:37:52
Add -focus parameter to :split and :vsplit 9835a336d259548f05c9f8f46e0d98cf33f96e29 xaizek 2026-09-04 08:08:58
Schedule a redraw in swap_view_roles() d669b35b2b7b8112ecad872bf4f8959d7a549c75 xaizek 2026-09-02 18:20:46
Change :sp[lit] and :vs[plit] to expand macros e867f938dfc809febfa137cde184a41c1a5582af xaizek 2026-09-02 08:54:57
Change :filter to :filt[er] 269a84d85e3ed9688d7a14b44a29ed7387df2d40 xaizek 2026-09-02 08:00:03
Test :split and :vsplit commands e4058829d5c053268c07b08629750b5803ea2a61 xaizek 2026-09-02 07:38:12
Improve wording of documentation covering :view b4d890e7e43db53062c4f976846bb9e5f35e824a xaizek 2026-08-30 09:22:31
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