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 4abacfe2521d02fe753101304adb19aec8c6f9b1

Little fix to make tests work.
No bugs, just testing issue.
Author: xaizek
Author date (UTC): 2011-07-20 18:55
Committer name: xaizek
Committer date (UTC): 2011-07-20 18:55
Parent(s): 934cbd532d02c8fa3d513e5ecb80b0423d0bf8d0
Signing key:
Tree: c9c88c70225bd54464d95aef1e3b60046461a82d
File Lines added Lines deleted
src/cmdline.c 1 1
File src/cmdline.c changed (mode: 100644) (index 34f2952ec..64161ea7e)
... ... static int *mode;
86 86 static int prev_mode; static int prev_mode;
87 87 static enum CmdLineSubModes sub_mode; static enum CmdLineSubModes sub_mode;
88 88 static struct line_stats input_stat; static struct line_stats input_stat;
89 static int line_width;
89 static int line_width = 1;
90 90 static void *sub_mode_ptr; static void *sub_mode_ptr;
91 91 static char **paths; static char **paths;
92 92 static int paths_count; static int paths_count;
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