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 b08c0a752c5d19b7537afd415962e342e9cd285e

Fix a comment on column_data_t::custom_match
"keys" => "fields"
Author: xaizek
Author date (UTC): 2026-06-04 12:33
Committer name: xaizek
Committer date (UTC): 2026-06-04 12:33
Parent(s): 63fa82f5d9d2745f423767adcebcfcfa9559d3e1
Signing key: 99DC5E4DB05F6BE2
Tree: 39fb5c84c4ca4c2eeb220983523f8bf0a42bef41
File Lines added Lines deleted
src/ui/fileview.h 1 1
File src/ui/fileview.h changed (mode: 100644) (index af8edd767..e8755d1bf)
... ... typedef struct
56 56 * Should be zero first time, then auto reset. */ * Should be zero first time, then auto reset. */
57 57 int is_main; /* Whether this is main file list. */ int is_main; /* Whether this is main file list. */
58 58
59 int custom_match; /* Whether the keys below have meaningful values. */
59 int custom_match; /* Whether the fields below have meaningful values. */
60 60 int match_from; /* Start offset of the match. */ int match_from; /* Start offset of the match. */
61 61 int match_to; /* End offset of the match. */ int match_to; /* End offset of the match. */
62 62 } }
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