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 ac43b21ee15609fc9e95e132e9d3a0229b305a50

Fix a typo in completion of `:compare ofone`
Thanks to Jose Riha (a.k.a., jose1711).

Fixes #1104 on GitHub.
Author: xaizek
Author date (UTC): 2025-09-03 08:59
Committer name: xaizek
Committer date (UTC): 2025-09-03 08:59
Parent(s): d1b8da211249401fbdd0654cfdb5f2d905922c7b
Signing key: 99DC5E4DB05F6BE2
Tree: f1ade2334733770cd88b825c34bb5d7dc9aca0c3
File Lines added Lines deleted
src/cmd_completion.c 1 1
File src/cmd_completion.c changed (mode: 100644) (index 9b0c01a60..e0bbe2c50)
... ... complete_compare(const char str[])
555 555 { "bycontents", "compare by file size and hash" }, { "bycontents", "compare by file size and hash" },
556 556
557 557 { "ofboth", "use files of two views" }, { "ofboth", "use files of two views" },
558 { "ofone", "use files of two current view only" },
558 { "ofone", "use files of the current view only" },
559 559
560 560 { "listall", "list all files" }, { "listall", "list all files" },
561 561 { "listunique", "list only unique files" }, { "listunique", "list only unique files" },
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