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 be9babea4a42bae0b58284fa0a88241a417b3bbc

Fix path to color schemes for Windows deploy
Author: xaizek
Author date (UTC): 2015-06-18 15:53
Committer name: xaizek
Committer date (UTC): 2015-06-18 15:54
Parent(s): ee9cbe5f10031b1e3e6155ffe77aeafe3a470a86
Signing key:
Tree: 342b21918fa713d1acea6745848d26c64c0f7680
File Lines added Lines deleted
deploy 1 1
File deploy changed (mode: 100755) (index 1119e7518..f2e90d898)
... ... if [ "$target" = all -o "$target" = archive ]; then
113 113 rm -rf "$dir" rm -rf "$dir"
114 114 mkdir "$dir" mkdir "$dir"
115 115 cp -R data "$dir" cp -R data "$dir"
116 for i in "$dir/colors"/*; do
116 for i in "$dir/data/colors"/*; do
117 117 unix2dos -c ISO "$i" unix2dos -c ISO "$i"
118 118 done done
119 119 rm "$dir/data"/*.desktop "$dir/data"/*.1 rm "$dir/data"/*.desktop "$dir/data"/*.1
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