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 f9dd57e800df1784e1be109ad20b07bfa053837b

Do not put some files into Win release archives
vifmrc-osx, vifm-media, vifm-media-osx and vifm.appdata.xml aren't
really useful to have there.
Author: xaizek
Author date (UTC): 2024-04-20 09:14
Committer name: xaizek
Committer date (UTC): 2024-04-20 12:31
Parent(s): e0e8ddb4a3406d54f4f98d428fc850f7beb6e280
Signing key: 99DC5E4DB05F6BE2
Tree: e2b8bc7c49642fa4825d6a4dc15ea55083d905a4
File Lines added Lines deleted
scripts/deploy 3 0
File scripts/deploy changed (mode: 100755) (index 93468aa68..7c3647202)
... ... if [ "$target" = all ] || [ "$target" = archive ]; then
149 149
150 150 # remove Unix-specific files from data/ # remove Unix-specific files from data/
151 151 rm "$dir/data"/*.desktop rm "$dir/data"/*.desktop
152 rm "$dir/data"/vifm-media*
153 rm "$dir/data"/vifm.appdata.xml
154 rm "$dir/data/vifmrc-osx"
152 155 rm -r "$dir/data/man" rm -r "$dir/data/man"
153 156
154 157 # update EOLs of a few other files in data/ # update EOLs of a few other files in data/
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