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 eafe9ba8be5e73eb50d1ccaeb21e5ed020422ce0

Add `set -u` to `pkgs/AppImage/genappimage.sh`
To catch uses of undefined variables.
Author: xaizek
Author date (UTC): 2025-05-05 14:21
Committer name: xaizek
Committer date (UTC): 2025-05-05 20:48
Parent(s): f28591489913a932803954fe2c4e34833e062a30
Signing key: 99DC5E4DB05F6BE2
Tree: e67d175f9527f8061aa0f2bfdda4be7c8c03ca97
File Lines added Lines deleted
pkgs/AppImage/genappimage.sh 1 0
File pkgs/AppImage/genappimage.sh changed (mode: 100755) (index 01ad36a81..4c3a36ae0)
3 3
4 4 set -x set -x
5 5 set -e set -e
6 set -u
6 7
7 8 # Reference: https://docs.appimage.org/packaging-guide/from-source/native-binaries.html#id2 # Reference: https://docs.appimage.org/packaging-guide/from-source/native-binaries.html#id2
8 9
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