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 485764f7e0878fb8fb1ce7233b12588ff490ad35

Ignore term_catches_stdout() test on Wine
It doesn't work in 32-bit Wine and that might be an issue with
Wine (v8.6).
Author: xaizek
Author date (UTC): 2024-03-11 13:21
Committer name: xaizek
Committer date (UTC): 2024-03-11 17:30
Parent(s): dbb86283134fe4ecadc726a3f49db0adb27ff3ca
Signing key: 99DC5E4DB05F6BE2
Tree: 13ee143e953f7eafe84aa4ba69589a8fc7693cde
File Lines added Lines deleted
tests/misc/builtin_functions.c 2 1
File tests/misc/builtin_functions.c changed (mode: 100644) (index 88cf0fadd..543eb79ab)
... ... TEST(system_catches_stdout_and_err)
144 144 #endif #endif
145 145 } }
146 146
147 TEST(term_catches_stdout)
147 /* Something doesn't work on 32-bit Wine. */
148 TEST(term_catches_stdout, IF(not_wine))
148 149 { {
149 150 ASSERT_OK("term('echo a')", "a"); ASSERT_OK("term('echo a')", "a");
150 151 } }
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