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 f1c144ba124846ecccd6ed186ca6da330af2abc3

Document addition of vifm-media-osx script
It is configured to be used (via 'mediaprg') on OS X.

Patch by Von Welch.

Closes #438 on GitHub.
Author: xaizek
Author date (UTC): 2019-07-14 16:57
Committer name: xaizek
Committer date (UTC): 2019-07-14 16:57
Parent(s): ba7e8360894dfc0ca2e3a0d1bc7240f287319d2c
Signing key: 99DC5E4DB05F6BE2
Tree: ef5da6ebf017c0a3a1f3d68812a8b2652692557a
File Lines added Lines deleted
AUTHORS 2 0
ChangeLog 3 0
data/man/vifm.1 1 0
data/vim/doc/app/vifm-app.txt 1 0
File AUTHORS changed (mode: 100644) (index 2c93e692a..cca9c7690)
... ... rbong authored a number of changes that extend functionality of the Vim plugin
125 125 originally as a separate plugin for neovim, later merged into the main one. originally as a separate plugin for neovim, later merged into the main one.
126 126
127 127 zsugabubus provided multiple patches. zsugabubus provided multiple patches.
128
129 Von Welch submitted vifm-media-osx script.
File ChangeLog changed (mode: 100644) (index 30d9aedb9..f5186e600)
85 85 doesn't include any predicates. Thanks to Sitaram Chamarty and Tuan doesn't include any predicates. Thanks to Sitaram Chamarty and Tuan
86 86 Bui (a.k.a. tuanbass). Bui (a.k.a. tuanbass).
87 87
88 Added vifm-media-osx script that is configured to be used (via 'mediaprg')
89 on OS X. Patch by Von Welch.
90
88 91 Resolve symbolic links for mime-type matchers. Thanks to Vigi. Resolve symbolic links for mime-type matchers. Thanks to Vigi.
89 92
90 93 Try to preserve symbolic links in current path when starting vifm by Try to preserve symbolic links in current path when starting vifm by
File data/man/vifm.1 changed (mode: 100644) (index 2416378c2..e8d319385)
... ... type: string
3993 3993 .br .br
3994 3994 default: path to bundled script that supports udevil, udisks and udisks2 default: path to bundled script that supports udevil, udisks and udisks2
3995 3995 (using udisks2 requires python with dbus module installed) (using udisks2 requires python with dbus module installed)
3996 OS X: path points to a python script that uses diskutil
3996 3997 .br .br
3997 3998 {only for *nix} {only for *nix}
3998 3999 .br .br
File data/vim/doc/app/vifm-app.txt changed (mode: 100644) (index 7472f6dbe..a0ef89029)
... ... mediaprg
3315 3315 type: string type: string
3316 3316 default: path to bundled script that supports udevil, udisks and udisks2 default: path to bundled script that supports udevil, udisks and udisks2
3317 3317 (using udisks2 requires python with dbus module installed) (using udisks2 requires python with dbus module installed)
3318 OS X: path points to a python script that uses diskutil
3318 3319
3319 3320 Specifies command to be used to manage media devices. Used by |vifm-:media| Specifies command to be used to manage media devices. Used by |vifm-:media|
3320 3321 command. command.
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