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

Add ChangeLog
Author: xaizek
Author date (UTC): 2019-09-23 21:23
Committer name: xaizek
Committer date (UTC): 2019-09-23 21:23
Parent(s): d2da41e90d034bd3c9fc8b19ed0968f6caa8496a
Signing key: 99DC5E4DB05F6BE2
Tree: 6865c5b4db4bdb1ce11fb67aae577e7b9a596f18
File Lines added Lines deleted
ChangeLog 49 0
File ChangeLog added (mode: 100644) (index 0000000..3b1c846)
1 Unreleased changes since 0.2
2
3 (none)
4
5 0.1 to 0.2 (2019-09-21)
6
7 License:
8
9 * Changed from "GPLv3 or later" to "GPLv3 only"
10
11 Normal mode:
12
13 * Add Ctrl-E and Ctrl-Y keys
14 * Revert to `/` key for filtering
15
16 Help mode:
17
18 * Add Ctrl-E and Ctrl-Y keys
19 * Add `g`/`gg` keys to help mode
20
21 Prompts:
22
23 * Cancel prompt on Escape key
24 * Handle narrowing conversion failure
25 * Save inputs in history (doesn't persist across sessions)
26
27 UI:
28
29 * Add highlighting to the builtin help
30 * Highlight search matches in the list of items (all matches are
31 highlighted)
32 * Make filtering prompt bold
33 * Draw title message in bold
34 * Colorize background of labels
35
36 Fixes:
37
38 * Document `j` and `k` keys of Help mode
39 * Fix output not being visible in terminal (when it's not captured or
40 redirected)
41
42 0.1 (2019-01-24)
43
44 Features:
45
46 * Basic Vim-like navigation.
47 * Filtering by substring.
48 * Builtin help.
49 * Use of readline.
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