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 92d70aaab43537487fbb86c56384dd5a6c996b14

Update my email address
Get away from all services that think that they have rights to
use your personal information for their profit!
Author: xaizek
Author date (UTC): 2012-06-02 21:30
Committer name: xaizek
Committer date (UTC): 2012-06-03 11:13
Parent(s): 848db2a68e5576a33ec5511846e70b47d4cea52d
Signing key:
Tree: f9ac73e451dccf33d40b0e599cc18f79b8fc9c4b
File Lines added Lines deleted
AUTHORS 1 1
README 1 1
data/vifm.1 1 1
data/vim/doc/vifm.txt 1 0
data/vim/ftplugin/vifm.vim 1 1
data/vim/plugin/vifm.vim 1 1
data/vim/syntax/vifm.vim 1 1
File AUTHORS changed (mode: 100644) (index eafcff75d..fc5fdd6d9)
1 All suggestions or complaints should be sent to xaizek@gmail.com.
1 All suggestions or complaints should be sent to xaizek@lavabit.com.
2 2
3 3 Real author is Ken Steen ksteen@users.sourceforge.net. Real author is Ken Steen ksteen@users.sourceforge.net.
4 4
File README changed (mode: 100644) (index 5adf0c7e8..517ea4e0c)
... ... Contacts
21 21
22 22 Website: http://vifm.sourceforge.net/ Website: http://vifm.sourceforge.net/
23 23 Read-only news mailing list: vifm-announce@lists.sourceforge.net Read-only news mailing list: vifm-announce@lists.sourceforge.net
24 Email for bugs, suggestions and comments on vifm: xaizek@gmail.com
24 Email for bugs, suggestions and comments on vifm: xaizek@lavabit.com
25 25
26 26 Subscribe to the mailing list at: Subscribe to the mailing list at:
27 27 https://lists.sourceforge.net/lists/listinfo/vifm-announce https://lists.sourceforge.net/lists/listinfo/vifm-announce
File data/vifm.1 changed (mode: 100644) (index 11b943537..8cce17494)
... ... Website: http://vifm.sourceforge.net/
2323 2323 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
2324 2324 Vifm was written by ksteen <ksteen@users.sourceforge.net> Vifm was written by ksteen <ksteen@users.sourceforge.net>
2325 2325 .br .br
2326 And currently is developed by xaizek <xaizek@gmail.com>
2326 And currently is developed by xaizek <xaizek@lavabit.com>
File data/vim/doc/vifm.txt changed (mode: 100644) (index 63a82cd38..af641a59c)
1 1 *vifm.txt* For Vifm version 0.7.2 Last change: 2012 Jun 02 *vifm.txt* For Vifm version 0.7.2 Last change: 2012 Jun 02
2 2
3 Email for bugs and suggestions: <xaizek@lavabit.com>
3 4
4 5 |vifm-options| Command line arguments. |vifm-options| Command line arguments.
5 6 |vifm-general-keys| General keys, that work in the most of modes. |vifm-general-keys| General keys, that work in the most of modes.
File data/vim/ftplugin/vifm.vim changed (mode: 100644) (index c06c193db..2616460b8)
1 1 " vifmrc filetype plugin " vifmrc filetype plugin
2 " Maintainer: xaizek <xaizek@gmail.com>
2 " Maintainer: xaizek <xaizek@lavabit.com>
3 3 " Last Change: August 18, 2011 " Last Change: August 18, 2011
4 4 " Based On: Vim file type file by Bram Moolenaar " Based On: Vim file type file by Bram Moolenaar
5 5
File data/vim/plugin/vifm.vim changed (mode: 100644) (index b1413d11f..7cd17b7a2)
3 3 " Maintainer: Ken Steen <ksteen@users.sourceforge.net> " Maintainer: Ken Steen <ksteen@users.sourceforge.net>
4 4 " Last Change: 2001 November 29 " Last Change: 2001 November 29
5 5
6 " Maintainer: xaizek <xaizek@gmail.com>
6 " Maintainer: xaizek <xaizek@lavabit.com>
7 7 " Last Change: 2012 March 6 " Last Change: 2012 March 6
8 8
9 9 " vifm and vifm.vim can be found at http://vifm.sf.net " vifm and vifm.vim can be found at http://vifm.sf.net
File data/vim/syntax/vifm.vim changed (mode: 100644) (index f601314d4..24b8608b1)
1 1 " vifm syntax file " vifm syntax file
2 " Maintainer: xaizek <xaizek@gmail.com>
2 " Maintainer: xaizek <xaizek@lavabit.com>
3 3 " Last Change: April 17, 2012 " Last Change: April 17, 2012
4 4 " Based On: Vim syntax file by Dr. Charles E. Campbell, Jr. " Based On: Vim syntax file by Dr. Charles E. Campbell, Jr.
5 5
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