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 3c7b4ba923d0889265f2db98a2a84ff00528df03

Fix line indentation in cmd_handlers.c:tree_cmd()
Author: xaizek
Author date (UTC): 2026-06-09 09:13
Committer name: xaizek
Committer date (UTC): 2026-06-09 09:13
Parent(s): df15f4828df42575fa6ea5416f6c23e6d50c1c04
Signing key: 99DC5E4DB05F6BE2
Tree: 3918334b36ef008eb2aca0085de50500f143244e
File Lines added Lines deleted
src/cmd_handlers.c 1 1
File src/cmd_handlers.c changed (mode: 100644) (index d48029512..bd9a035e0)
... ... tree_cmd(const cmd_info_t *cmd_info)
5174 5174 int depth; int depth;
5175 5175 if(parse_tree_properties(cmd_info, &depth) != 0) if(parse_tree_properties(cmd_info, &depth) != 0)
5176 5176 { {
5177 return CMDS_ERR_CUSTOM;
5177 return CMDS_ERR_CUSTOM;
5178 5178 } }
5179 5179
5180 5180 (void)flist_load_tree(curr_view, flist_get_dir(curr_view), depth); (void)flist_load_tree(curr_view, flist_get_dir(curr_view), depth);
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