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.
Subject SHA-1 Author Date
Make mxe-deploy and deploy more consistent db90523d2347e09f19f9cf65926f41f996a86f90 xaizek 2025-03-28 13:57:07
Fix crashes in pdcurses on Windows ANSI terms 538f1b151dd71fa9c105bbba5c80fcc9563f6f80 xaizek 2025-03-28 13:37:37
Run distcheck in a fresh clone in scripts/deploy 5d0b9f8c04c389911cfab197903b0f90de2b0537 xaizek 2025-03-25 19:14:07
Fix :restart not resetting abbreviations 1c50b3ddda43251f3facdb445ce0d2de53d6f7c6 xaizek 2025-03-25 19:10:56
Fix trailing slash in merge overwrite dialog f605fc4c98a84af8d7b4d19d84fa715029eafffc xaizek 2025-03-25 17:53:57
Fix 'set timeoutlen=0' effectively causing a hang 3fed182babb903c9dfb7a7b47112cadd822e7b0c xaizek 2025-03-25 17:48:17
Fix unintended {ext}/{fileext} search highlighting 1da341d3141b5eaddf5888d8f9dd7ab2eea927a7 xaizek 2025-03-25 13:25:16
Use copy_str() in fileview.c:column_line_print() e2cae15195b717496e6e14deef4450cf394087b2 xaizek 2025-03-24 17:16:59
Fix a crash on drawing a tree-view 9833c508ae276e3a37353931227c02817b72e39e xaizek 2025-03-24 17:08:08
Check presence of mvim in vifmrc-osx 587090b28bdeaa4ced63ed8d23ef49e12e480476 xaizek 2025-03-23 16:39:14
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