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 31f49ff7e2ae743df5b896be07da048826522b08

Fix weird mpv use for videos in vifmrc
%s? Why? It also probably handles multiple videos, so use %f.
Author: xaizek
Author date (UTC): 2023-04-02 14:47
Committer name: xaizek
Committer date (UTC): 2023-04-02 14:47
Parent(s): 4f2e086b26215e0c0ea071c9f937f7680c9b0ac9
Signing key: 99DC5E4DB05F6BE2
Tree: b816b1663d0f69b2a40d19e679006aa276898193
File Lines added Lines deleted
data/vifmrc 1 1
File data/vifmrc changed (mode: 100644) (index 88f7660d9..7094e9531)
... ... filextype {*.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
220 220 \ {View using mplayer} \ {View using mplayer}
221 221 \ mplayer %f, \ mplayer %f,
222 222 \ {Play using mpv} \ {Play using mpv}
223 \ mpv --no-video %c %s,
223 \ mpv --no-video %f,
224 224 fileviewer {*.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob, fileviewer {*.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
225 225 \*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx, \*.fl[icv],*.m2v,*.mov,*.webm,*.ts,*.mts,*.m4v,*.r[am],*.qt,*.divx,
226 226 \*.as[fx]}, \*.as[fx]},
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