xaizek / pipedial (License: GPLv3 only) (since 2019-01-08)
One more tool for selecting something in console.
Subject SHA-1 Author Date
v0.1 e0d6b07b039e73bbc6d416e4b7dded3a6c5131de xaizek 2019-01-24 15:59:10
Add gif demonstration to the README 1cc6d8bebed2851a03c5ee8e1609b18b3a5be822 xaizek 2019-01-24 15:41:52
Add interactive filtering on `&` key ebc7b63cc5d3e327731f6901728f113c1b520cca xaizek 2019-01-22 17:34:04
Add input changed callback to PromptRequest 3f214e687a2ddeab2b13b0a71cfc64c90aa5c3d5 xaizek 2019-01-22 17:29:58
Fix empty list not being drawn on the screen 260e8044bfef2810ace576a532b07897e2b2bdf9 xaizek 2019-01-22 17:07:01
Extract PipeDial application class dbac6cbf4f20e73a2771a209c6ea28833e62d68e xaizek 2019-01-19 11:23:31
Add `e` key (edit and accept) 125650b8d7fa068955ec29a198a86474f0862f33 xaizek 2019-01-18 15:57:04
Make libcursed suitable for implementing a prompt 70ce3e4d1b6c3c9c688161d6092dee5e59513f86 xaizek 2019-01-18 13:48:05
Make cursed::Window uncopyable&unmovable bc71bcf92be8a837d9bf1043f14f9e5d7611a849 xaizek 2019-01-18 13:46:35
Minor stylistic correction in src/utils.cpp 858fb4deac049a355cc4010c959b88bc2036a505 xaizek 2019-01-18 13:45:55
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