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 e6c8ed740e1767d0e19f157a38f90475e949ac13

Document one more fix in ChangeLog.LuaAPI
Author: xaizek
Author date (UTC): 2023-03-16 16:03
Committer name: xaizek
Committer date (UTC): 2023-03-16 16:03
Parent(s): fedcfec2b8c433a8309aeda4745a4bd089e87078
Signing key: 99DC5E4DB05F6BE2
Tree: a78c544d79e57fe757ce015db977c099fed70433
File Lines added Lines deleted
ChangeLog.LuaAPI 2 0
File ChangeLog.LuaAPI changed (mode: 100644) (index 466fd81f1..4e40102ec)
... ... After that all changes will be documented in the regular ChangeLog.
49 49
50 50 Fixed VifmTab:getview() mistreating "pane" input field. Fixed VifmTab:getview() mistreating "pane" input field.
51 51
52 Fixed modules loaded via vifm.plugin.require() not having `vifm` defined.
53
52 54 0.12 to 0.12.1 (2022-09-21) 0.12 to 0.12.1 (2022-09-21)
53 55
54 56 Upgraded Lua from 5.4.3 to 5.4.4. Upgraded Lua from 5.4.3 to 5.4.4.
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