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

v0.1
* Very basic Vim-like navigation.
* Filtering by substring.
* Builtin help.
* Use of readline.
Author: xaizek
Author date (UTC): 2019-01-24 15:59
Committer name: xaizek
Committer date (UTC): 2019-01-24 15:59
Parent(s): 1cc6d8bebed2851a03c5ee8e1609b18b3a5be822
Signing key: 99DC5E4DB05F6BE2
Tree: dc8aa5b8218bdf95d75174af576956c3914b7c71
File Lines added Lines deleted
README.md 1 1
src/Args.cpp 1 1
File README.md changed (mode: 100644) (index 7380399..1c7f5ab)
1 **pipedial**, _v0.0.6_, _2019_
1 **pipedial**, _v0.1_, _2019_
2 2
3 3 _This file last updated on 24 January, 2019_ _This file last updated on 24 January, 2019_
4 4
File src/Args.cpp changed (mode: 100644) (index 2d87344..da544b8)
24 24
25 25 Args::Args(int argc, const char *argv[]) Args::Args(int argc, const char *argv[])
26 26 { {
27 TCLAP::CmdLine cmd("Terminal element picker.", ' ', "0.0.6");
27 TCLAP::CmdLine cmd("Terminal element picker.", ' ', "0.1");
28 28 TCLAP::ValueArg<std::string> titleArg("t", "title", "Title message", false, TCLAP::ValueArg<std::string> titleArg("t", "title", "Title message", false,
29 29 "", "string", cmd); "", "string", cmd);
30 30
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