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 670655b519f9be9db549fb52fe5514173d415af5

Add desktop entry file
Author: xaizek
Author date (UTC): 2013-10-16 18:26
Committer name: xaizek
Committer date (UTC): 2013-10-16 18:26
Parent(s): 5292a3de822385ba7cfee8bdea04e5a44ed7aac0
Signing key:
Tree: 7a90a6deda9edf344950bf47be377e05f18d567e
File Lines added Lines deleted
data/vifm.desktop 10 0
File data/vifm.desktop added (mode: 100644) (index 000000000..82f7f2657)
1 [Desktop Entry]
2 Categories=System;FileTools;FileManager;ConsoleOnly;
3 Comment=Vim like ncurses based file manager
4 Exec=vifm %F
5 GenericName=File Manager
6 Icon=vifm
7 Name=Vifm
8 Terminal=true
9 TryExec=vifm
10 Type=Application
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