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

Add missing periods to the --help message
Auto-generated stuff ends with periods.
Author: xaizek
Author date (UTC): 2020-09-20 12:02
Committer name: xaizek
Committer date (UTC): 2020-09-20 12:10
Parent(s): a8db75af25b0c0d72290e76ab9b2e1972f2b4850
Signing key: 99DC5E4DB05F6BE2
Tree: 3de096e51167a53411d8c8343c392a9a2f9f5829
File Lines added Lines deleted
src/Args.cpp 2 2
File src/Args.cpp changed (mode: 100644) (index 994f5ad..a2f82d6)
24 24 Args::Args(int argc, const char *argv[]) Args::Args(int argc, const char *argv[])
25 25 { {
26 26 TCLAP::CmdLine cmd("Terminal element picker.", ' ', "0.2"); TCLAP::CmdLine cmd("Terminal element picker.", ' ', "0.2");
27 TCLAP::ValueArg<std::string> titleArg("t", "title", "Title message", false,
27 TCLAP::ValueArg<std::string> titleArg("t", "title", "Title message.", false,
28 28 "", "string", cmd); "", "string", cmd);
29 TCLAP::SwitchArg filterArg("f", "filter", "Start in filtering mode", cmd);
29 TCLAP::SwitchArg filterArg("f", "filter", "Start in filtering mode.", cmd);
30 30
31 31 cmd.parse(argc, argv); cmd.parse(argc, argv);
32 32
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