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 76f68cad964ab0aa860ed57fcc59b270cd241fd7

Add to flags in scripts/appveyor/win/build
When passing CFLAGS and LDFLAGS values to Make, append to the variables
instead of redefining their values.
Author: xaizek
Author date (UTC): 2026-05-16 13:53
Committer name: xaizek
Committer date (UTC): 2026-05-16 13:53
Parent(s): 4c5a77b6bc269ecf13996237139c910b9dc35577
Signing key: 99DC5E4DB05F6BE2
Tree: 531531f7be2107f29cfee2689b01e079ccde69d1
File Lines added Lines deleted
scripts/appveyor/win/build 2 2
File scripts/appveyor/win/build changed (mode: 100755) (index c4d4303b9..3116493fb)
1 1 #!/bin/bash #!/bin/bash
2 2
3 3 make -C src/ -f Makefile.win -j3 \ make -C src/ -f Makefile.win -j3 \
4 'CFLAGS=-I PDCurses-3.8/ -I mingw-libgnurx-2.5.1' \
5 'LDFLAGS=-L PDCurses-3.8/wincon -L mingw-libgnurx-2.5.1'
4 "CFLAGS=$CFLAGS -I PDCurses-3.8/ -I mingw-libgnurx-2.5.1" \
5 "LDFLAGS=$LDFLAGS -L PDCurses-3.8/wincon -L mingw-libgnurx-2.5.1"
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