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.
Commit 4c1561f0d7fc5a1c5757602fd03288aa4f3da9a4

Give credit for git plugin updates
Should add others who contributed to Lua plugins.
Author: xaizek
Author date (UTC): 2026-04-16 15:51
Committer name: xaizek
Committer date (UTC): 2026-04-16 15:51
Parent(s): e425cd6d2c9fd0f04dfe2a1f90669cac8de40b24
Signing key: 99DC5E4DB05F6BE2
Tree: 0012aab594f12c37c9ba1702cd52c8a663f493e5
File Lines added Lines deleted
AUTHORS 3 0
File AUTHORS changed (mode: 100644) (index 4fd4e83b3..663b2fba8)
... ... Jared Cervantes (a.k.a. Jaredy899) updated list of categories in the
194 194 .desktop-file. .desktop-file.
195 195
196 196 CaptainFantastic added index of menus to the documentation. CaptainFantastic added index of menus to the documentation.
197
198 Steven Xu (a.k.a. stevenxxiu) provided improvements and fixes for the git
199 plugin.
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