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 e616a66bf54afa9af3acbeb78eae73e95d24f9dd

Don't pass --no-video to mpv for videos in vifmrc
Thanks to justpretending2.

Closes #1032 on GitHub.
Author: xaizek
Author date (UTC): 2024-12-18 13:04
Committer name: xaizek
Committer date (UTC): 2024-12-18 13:22
Parent(s): b6cb254285e5ff6f103d0b8d07f9685a16ba11b6
Signing key: 99DC5E4DB05F6BE2
Tree: c50d270f214d2ba98d942cf3c8e16ebdb1e04ecc
File Lines added Lines deleted
data/vifmrc 2 2
File data/vifmrc changed (mode: 100644) (index 35b09162b..92818b9f3)
1 1 " vim: filetype=vifm : " vim: filetype=vifm :
2 " Sample configuration file for vifm (last updated: 15 October, 2024)
2 " Sample configuration file for vifm (last updated: 18 December, 2024)
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 {*.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
241 241 \ {View using mplayer} \ {View using mplayer}
242 242 \ mplayer %f, \ mplayer %f,
243 243 \ {Play using mpv} \ {Play using mpv}
244 \ mpv --no-video %f,
244 \ mpv %f,
245 245 fileviewer {*.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob, fileviewer {*.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob,
246 246 \*.fl[icv],*.m2v,*.mov,*.webm,*.mts,*.m4v,*.r[am],*.qt,*.divx, \*.fl[icv],*.m2v,*.mov,*.webm,*.mts,*.m4v,*.r[am],*.qt,*.divx,
247 247 \*.as[fx],*.unknown_video}, \*.as[fx],*.unknown_video},
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