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 3cb28c55d1ca2372de02aea54ae8fc7e056f7bad

Remove inappropriate commas from the ChangeLog
Author: xaizek
Author date (UTC): 2025-11-22 14:20
Committer name: xaizek
Committer date (UTC): 2025-11-22 14:20
Parent(s): 6586234981d94318cea877eb332ef2e55d033b44
Signing key: 99DC5E4DB05F6BE2
Tree: fc1416e90f8051fb837006a45ff0b30bf7962441
File Lines added Lines deleted
ChangeLog 2 2
File ChangeLog changed (mode: 100644) (index 4ab91d8e0..06b16b05c)
161 161 show up because it would be empty. show up because it would be empty.
162 162
163 163 Fixed `vifm-pause` and other helpers not being available from within Fixed `vifm-pause` and other helpers not being available from within
164 AppImage. Thanks to Marcin Kowalski (a.k.a., mrkowalski).
164 AppImage. Thanks to Marcin Kowalski (a.k.a. mrkowalski).
165 165
166 166 Fixed vifm.vim not cleaning up buffers properly when used as a netrw Fixed vifm.vim not cleaning up buffers properly when used as a netrw
167 replacement. Thanks to Ivan Shapovalov (a.k.a., intelfx) and
167 replacement. Thanks to Ivan Shapovalov (a.k.a. intelfx) and
168 168 pascualpobil. pascualpobil.
169 169
170 170 Fixed a crash if GLib didn't return a file type. Patch by Jan Fixed a crash if GLib didn't return a file type. Patch by Jan
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