You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
twidge update takes a quoted argument or accepts input on stdin. But while useing the input stream, editing is a pain since it support just the absolute minimum.
GNU readline library can be used to implement extensive editing features. Aquick search indicated that a haskell binding exists through System.Console.Readline
Will it be possible to use this to provide better editing features?
I have limited experience with haskell, but may attempt a hack in spare time. User input welcome.
The text was updated successfully, but these errors were encountered:
twidge update takes a quoted argument or accepts input on stdin. But while useing the input stream, editing is a pain since it support just the absolute minimum.
GNU readline library can be used to implement extensive editing features. Aquick search indicated that a haskell binding exists through
System.Console.Readline
Will it be possible to use this to provide better editing features?
I have limited experience with haskell, but may attempt a hack in spare time. User input welcome.
The text was updated successfully, but these errors were encountered: