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 e89a2d761a769adc3d8ae8e46eacb01851e6310e

Fix a typo in builtin_functions.c:execute_cmd()
Author: xaizek
Author date (UTC): 2026-08-06 09:25
Committer name: xaizek
Committer date (UTC): 2026-08-06 09:25
Parent(s): 7ef9d0288c8f447c1fc0577c799f8d9b9a911b66
Signing key: 99DC5E4DB05F6BE2
Tree: a1287c6eaae1430567cb60de01c58864b085bb94
File Lines added Lines deleted
src/builtin_functions.c 1 1
File src/builtin_functions.c changed (mode: 100644) (index e823cf92e..77547eaf3)
... ... execute_cmd(var_t cmd_arg, int interactive, int preserve_stdin)
717 717 } }
718 718
719 719 result_str = read_nonseekable_stream(cmd_stream, &cmd_out_len, NULL, NULL); result_str = read_nonseekable_stream(cmd_stream, &cmd_out_len, NULL, NULL);
720 /* XXX: a command can close its output stream before it exists, in which case
720 /* XXX: a command can close its output stream before it exits, in which case
721 721 * this function returns prior to side-effects which a caller might * this function returns prior to side-effects which a caller might
722 722 * expect to have already occured. Should wait for the process to * expect to have already occured. Should wait for the process to
723 723 * end? */ * end? */
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