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 fdd9d45d94116a2bd7d4fcbff7f4f427a0c17427

Strip more information from executables
Author: xaizek
Author date (UTC): 2012-06-03 10:40
Committer name: xaizek
Committer date (UTC): 2012-06-03 11:10
Parent(s): 826973f35dd3e4d683da1609d64c49ba19570483
Signing key:
Tree: 719ba0918a031a92209bbd02b36f95450bd409f1
File Lines added Lines deleted
deploy 1 1
File deploy changed (mode: 100755) (index 4e3425952..be5fa2e3f)
... ... if [ "x$target" == "xall" -o "x$target" == "xarchive" ]; then
97 97 cp "$i" "$dir/$i.txt" cp "$i" "$dir/$i.txt"
98 98 done done
99 99 cp src/vifm-pause src/*.dll src/*.exe "$dir" cp src/vifm-pause src/*.dll src/*.exe "$dir"
100 strip -S $dir/*.dll $dir/*.exe
100 strip -S --strip-unneeded $dir/*.dll $dir/*.exe
101 101 zip -9 -r "$dir.zip" "$dir" zip -9 -r "$dir.zip" "$dir"
102 102 fi fi
103 103 fi fi
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