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 c26cd472ef88b107de56bb2c845d3df9bfb6be8c

Update comment on engine/variables:clear_variables
Seems to have been wrong from the start, "internal" variables are
builtin variables and they are cleared.
Author: xaizek
Author date (UTC): 2026-08-05 14:20
Committer name: xaizek
Committer date (UTC): 2026-08-05 14:20
Parent(s): 31bcd6aa384a15465f86d5c86c348d3fa2c0b136
Signing key: 99DC5E4DB05F6BE2
Tree: 2c773bd67999ccee77ea062cc86f4049e95aed43
File Lines added Lines deleted
src/engine/variables.h 1 1
File src/engine/variables.h changed (mode: 100644) (index 9f9695573..ed9c7809a)
... ... var_t getvar(const char varname[]);
50 50 int setvar(const char varname[], var_t var); int setvar(const char varname[], var_t var);
51 51
52 52 /* Removes all variables and resets environment variables to their initial /* Removes all variables and resets environment variables to their initial
53 * values. Doesn't remove builtin variables. */
53 * values. */
54 54 void clear_variables(void); void clear_variables(void);
55 55
56 56 /* Removes all defined environment variables and resets environment variables to /* Removes all defined environment variables and resets environment variables to
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