-
Grouping characters
-
Console control commands:cmd-exec:close-if-input-is-empty
,cmd-exec:clear
,cmd-exec:close
-
Multi-pane (issue #2)
-
Select pane before open console
-
Make ability to be copied/moved to another pane
-
Support template string for property
path
-
Clipboard: bring "copy" to console's context menu
-
Escape character
-
Don't write some messy stuffs
-
Colorize console (issue #3)
-
Perform clear-screen code
-
Console encoding:
UTF-8 seems not so good at this context -
Use
String
instead of iterate each char of aBuffer
-
Also support panel along side with pane
-
Get current working directory: how to get cwd from a child process?