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 877bf90447445509c1033c76eadc623f0d7d3db1

Exclude more 3rd party files in uncov-coverage
Author: xaizek
Author date (UTC): 2025-06-12 18:33
Committer name: xaizek
Committer date (UTC): 2025-06-12 18:33
Parent(s): 8bc87204936449a36f700e79783b0b4ec46abab8
Signing key: 99DC5E4DB05F6BE2
Tree: 3639a2acd2ce52468aede61fce772d0ac94889cb
File Lines added Lines deleted
scripts/uncov-coverage 5 1
File scripts/uncov-coverage changed (mode: 100755) (index 232396449..d41409a49)
... ... uncov new-gcovi --capture-worktree \
49 49 --prefix src \ --prefix src \
50 50 --exclude src/lua/lua \ --exclude src/lua/lua \
51 51 --exclude src/utils/parson.c \ --exclude src/utils/parson.c \
52 --exclude src/utils/xxhash.c \
52 --exclude src/utils/parson.h \
53 53 --exclude src/utils/utf8proc.c \ --exclude src/utils/utf8proc.c \
54 --exclude src/utils/utf8proc.h \
55 --exclude src/utils/utf8proc_data.inc \
56 --exclude src/utils/xxhash.c \
57 --exclude src/utils/xxhash.h \
54 58 "$coverage_worktree/src" "$coverage_worktree/src"
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