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.
<root> / data / man / vifm-pause.1 (149cbb19e80b0c5d9f320b60402f01240c54ab32) (1,408B) (mode 100644) [raw]
.TH "VIFM-PAUSE" "1" "04 April 2023" "vifm 0.13"
.\" ---------------------------------------------------------------------------
.SH "NAME"
.\" ---------------------------------------------------------------------------
vifm-pause \- a helper script for vifm
.\" ---------------------------------------------------------------------------
.SH "SYNOPSIS"
.\" ---------------------------------------------------------------------------
Only called automagically from within vifm
.LP
vifm-pause
.\" ---------------------------------------------------------------------------
.SH "DESCRIPTION"
.\" ---------------------------------------------------------------------------
A helper script for vifm, not for standalone use.
.LP
Prints "Press return ..." message and waits until Enter key is pressed.
.\" ---------------------------------------------------------------------------
.SH "SEE ALSO"
.\" ---------------------------------------------------------------------------
.BR vifm (1)
.\" ---------------------------------------------------------------------------
.SH "AUTHOR"
.\" ---------------------------------------------------------------------------
This manual page was initially written by Edelhard Becker <becker@edelhard.de>,
for the Debian GNU/Linux system (but may be used by others).
.br
Then it was adjusted by Hendrik Jaeger <deb@henk.geekmail.org> and updated by
xaizek <xaizek@posteo.net>.
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