issues
search
piotrmurach
/
tty-prompt
A beautiful and powerful interactive command line prompt
https://ttytoolkit.org
MIT License
1.47k
stars
136
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
CTRL+D stops input in single line mode
#204
coezbek
opened
1 month ago
1
decorate choice line instead of just the symbol
#203
ishigo974
opened
4 months ago
0
Add option to save history and reload.
#202
theramist
opened
7 months ago
0
Set Prompt#messages to default on Questions initialization
#201
lucasmenezesds
opened
7 months ago
0
Commands for prompt
#199
grcooper
closed
3 months ago
0
Change multi_list to allow preserving choice order
#198
suruja
opened
10 months ago
0
Allow messages to be passed as keyword argument
#197
lulalala
opened
11 months ago
1
Request: `filepath` and `pathname` file existance validator
#196
lulalala
closed
11 months ago
1
this enables the collector to access the prompt object
#195
doriantaylor
opened
1 year ago
1
Allow wrap-around when using arrow keys to change selection
#194
vinnydiehl
closed
1 year ago
2
Allow using `k`/`j` in addition to arrow keys to move selection up/down
#193
vinnydiehl
closed
1 year ago
1
`select` errors when provided a hash and a block
#192
steamwings
opened
1 year ago
0
Customizing the check boxes?
#191
rubyFeedback
opened
1 year ago
0
Unable to define default value for multiline
#190
PhilippePerret
opened
1 year ago
0
ask and multiline flicker while typing
#188
technicalpickles
opened
1 year ago
0
Handle error when `value` is not a string
#187
lulalala
opened
2 years ago
0
Suggestion for documentation
#186
lpender
closed
2 years ago
1
Dashes in a value provided to ask are converted to spaces after up-arrow
#185
mslinn
opened
2 years ago
0
Better error message for validation
#184
mslinn
opened
2 years ago
0
multi_select: pressing ctrl_a or ctrl_r on filtered results, raises an exception
#181
bill-kolokithas
opened
2 years ago
0
tty-prompt does not seem to work in ARM64 Mac Monterey jruby-9.3.3.0
#180
AndyObtiva
opened
2 years ago
0
Select not working in windows + bash terminal
#179
Anay-v2
opened
2 years ago
1
Typo
#175
mxbees
opened
3 years ago
0
Adds a 'none of the above' option to the MultiSelect prompt
#174
etozzato
closed
3 years ago
3
MultiList: validate both min and max on keyenter
#173
sveinn
opened
3 years ago
4
multi_select validation for "min" option ignored if "max" validation passes
#172
sveinn
opened
3 years ago
1
select hangs after a pipe
#168
Nakilon
closed
3 years ago
1
Using an enumerator for choices
#165
sled
closed
3 years ago
3
Feature request: Prompt for value or optionally go into editor mode
#164
ngan
closed
3 years ago
2
Support configuring submit action key in select
#163
Geekfish
opened
3 years ago
41
Auto expanding the expand prompt
#162
garymh
closed
3 years ago
2
Filtering a list where the items contain spaces when using select
#161
fdiaz
opened
3 years ago
9
`#select` return value inconsistent when intentionally trying to return `nil`
#160
ttilberg
closed
3 years ago
8
%{value} not present when using validate with a proc
#159
bbugh
closed
3 years ago
4
Errors on both enum_select and multi_select
#158
ZASMan
closed
3 years ago
2
Add: ability for Prompt#select to auto-select the only available option
#157
seawolf
closed
3 years ago
2
Optional select
#156
guillaumebriday
closed
3 years ago
4
Uncaught exception when using left arrow key while filtering choices
#155
cswilliams
closed
3 years ago
4
Update documentation
#154
cyclotron3k
closed
4 years ago
3
Use j/k to move up/down and h/l to move left/right when selecting in a list
#153
caalberts
closed
3 years ago
2
add the ability to specify keys to select list items
#152
slowbro
opened
4 years ago
3
Select ':key' does not work
#151
slowbro
opened
4 years ago
2
Add the ability to provide an arbitrary array of values to Prompt::Slider
#150
slowbro
closed
4 years ago
7
Add examples for menu choices
#149
caalberts
closed
4 years ago
4
New TTY::Prompt::Test still complains: undefined method 'ioctl'
#148
DannyBen
closed
4 years ago
6
Hide underlying `Choices#choices` from public API
#147
DanielVartanov
closed
4 years ago
2
Preserve original choices order in multi_select prompt when selecting
#146
piotrmurach
closed
4 years ago
7
Preserve ordering of selected items in multi_select prompt
#145
piotrmurach
closed
4 years ago
0
Add `Choices#enabled`
#144
DanielVartanov
closed
4 years ago
3
Add `Choice#index` and `Choice#<=>`
#143
DanielVartanov
closed
4 years ago
4
Next