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 888023f2b8f5be585e0d25fea4c3ccf24c6e79b5

Document running ext commands that start with dash
Author: xaizek
Author date (UTC): 2024-04-13 12:10
Committer name: xaizek
Committer date (UTC): 2024-04-13 12:10
Parent(s): c470960ab3abd5b9d2c70062d7bd1d6c51f6359e
Signing key: 99DC5E4DB05F6BE2
Tree: 7178c8fddd33347d9973e545a78e6ba996fd11f6
File Lines added Lines deleted
AUTHORS 2 0
ChangeLog 3 0
File AUTHORS changed (mode: 100644) (index 105902522..fdbb8191a)
... ... voh9eepah fixed available file-system space size on FreeBSD.
172 172
173 173 Vadim Curcă added middle ellipsis to view columns and fixed search match Vadim Curcă added middle ellipsis to view columns and fixed search match
174 174 highlighting when the match is cut off due lack of space. highlighting when the match is cut off due lack of space.
175
176 Ivan Shapovalov fixed running external commands which start with a dash.
File ChangeLog changed (mode: 100644) (index 31b9e6d3c..534e36fb0)
229 229
230 230 Fixed some :jobs showing some already dead jobs as running. Fixed some :jobs showing some already dead jobs as running.
231 231
232 Fixed running external commands which start with a dash. Patch by Ivan
233 Shapovalov.
234
232 235 0.13-beta to 0.13 (2023-04-04) 0.13-beta to 0.13 (2023-04-04)
233 236
234 237 Made "withicase" and "withrcase" affect how files are sorted before Made "withicase" and "withrcase" affect how files are sorted before
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