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 cc54eee3d59af70643f9510a0ce1820498b2c0c9

Update short description in the READMEs
It hasn't seen an update for a long while.
Author: xaizek
Author date (UTC): 2018-01-22 10:27
Committer name: xaizek
Committer date (UTC): 2018-01-22 10:28
Parent(s): 30cccb76cf31b48bdbdfbe50f2184c6fa3d6857e
Signing key: 99DC5E4DB05F6BE2
Tree: 166af1486454bdc979c783950acd56badd7fa309
File Lines added Lines deleted
README 10 10
README.md 10 10
File README changed (mode: 100644) (index 7e0b06e9e..4f2e492f6)
... ... Vifm - vi[m] like file manager
3 3
4 4 Version: 0.9 Version: 0.9
5 5
6 This file last updated: 20 January, 2018
6 This file last updated: 22 January, 2018
7 7
8 8 Brief Description Brief Description
9 9
10 Vifm is a two panel ncurses based vi[m] like file manager. If you use vi,
11 vifm gives you complete keyboard control over your files without having
12 to learn a new set of commands. It goes not just about vi[m] like
13 keybindings, but also about modes, options, registers, commands and other
14 things you might already like in vi[m].
10 Vifm is a vi[m] like file manager with curses interface extended with some
11 useful ideas from mutt. If you use vi[m], vifm gives you complete keyboard
12 control over your files without having to learn a new set of commands. It
13 goes not just about vi[m] like keybindings, but also about modes, options,
14 registers, commands and other things you might already like in vi[m].
15 15
16 Just like vi vifm tries to adhere to the Unix philosophy. So instead of
17 working solutions user is provided with a set of means for customization
18 of vifm. Though builtin functionality should be enough for most of use
19 cases.
16 Just like vi[m], vifm tries to adhere to the Unix philosophy. So instead of
17 working solutions which are set in stone user is provided with a set of
18 means for customization of vifm to one's likings. Though builtin
19 functionality should be enough for most of use cases.
20 20
21 21 Contacts Contacts
22 22
File README.md changed (mode: 100644) (index bbed3441f..7180abf72)
4 4
5 5 ### **vifm** - vi[m] like file manager, _v0.9_, _2001 – 2018_ ### **vifm** - vi[m] like file manager, _v0.9_, _2001 – 2018_
6 6
7 _This file last updated on 20 January, 2018_
7 _This file last updated on 22 January, 2018_
8 8
9 9 ## Brief Description ## ## Brief Description ##
10 10
11 Vifm is a two panel ncurses based vi[m] like file manager. If you use vi,
12 vifm gives you complete keyboard control over your files without having
13 to learn a new set of commands. It goes not just about vi[m] like
14 keybindings, but also about modes, options, registers, commands and other
15 things you might already like in vi[m].
11 Vifm is a curses based vi[m] like file manager extended with some useful
12 ideas from mutt. If you use vi[m], vifm gives you complete keyboard control
13 over your files without having to learn a new set of commands. It goes not
14 just about vi[m] like keybindings, but also about modes, options, registers,
15 commands and other things you might already like in vi[m].
16 16
17 Just like vi vifm tries to adhere to the Unix philosophy. So instead of
18 working solutions user is provided with a set of means for customization
19 of vifm. Though builtin functionality should be enough for most of use
20 cases.
17 Just like vi[m], vifm tries to adhere to the Unix philosophy. So instead of
18 working solutions which are set in stone user is provided with a set of
19 means for customization of vifm to one's likings. Though builtin
20 functionality should be enough for most of use cases.
21 21
22 22 ## Resources and Contacts ## ## Resources and Contacts ##
23 23
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