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 a typo in completion of `:compare ofone` ac43b21ee15609fc9e95e132e9d3a0229b305a50 xaizek 2025-09-03 08:59:04
Test ft_assoc_exists() more thoroughly d1b8da211249401fbdd0654cfdb5f2d905922c7b xaizek 2025-09-03 08:56:45
Test for when :view cannot activate quickview 364cca5ca0f17db2a8b388302c11484eba0ffb3c xaizek 2025-09-02 21:32:33
Add `:view next|prev` to switch previewers 27745820edd3a1802f2191f3dbb5f7e4daa4a013 xaizek 2025-09-01 22:05:46
Add P view mode key to persist current viewer 49f429201137190dd157b8324fdca8e98949bb11 xaizek 2025-09-01 18:24:05
Fix OS X CI d4b8262466beeed9cf4ef21d68d78f342668744e xaizek 2025-08-23 08:57:44
Smarter configuration in scripts/uncov-coverage 3ab1b704853a2a13151fdf4bc2266b6421026446 xaizek 2025-08-23 08:55:28
Extract src/modes/view.c:get_viewer_index() 34d08f490b89298fec5ad611d5bea0a9ae2975e3 xaizek 2025-08-22 08:22:02
Error on trying to use raw mode in %q view 8731e0744cb5501162aaa9824069623c74988447 xaizek 2025-08-21 20:57:49
Fix a small memory leak on `:map no-matching-keys` b91e8b1c8025d1bc819af799f10b7dbec5907c73 xaizek 2025-08-21 08:52:06
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