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 -deep parameter to :put command c09a11e74125a8b9b70acc7018659a22134251b8 xaizek 2026-02-18 09:45:35
Add -deep parameter to :copy command a17658e7c7d813035bf1a878f5b8f4d536940b18 xaizek 2026-02-16 23:16:26
Implement deep copying in ops and fops 48759ef05d1f28ce9c145ad36c10ee7ae1e5a81c xaizek 2026-02-15 16:32:27
Fix combining TEST() parameters in stic f31ca6a4e8123b55ca2a75f309ccc5e04deac666 xaizek 2026-02-15 15:29:37
Detect and handle symlink cycles on deep copying 3490c1e5c5a478f512c4a2716f56bdcf99d5d3a1 xaizek 2026-02-14 14:12:32
Handle `cfg.slow_fs_list == NULL` in code 7bca47e521ffcb1d12f97bea12e10e5bb3684c6c xaizek 2026-02-14 13:57:04
Extract tests/ior/cp-symlinks.c c56d8e380c3a19fc85863e65e6c966abe7bcc105 xaizek 2026-02-13 09:46:34
Use `OPS` type for `op` in fops_put.c:put_next() 975fb656f448868caf91bd1e88c96d4bd8455c27 xaizek 2026-02-01 14:28:28
Implement deep file copying in ior_cp() cd31eebe43d310c8d30128d4f302c174ab41d234 xaizek 2026-02-01 14:09:58
Implement deep file copying in iop_cp() 4f18017ba9ef0241ec2aef86fcb29ec04dafc913 xaizek 2026-01-24 11:41:05
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