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
Update build files for automake 1.18 999876f05672aa4db73007dc136d04fca11ec9a3 xaizek 2025-05-30 07:33:18
Improve documentation on the use registers 61474c805d277dc0da48be4c4a667fe8cb2ddbd0 xaizek 2025-05-25 12:50:20
Improve body of cmd_handlers.c:do_map() 919f9e7ebbaa0c7bb3dbd811a6e5ed4f16ceb595 xaizek 2025-05-25 10:26:41
Say "primary", not "default", in :colorscheme menu 8af72875d9a4809fff7faa876ee2246227f6292f xaizek 2025-05-24 15:55:08
Bump version to 0.15 ae010b8b7b4e3d9a52f2240d36dc3aa28ef355a1 xaizek 2025-05-24 15:53:04
Add "bump" action to scripts/release 64adf568fb9fdbae9a1be88cea80c4d713a52792 xaizek 2025-05-24 15:51:08
Don't say "Latest release" in README.md f24d42099b0f06ef907e017a53f86b81575f4d3a xaizek 2025-05-24 15:37:58
Improve body of statusbar.c:status_bar_message() 3c31aa013425aeb37d59bffcf609a4d5a3ad2d78 xaizek 2025-05-24 13:10:00
Test :messages command 29deae3da357e7616c6f5716b35400bc4edf414f xaizek 2025-05-24 12:40:42
Extract tests/commands/misc_fops.c a730df16ad722ac9927698f8538aa73016b62b85 xaizek 2025-05-24 12:27:42
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