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 0bd1f810dcbefadbf4972b9dc9978b49843c55c6

Fix comment on ui/quickview.c:view_file()
It got outdated at some point.
Author: xaizek
Author date (UTC): 2026-05-16 13:54
Committer name: xaizek
Committer date (UTC): 2026-05-16 13:54
Parent(s): 76f68cad964ab0aa860ed57fcc59b270cd241fd7
Signing key: 99DC5E4DB05F6BE2
Tree: aa34530d1fa80f67d43556ebba8735564e6c9aa7
File Lines added Lines deleted
src/ui/quickview.c 2 3
File src/ui/quickview.c changed (mode: 100644) (index 6bb8e8f40..90770d99c)
... ... view_entry(const dir_entry_t *entry, const preview_area_t *parea,
308 308 return NULL; return NULL;
309 309 } }
310 310
311 /* Displays contents of file or output of its viewer in the other pane
312 * starting from the second line and second column. Returns preview clear
313 * command or NULL. */
311 /* Displays contents of a file or output of its viewer in a preview area.
312 * Returns preview clear command or NULL. */
314 313 static const char * static const char *
315 314 view_file(const char path[], const preview_area_t *parea, view_file(const char path[], const preview_area_t *parea,
316 315 quickview_cache_t *cache) quickview_cache_t *cache)
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