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 300f0b626b3edbbc93c6d35d80ad5f116bbcec38

Fix comment on modes/normal.c:cmd_zM()
Author: xaizek
Author date (UTC): 2026-07-28 10:44
Committer name: xaizek
Committer date (UTC): 2026-07-28 10:44
Parent(s): 9fcb536aca0a0723185ceb26869936dd64c23cd1
Signing key: 99DC5E4DB05F6BE2
Tree: 844bf2737726fde79591f150da81ab61aa463d45
File Lines added Lines deleted
src/modes/normal.c 1 1
File src/modes/normal.c changed (mode: 100644) (index 8668bf09b..c20a3f0c3)
... ... free_list_of_file_indexes(keys_info_t *keys_info)
1920 1920 keys_info->count = 0; keys_info->count = 0;
1921 1921 } }
1922 1922
1923 /* Filter the files matching the filename filter. */
1923 /* Restore all filters (the opposite of zR). */
1924 1924 static void static void
1925 1925 cmd_zM(key_info_t key_info, keys_info_t *keys_info) cmd_zM(key_info_t key_info, keys_info_t *keys_info)
1926 1926 { {
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