xaizek / pipedial (License: GPLv3 only) (since 2019-01-08)
One more tool for selecting something in console.
Commit a8db75af25b0c0d72290e76ab9b2e1972f2b4850

Fix --title not being documented in the manual
Author: xaizek
Author date (UTC): 2020-09-20 12:01
Committer name: xaizek
Committer date (UTC): 2020-09-20 12:10
Parent(s): 6c57aefb8be0f48a8538bb2090a9717f72fa2ccd
Signing key: 99DC5E4DB05F6BE2
Tree: f53811cf369a854366fed3895fdf81543dd28ed8
File Lines added Lines deleted
docs/03-options.md 11 6
docs/pipedial.1 6 3
File docs/03-options.md changed (mode: 100644) (index 521e5a2..0232a1d)
1 1 OPTIONS OPTIONS
2 2 ======= =======
3 3
4 **--help, -h**
5 --------------
4 **`--help`, `-h`**
5 ------------------
6 6
7 7 Display short usage help. Display short usage help.
8 8
9 **--version**
10 -------------
9 **`--version`**
10 ---------------
11 11
12 12 Display version information. Display version information.
13 13
14 **--filter, -f**
15 ----------------
14 **`--title <title>`, `-t <title>`**
15 -----------------------------------
16
17 Customize title.
18
19 **`--filter`, `-f`**
20 --------------------
16 21
17 22 Start in filtering mode. Start in filtering mode.
File docs/pipedial.1 changed (mode: 100644) (index 6f1e733..0e9076e)
... ... pick which one of them is printed on standard output.
17 17 \f[I]output\-consumer\f[] $(\f[I]input\-generator\f[] | \f[I]output\-consumer\f[] $(\f[I]input\-generator\f[] |
18 18 \f[B]pipedial\f[]) \f[B]pipedial\f[])
19 19 .SH OPTIONS .SH OPTIONS
20 .SS \f[B]\-\-help, \-h\f[]
20 .SS \f[B]\f[C]\-\-help\f[], \f[C]\-h\f[]\f[]
21 21 .PP .PP
22 22 Display short usage help. Display short usage help.
23 .SS \f[B]\-\-version\f[]
23 .SS \f[B]\f[C]\-\-version\f[]\f[]
24 24 .PP .PP
25 25 Display version information. Display version information.
26 .SS \f[B]\-\-filter, \-f\f[]
26 .SS \f[B]\f[C]\-\-title\ <title>\f[], \f[C]\-t\ <title>\f[]\f[]
27 .PP
28 Customize title.
29 .SS \f[B]\f[C]\-\-filter\f[], \f[C]\-f\f[]\f[]
27 30 .PP .PP
28 31 Start in filtering mode. Start in filtering mode.
29 32 .SH SHORTCUTS .SH SHORTCUTS
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/pipedial

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pipedial

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