issues
search
tonerdo
/
readline
A Pure C# GNU-Readline like library for .NET/.NET Core
MIT License
810
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Solves a bug when typing Control+LeftArrow and other similar combinations
#70
loudenvier
opened
1 month ago
3
Solves a bug when typing Control+LeftArrow and other similar combinations
#69
loudenvier
closed
1 month ago
1
'default' value is not shown
#68
LexaGV
opened
6 months ago
2
Consider doing Console I/O via interfaces
#67
daveyostcom
opened
1 year ago
0
(Windows 10) Pressing the Windows key enters a null character
#66
reiche-banane
opened
2 years ago
0
(Windows 10) Pressing the Windows key enters a null character
#65
reiche-banane
closed
2 years ago
1
IAutoCompleteHandler Async
#64
franklupo
opened
2 years ago
0
Used <summary> comments in AutoCompletion example
#63
Ruffo324
opened
3 years ago
0
Allow user to override the way the prompt is written
#62
walljm
opened
3 years ago
0
Add two new ways to customize the readline
#61
walljm
closed
3 years ago
0
Add support for CancellationToken on Read/ReadPassword
#60
oblaise
opened
3 years ago
1
Add option to return CTRL+C (^C)
#59
kenbailey
closed
4 years ago
6
Should not use 'System' as the namespace to qualify your library
#58
goblinfactory
closed
4 years ago
5
Asynchronous method ReadLineAsync for reading with CancellationToken
#57
Tr0sT
opened
4 years ago
0
Is this repo still alive?
#56
WojciechNagorski
closed
9 months ago
5
ReadLine.Read is not working in MingW64
#55
signityvivek
opened
5 years ago
2
If AutoCompletionHandler is null, tab should insert a tab character
#54
alexrp
opened
5 years ago
0
Issues with .NET Core 3.0.100-preview7-012821
#53
alexrp
closed
4 years ago
8
Shift Backspace behaviour
#52
chrismasters
opened
5 years ago
10
AutoComplete - Faster tab completion
#51
cobbr
opened
5 years ago
5
Withdrawn – Shows a demo of ReadLine.Read() with a timeout.
#50
daveyostcom
closed
1 year ago
3
Fix word cutting logic (C-w)
#49
sangkilc
closed
5 years ago
1
Keyboard in US International inserts char \0 when pressing '+space (dead keys)
#48
johnnyasantoss
opened
5 years ago
5
Smart auto prompting option
#47
Astaelan
closed
6 years ago
2
Add ReadAsync with CancellationToken
#46
Astaelan
closed
6 years ago
2
Improve screen repaint speed
#45
malcomvetter
opened
6 years ago
6
Make tests more semantic and understandable. …
#44
Latency
closed
6 years ago
1
Refactor Tests
#43
rubberduck203
closed
6 years ago
1
Adds Transpose (C-t)
#42
rubberduck203
closed
6 years ago
1
Adds support for C-d delete
#41
rubberduck203
closed
6 years ago
0
C-d does not delete character
#40
rubberduck203
closed
6 years ago
1
Improved User Experience for History
#39
rubberduck203
closed
6 years ago
19
Writing default parameter in console instead of being in background
#38
faridmehrhesam
opened
6 years ago
0
NuGet Package Install Issue: package does not contain any assembly references
#37
chadbruels
opened
6 years ago
2
netstandard1.3 support
#36
riley-van-hengstum
closed
1 year ago
7
Code formatted
#35
Latency
closed
7 years ago
2
v2.0.x - v2.0.5 - Added compatibility framework support for v4.5 - v4.8 / Core 2.2 & 3.0 / Standard 2.0 & 2.1
#34
Latency
opened
7 years ago
22
Added the ability to process in the background
#33
erkyrath
opened
7 years ago
2
Fix #30: Delete has not been implemented
#32
IntelOrca
closed
7 years ago
3
AutoCompletion does not complete the current work
#31
IntelOrca
opened
7 years ago
1
Delete does not work / has not been implemented
#30
IntelOrca
closed
7 years ago
0
[Linux] CTRL+L does not show prompt
#29
IntelOrca
opened
7 years ago
0
Pressing escape inserts character and corrupts prompt
#28
IntelOrca
opened
7 years ago
0
Add bash style completion
#27
blueperspective
opened
7 years ago
2
Change the default password char in Password Mode
#26
jpvdm1
opened
7 years ago
1
History now has a global and per-call override.
#25
psylenced
closed
7 years ago
5
Add option to disable history
#24
psylenced
closed
7 years ago
1
CI Fix
#23
tonerdo
closed
7 years ago
0
Add password mode for console input
#22
tonerdo
closed
7 years ago
0
It doesn't install correctly
#21
pietklop
closed
7 years ago
5
Next