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 6c384e67d25f4283b774c3098d46d97dbdb12797

Don't run io_tester_app in scripts/mxe-deploy
It was confused for a test suite.
Author: xaizek
Author date (UTC): 2025-01-19 14:58
Committer name: xaizek
Committer date (UTC): 2025-01-19 14:58
Parent(s): 53be8bdc28daeffe9a74025bf9ff4ce4a72fa53c
Signing key: 99DC5E4DB05F6BE2
Tree: 5e95b55e46218fd6d23224a5c5e5cd60b5a9ee3c
File Lines added Lines deleted
scripts/mxe-deploy 2 2
File scripts/mxe-deploy changed (mode: 100755) (index 6a9613f5d..0cac59251)
... ... for test in bin/*; do
132 132 basename="\${test#*/}" basename="\${test#*/}"
133 133 name="\${basename%.*}" name="\${basename%.*}"
134 134 mkdir -p "sandbox/\$name" mkdir -p "sandbox/\$name"
135 if [ "\$name" = "fuzz" ] || [ "\$name" = "regs_shmem_app" ]; then
135 if [ "\$name" = "fuzz" ] || [ "\$name" = "io_tester_app" ] || [ "\$name" = "regs_shmem_app" ]; then
136 136 continue continue
137 137 fi fi
138 138 if ! \$test -s; then if ! \$test -s; then
 
... ... for test in bin/*; do
146 146 basename="\${test#*/}" basename="\${test#*/}"
147 147 name="\${basename%.*}" name="\${basename%.*}"
148 148 mkdir -p "sandbox/\$name" mkdir -p "sandbox/\$name"
149 if [ "\$name" = "fuzz" ] || [ "\$name" = "regs_shmem_app" ]; then
149 if [ "\$name" = "fuzz" ] || [ "\$name" = "io_tester_app" ] || [ "\$name" = "regs_shmem_app" ]; then
150 150 continue continue
151 151 fi fi
152 152 if ! \$test -s; then if ! \$test -s; then
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