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

Make scripts/release-win clean up on remote
Don't leave directories created by this script around.
Author: xaizek
Author date (UTC): 2025-05-03 12:15
Committer name: xaizek
Committer date (UTC): 2025-05-03 12:15
Parent(s): 08adb7774116621c4304c0717855f4926942fdb8
Signing key: 99DC5E4DB05F6BE2
Tree: 85be299ae37cadb9987c3afd99147a367fc2d1e8
File Lines added Lines deleted
scripts/release-win 9 0
File scripts/release-win changed (mode: 100755) (index 4710733e6..8a8eccfc8)
... ... for test in bin/*; do
220 220 done done
221 221 EOF EOF
222 222
223 echo ::: CLEANING UP REMOTE DIRECTORIES... :::
224
225 ssh "$REMOTE_NAME" bash - << EOF
226 set -eu
227
228 rm -rf "$REMOTE_DIR/w32/" "$REMOTE_DIR/w64/"
229 rm -rf "$REMOTE_DIR/$win" "$REMOTE_DIR/$w32" "$REMOTE_DIR/$w64"
230 EOF
231
223 232 echo SUCCESS: everything is fine echo SUCCESS: everything is fine
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