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
Add strerror(errno) to individual syscalls errors 17958eeabf7c6367c452cffd9b59ce2010ded509 xaizek 2024-04-13 12:05:02
Use ~ in paths of files shown on job bar 3faa653fbfb28c4df134c00a979f93ae7f164c86 xaizek 2024-04-09 11:53:23
Update format of progress for background jobs 9702c659a9643883bc9da9dee60745116f98236e xaizek 2024-04-08 08:45:53
Show current file position of background operation 1bc90a22a6c0040758f9be57f61a301a1c8675d7 xaizek 2024-04-08 08:43:57
Fix absolute path completion when 'autocd' is set c54e0dd1b1a20fe39e25e0fdcc7a3b57b8a57f2d xaizek 2024-04-07 09:56:45
Enable line completion only in tests that use it 5de6c187d05a5e6f7631025f8a76d6cc5c6ec80e xaizek 2024-04-07 09:01:43
Test that commands starting with `-` can be run fea00a51fda2be031c975805f39f9947e6dc25f3 xaizek 2024-04-14 11:44:01
Fix running very long commands starting with - 51ea56fee5f45e9e13a8e929201687bed8e04c77 xaizek 2024-04-14 11:41:15
Document running ext commands that start with dash 888023f2b8f5be585e0d25fea4c3ccf24c6e79b5 xaizek 2024-04-13 12:10:19
system, term, ...: correctly handle commands starting with `-` c470960ab3abd5b9d2c70062d7bd1d6c51f6359e Ivan Shapovalov 2024-04-11 17:41: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