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 4970bcab534588c45bbec60eb6ba2b57ec1798d1

Fix *.xcf in sample vifmrc
Thanks to aleksejrs.
Author: xaizek
Author date (UTC): 2023-04-03 14:42
Committer name: xaizek
Committer date (UTC): 2023-04-03 14:42
Parent(s): 90f4e0daa4b69b101ac48567d6d1a359d4f45a1b
Signing key: 99DC5E4DB05F6BE2
Tree: b5b45f5c0d1e7aa03057076bbeeb2bff89724971
File Lines added Lines deleted
data/vifmrc 2 2
File data/vifmrc changed (mode: 100644) (index 4af05f1b8..bb72cb833)
1 1 " vim: filetype=vifm : " vim: filetype=vifm :
2 " Sample configuration file for vifm (last updated: 2 April, 2023)
2 " Sample configuration file for vifm (last updated: 3 April, 2023)
3 3 " You can edit this file by hand. " You can edit this file by hand.
4 4 " The " character at the beginning of a line comments out the line. " The " character at the beginning of a line comments out the line.
5 5 " Blank lines are ignored. " Blank lines are ignored.
 
... ... filextype {*.cr2}
260 260 \ darktable %f, \ darktable %f,
261 261 \ {Open in RawTherapee} \ {Open in RawTherapee}
262 262 \ rawtherapee %f, \ rawtherapee %f,
263 filextype {*.xfc}
263 filextype {*.xcf}
264 264 \ {Open in GIMP} \ {Open in GIMP}
265 265 \ gimp %f, \ gimp %f,
266 266 filextype {.kra} filextype {.kra}
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