issues
search
console-rs
/
dialoguer
Rust utility library for nice command line prompts and similar things
MIT License
1.33k
stars
142
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
default and allow_empty
#316
Masber
opened
3 months ago
0
Added files and folder selection prompt
#315
Hahihula
opened
4 months ago
0
typos in CHANGELOG: dialouger -> dialoguer
#314
jonassmedegaard
closed
5 months ago
0
Wide items in fuzzy select make the prompt disappear
#313
francisdb
opened
7 months ago
0
FuzzySelect messes up existing formatting
#312
francisdb
opened
7 months ago
0
Save and restore a wizard flow
#311
soywod
opened
7 months ago
1
Request: add screenshots of what it can do to the README
#310
DeflateAwning
opened
7 months ago
0
`Input` post completion text does not appear if the user uses the default
#309
doonv
opened
7 months ago
0
Add header and footer on select, fuzzy_select, multi_select and sort
#308
thomassimmer
opened
8 months ago
0
Feature: Third option for confirm prompt
#307
emmalexandria
opened
8 months ago
2
error[E0195]: lifetime parameters or bounds on type `Target` do not match the trait declaration
#306
simbleau
opened
8 months ago
2
Add header and footer options to (Fuzzy)Select (for making borders/tables)
#305
Andrew15-5
opened
8 months ago
0
Add support for asynchronous non-blocking I/O.
#304
Karenina-na
opened
9 months ago
0
Introduce MultiSelectPlus
#303
SIMULATAN
opened
9 months ago
0
Feature request: custom keyboard interactions
#302
ThatFrogDev
opened
9 months ago
0
Experimental branch that adds invisble cursor key reads
#301
mitsuhiko
closed
10 months ago
0
Add conversion between error types
#300
jacobtread
closed
10 months ago
0
Accept items by iterator instead of slice
#299
jacobtread
closed
10 months ago
1
[Issue] No visual indecator on selected items on Windows Terminal
#298
MordechaiHadad
closed
10 months ago
1
feat: support multi line input
#297
mirsella
opened
11 months ago
1
`Password`: Returns `Err` when used in conjunction with input via redirect or pipe
#296
sorairolake
opened
11 months ago
2
Duplicate line when wrapped
#295
HyperCodec
opened
11 months ago
1
Handling Interrupt Signals (e.g., Ctrl+C) in `Select` and Other Dialoguer Actions
#294
silentEAG
opened
11 months ago
4
Document crate feature guarded items on docs.rs
#293
robjtede
closed
11 months ago
0
Backspace behavior at the end of line
#292
joshka
opened
12 months ago
0
Tab completion doesn't work on windows.
#291
redstonerti
opened
1 year ago
1
Add some example pictures to the readme with links to the corresponding file in examples.
#290
SebastianJL
opened
1 year ago
0
Fix prompt in `select.rs` example
#289
jwodder
closed
1 year ago
0
Adding alert as new message type
#288
sluedecke
opened
1 year ago
3
Feature request: alert message with pressing enter as only option
#287
sluedecke
opened
1 year ago
0
FuzzySelect returns wrong index if items has duplicate entries
#286
mike-lloyd03
opened
1 year ago
3
Custom shortcuts/keybindings/hotkeys support
#285
Andrew15-5
opened
1 year ago
3
Select - Let users scroll faster with page-down/up
#284
francisdb
opened
1 year ago
1
Cursor disappears after using Select
#283
francisdb
closed
1 year ago
1
fix #281 : Select : prompt is no longer displayed
#282
tbergerd
closed
1 year ago
0
Select : prompt is no longer displayed
#281
tbergerd
closed
1 year ago
1
Remove dead code and 'Debug' trait bound on Input's 'interact_text*' methods
#280
tbergerd
closed
1 year ago
0
Add '1' and '0' as allowed keys for `Confirm`
#279
Gordon01
opened
1 year ago
0
Add 'interact_text_opt' and 'interact_text_on_opt' for 'Input' prompts
#278
tbergerd
opened
1 year ago
3
Remove `ColorfulTheme.inline_selections`
#277
Gordon01
closed
1 year ago
0
Count characters in `password` example instead of bytes
#276
Gordon01
closed
1 year ago
1
Change chars for `MultiSelect` items
#275
Gordon01
closed
1 year ago
10
Update MSRV to 1.59 -> 1.63
#274
Gordon01
closed
1 year ago
0
Record input to history before validation
#273
Gordon01
closed
1 year ago
0
Feature: Tab to select line and move down
#272
urbanogilson
opened
1 year ago
1
Unable to change selection of a Select in certain terminals.
#271
simon-wh
opened
1 year ago
0
Password prompt freezes program when a long password is entered
#270
valentinegb
opened
1 year ago
5
[#268] Fix Input tail length calculation (wrong cursor positioning)
#269
finistseb
closed
1 year ago
2
BUG - Input with utf8 chars
#268
finistseb
closed
1 year ago
1
fix(select): Switch to correct page before showing select
#267
francisdb
closed
1 year ago
2
Next