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 5da808f3a051fcca168dcf1ee3eb003382f2737f

Download ncurses for AppImage build using HTTPS
It's going to be HTTPS either way thanks to HSTS, but make it explicit
and the redirect.
Author: xaizek
Author date (UTC): 2025-09-28 12:39
Committer name: xaizek
Committer date (UTC): 2025-09-28 13:00
Parent(s): f28e8bcf311e3da34001863d3ec455ab9ddf5026
Signing key: 99DC5E4DB05F6BE2
Tree: b369f1cd03875f3ae902b8f6bf247d82569de240
File Lines added Lines deleted
pkgs/AppImage/genappimage.sh 1 1
File pkgs/AppImage/genappimage.sh changed (mode: 100755) (index b9db2be13..39405230c)
... ... cd "$BUILD_DIR"
38 38 mkdir -p "$BUILD_DIR/AppDir/usr" mkdir -p "$BUILD_DIR/AppDir/usr"
39 39
40 40 # Obtain and compile libncursesw6 so that we get 256 color support # Obtain and compile libncursesw6 so that we get 256 color support
41 wget http://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz
41 wget https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz
42 42 tar -xf ncurses-6.5.tar.gz tar -xf ncurses-6.5.tar.gz
43 43 NCURSES_DIR="$PWD/ncurses-6.5" NCURSES_DIR="$PWD/ncurses-6.5"
44 44 pushd "$NCURSES_DIR" pushd "$NCURSES_DIR"
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