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 43c4b74e6c8a96bdefc2007310c6cf01d2a3ce69

Run tests on deploy from tests/ directory on Win
When running them from src/, absolute paths get used, which exceeds
limit on command-line length.
Author: xaizek
Author date (UTC): 2019-07-14 21:34
Committer name: xaizek
Committer date (UTC): 2019-07-14 21:34
Parent(s): 528f0fa973999513bfbb135aab41ae29ca5f392e
Signing key: 99DC5E4DB05F6BE2
Tree: 13ec7545aba4983437c5efa4cbb63e6bb3134660
File Lines added Lines deleted
scripts/deploy 1 1
File scripts/deploy changed (mode: 100755) (index 0854e369a..8168a2299)
... ... if [ "$target" = all -o "$target" = archive ]; then
125 125 echo "ERROR: Building project failed." echo "ERROR: Building project failed."
126 126 exit 3 exit 3
127 127 fi fi
128 if ! RELEASE=1 make -C src/ -f Makefile.win check; then
128 if ! RELEASE=1 make -C tests/ check; then
129 129 echo "ERROR: Testing project failed." echo "ERROR: Testing project failed."
130 130 exit 4 exit 4
131 131 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