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 af511850f6bcd9f17adb5222b206be3d539f908c

Improve formatting of iooptions:datasync in vifm.1
Prevent the text from hard wrapping.
Author: xaizek
Author date (UTC): 2025-06-04 07:56
Committer name: xaizek
Committer date (UTC): 2025-06-04 07:57
Parent(s): 7aa3aae18952692f7d81ef15eda06a609daa768b
Signing key: 99DC5E4DB05F6BE2
Tree: 837f6043258a6870a6545b0c2a8ac563f9ca31c1
File Lines added Lines deleted
data/man/vifm.1 6 6
File data/man/vifm.1 changed (mode: 100644) (index 45b583a0f..3377c980a)
1 .TH VIFM 1 "25 May 2025" "vifm 0.15"
1 .TH VIFM 1 "4 June 2025" "vifm 0.15"
2 2 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
3 3 .SH NAME .SH NAME
4 4 .\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
 
... ... default: datasync
4528 4528 .br .br
4529 4529 Controls details of file operations. The following values are available: Controls details of file operations. The following values are available:
4530 4530 \- datasync \- periodically synchronize writes on copying files when\ \- datasync \- periodically synchronize writes on copying files when\
4531 'syscalls' is set.
4532 (This makes copying last as long as it takes to actually write
4533 data to the medium, which is slower than you might expect;
4534 however, this also prevents system hanging due to filling memory
4535 with file-system cache.)
4531 'syscalls' is set. \
4532 (This makes copying last as long as it takes to actually write\
4533 data to the medium, which is slower than you might expect;\
4534 however, this also prevents system hanging due to filling memory\
4535 with file-system cache.)
4536 4536 \- fastfilecloning \- perform fast file cloning (copy-on-write), when \ \- fastfilecloning \- perform fast file cloning (copy-on-write), when \
4537 4537 available (available on Linux and btrfs file system). available (available on Linux and btrfs file system).
4538 4538 .TP .TP
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