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 c552ba6e65a1290219b22f0c6ad8ccaa46aad47c

Add more desktop-file category (Utility)
Author: xaizek
Author date (UTC): 2014-10-08 19:33
Committer name: xaizek
Committer date (UTC): 2014-10-08 19:33
Parent(s): 69b56c549dde0ea3a7bda0b76281fc4662916c7c
Signing key:
Tree: 150fd9aef07119c29392d13cf83d4b98594a711c
File Lines added Lines deleted
data/vifm.desktop 1 1
File data/vifm.desktop changed (mode: 100644) (index b9c9a480f..97a271d20)
1 1 [Desktop Entry] [Desktop Entry]
2 Categories=System;FileTools;FileManager;ConsoleOnly;
2 Categories=System;FileTools;FileManager;Utility;ConsoleOnly;
3 3 Comment=Vim like ncurses based file manager Comment=Vim like ncurses based file manager
4 4 Exec=vifm %F Exec=vifm %F
5 5 GenericName=File Manager GenericName=File Manager
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