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
Correct unusual formatting in vifm-media-osx b27dbbe4e6518036f9b42417067289ae31252f63 xaizek 2025-07-23 21:24:36
Update vifm-media-osx script for OS X versions c1abe08f24cd6620fe85921ebe654e03a958b624 xaizek 2025-07-23 18:06:53
Improve wording for some items in the docs 16b75195e91f996bfb6432a50cf0ad931255af61 xaizek 2025-07-23 14:53:04
Add `:messages clear` to clear message history 9b93cfe5819ad0b52ab48c0e7cd0360cf453e2eb xaizek 2025-07-23 13:46:37
Introduce and use utils/str:psuffix(int count) 775e904bbd5d937ad970caae0b51101dc5d8d8d4 xaizek 2025-07-22 17:59:45
Use more generic "items" instead of "files" d9e492e70b6046104696d81336353bc6665299a0 xaizek 2025-07-22 16:15:23
Fix 3 typos in the documentation 37d0cf0ffdc703664cecdde9cb4ba1d807c945d4 xaizek 2025-07-22 15:58:17
Rework --help text to be more compact and readable 356dee8656123c7c8a05620aa3e7f96bda514ba1 xaizek 2025-07-22 15:56:35
Don't print newline on cancelling --choose-dir 29ad6652d3ff22d8b331b54650c1434dae76feff xaizek 2025-07-19 13:18:42
Better wording for confirming exit with bg jobs 7c555035b6f4f7db727e811e79f8fa251ebd8a33 xaizek 2025-07-19 12:05:48
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