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 34e43bded0ebf8c2c468dfafa4492ed1dd5d5e3c

Link to other screenshots on the web-site
Author: xaizek
Author date (UTC): 2025-06-12 13:51
Committer name: xaizek
Committer date (UTC): 2025-06-12 13:54
Parent(s): f7f3f4f0ca1168b68d91781c80060822ca9747be
Signing key: 99DC5E4DB05F6BE2
Tree: 8a55c57c6741e7a61c5c60799e67d30947402cf1
File Lines added Lines deleted
README.md 4 0
File README.md changed (mode: 100644) (index 840aa4c99..04eb9351e)
... ... _Version 0.15. This file last updated on 12 June 2025._
50 50 ![Screenshot](data/graphics/screenshot.png) ![Screenshot](data/graphics/screenshot.png)
51 51 ![Screenshot](data/graphics/screenshot2.png) ![Screenshot](data/graphics/screenshot2.png)
52 52
53 More screenshots are [here][gallery].
54
55 [gallery]: https://vifm.info/gallery
56
53 57 ## Getting Started ## ## Getting Started ##
54 58
55 59 A good idea for quick start might be skimming over [cheatsheet] for the main A good idea for quick start might be skimming over [cheatsheet] for the main
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