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 938e5108e92563a77a79941959f219f9d53fea6f

Generate plain text help in ASCII format on Win
Author: xaizek
Author date (UTC): 2015-06-18 15:49
Committer name: xaizek
Committer date (UTC): 2015-06-18 15:54
Parent(s): 18cf7ff719f514ce992d89cba6cbcad187eeddda
Signing key:
Tree: cb36fdf295b237c0224cdac86c6ed54f54b0d29a
File Lines added Lines deleted
src/Makefile.win 1 1
File src/Makefile.win changed (mode: 100644) (index ca817e02c..2f1141b8e)
... ... update_compile_info:
127 127
128 128 ../data/vifm-help.txt: ../data/vifm.1 ../data/vifm-help.txt: ../data/vifm.1
129 129 @if [ "x$$(which $(MANGEN))" != "x" -a "x$$(which sed)" != "x" ]; then \ @if [ "x$$(which $(MANGEN))" != "x" -a "x$$(which sed)" != "x" ]; then \
130 $(MANGEN) -Tutf8 -man ../data/vifm.1 | sed -e 's/.\x08//g' -e 's/\x1b\[[0-9]*m//g' -e 's/\r//g' >| '$@'; \
130 $(MANGEN) -Tascii -man ../data/vifm.1 | sed -e 's/.\x08//g' -e 's/\x1b\[[0-9]*m//g' -e 's/\r//g' >| '$@'; \
131 131 fi fi
132 132
133 133 tags.c: ../data/vim/doc/app/vifm-app.txt tags.c: ../data/vim/doc/app/vifm-app.txt
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