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 0962554754f525bd44fbf3f21ba32040d1b3dd0b

Fix a typo in the ChangeLog file
Author: xaizek
Author date (UTC): 2025-05-05 14:42
Committer name: xaizek
Committer date (UTC): 2025-05-06 12:14
Parent(s): 22de9a09d9973e63b151794c5ddccd8d34ed4ef9
Signing key: 99DC5E4DB05F6BE2
Tree: 867f3c66f54ae6aa3bee352ed22d8f2356520f6c
File Lines added Lines deleted
ChangeLog 1 1
File ChangeLog changed (mode: 100644) (index 47e03f686..5d419af33)
69 69
70 70 Fixes of typos and groff syntax in documentation. Patch by Kirill Rekhov. Fixes of typos and groff syntax in documentation. Patch by Kirill Rekhov.
71 71
72 Fixed ruler in menu mode not growing in size to accomodate its content.
72 Fixed ruler in menu mode not growing in size to accommodate its content.
73 73 Thanks to CaptainFantastic. Thanks to CaptainFantastic.
74 74
75 75 Fixed a memory leak on formatting tab line when there is not enough space. Fixed a memory leak on formatting tab line when there is not enough space.
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