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
Use :bwipeout instead of :bdelete in vifm.vim 59fbfc36d7b46935d40b993be2b95b18f445627c xaizek 2025-09-28 12:51:51
Fix buffer cleanup in vifm.vim 2090513919080dd27df5fa91d5a4d3e15d61d682 xaizek 2025-09-28 12:45:30
Download ncurses for AppImage build using HTTPS 5da808f3a051fcca168dcf1ee3eb003382f2737f xaizek 2025-09-28 12:39:55
Add angle brackets around URLs in README.md f28e8bcf311e3da34001863d3ec455ab9ddf5026 xaizek 2025-09-28 11:53:55
Fix vifm-pause and others not exposed to AppImage a525b46a4ae2f2cec1954951db02b598d7f67372 xaizek 2025-09-28 11:51:46
Use `vi` as a last resort in sample vifmrcs d4406b374df0758f47db7cf1e330f7d77d018d76 xaizek 2025-09-07 15:46:44
Fix a memory leak in filetype.c:ft_assoc_exists() 7550d5d45cdd41bb5b8be8037e926abb3880cdc5 xaizek 2025-09-07 09:53:52
Fix UBs in filetype.c:make_pivot_{first,last}() b9167bc584cd3f25a52273f1ed5969b498ca1e39 xaizek 2025-09-03 18:16:14
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
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