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 4c5a77b6bc269ecf13996237139c910b9dc35577

Remove unused part of scripts/appveyor/nix/build
$COLLECT_COVERAGE was used for coveralls-related jobs, which didn't work
with AppVeyor and got dropped.
Author: xaizek
Author date (UTC): 2026-05-16 13:51
Committer name: xaizek
Committer date (UTC): 2026-05-16 13:51
Parent(s): 012ffba160902de1ad94f90474fdc1ba15311a6d
Signing key: 99DC5E4DB05F6BE2
Tree: 65dad3d3ab96c7e65a91facf2deee913f6fa3923
File Lines added Lines deleted
scripts/appveyor/nix/build 0 4
File scripts/appveyor/nix/build changed (mode: 100755) (index e3f015e61..a72f17f03)
2 2
3 3 set -xe set -xe
4 4
5 if [ "$COLLECT_COVERAGE" = yes ]; then
6 CONFIGURE_EXTRA="$CONFIGURE_EXTRA --enable-coverage"
7 fi
8
9 5 scripts/fix-timestamps fast scripts/fix-timestamps fast
10 6 ./configure --config-cache --disable-dependency-tracking $CONFIGURE_EXTRA ./configure --config-cache --disable-dependency-tracking $CONFIGURE_EXTRA
11 7 make make
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