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 6586234981d94318cea877eb332ef2e55d033b44

Update documentation about improving GLib code
And give credit to Jan Palus for it.
Author: xaizek
Author date (UTC): 2025-11-22 14:15
Committer name: xaizek
Committer date (UTC): 2025-11-22 14:20
Parent(s): e34f45198d74f551a63dd0a19d8fd468daaec85d
Signing key: 99DC5E4DB05F6BE2
Tree: 1d93b1c79a8b0421377528c7517e3f616fc72862
File Lines added Lines deleted
AUTHORS 4 0
ChangeLog 6 0
File AUTHORS changed (mode: 100644) (index 70d47a0c7..4b72f584c)
... ... Kirill Rekhov fixed typos and groff syntax in documentation.
182 182
183 183 Matěj Cepl (a.k.a. mcepl) updated .desktop-file to add localizations and be Matěj Cepl (a.k.a. mcepl) updated .desktop-file to add localizations and be
184 184 more up-to-date with modern recommendations. more up-to-date with modern recommendations.
185
186 Jan Palus (a.k.a. jpalus) fixed a crash when GLib doesn't return a file type and
187 added a fallback to standard::fast-content-type if standard::content-type is
188 missing.
File ChangeLog changed (mode: 100644) (index 1d83fb613..4ab91d8e0)
71 71
72 72 Updated sample vifmrc files to use `vi` as a last resort if it exists. Updated sample vifmrc files to use `vi` as a last resort if it exists.
73 73
74 Fall back to using standard::fast-content-type from GLib if
75 standard::content-type is missing. Patch by Jan Palus (a.k.a. jpalus).
76
74 77 Fixed 'trashdir' with "%r" on BSD-like systems (those with getmntinfo() Fixed 'trashdir' with "%r" on BSD-like systems (those with getmntinfo()
75 78 instead of getmntent() API). The regression was apparently introduced in instead of getmntent() API). The regression was apparently introduced in
76 79 v0.9.1-beta. Thanks to sublimal. v0.9.1-beta. Thanks to sublimal.
 
164 167 replacement. Thanks to Ivan Shapovalov (a.k.a., intelfx) and replacement. Thanks to Ivan Shapovalov (a.k.a., intelfx) and
165 168 pascualpobil. pascualpobil.
166 169
170 Fixed a crash if GLib didn't return a file type. Patch by Jan
171 Palus (a.k.a. jpalus).
172
167 173 0.14-beta to 0.14 (2025-02-08) 0.14-beta to 0.14 (2025-02-08)
168 174
169 175 Improved documentation on zh/zl menu keys a bit. Improved documentation on zh/zl menu keys a bit.
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