0.2.0 • Published 9 years ago
galileo-terminal v0.2.0
Galileo Console Terminal :pager:
Fully terminal support with some additional tweaks.

Works fully via Universal API.
How to install
Run npm i -g galileo-terminal
How to run
Usage: galileo-terminal -u $user -p $pass -b $tb
-u, --username string Username from credentials.
-p, --password string Password from credentials.
-b, --branch string Target branch from credentials.
-t, --timeout number Timeout for request to uapi. Optional.
-c, --pcc string PCC to emulate. Optional.
-h, --help string HelpHow to use
After you start this programm press h for additional information.
List of commands:
C-c - copy all the screen to clipboard
enter - execute last command
e - enter to system editor
i - edit in vim mode
esc - exit vim mode
c - clean the screen
up,down - walk through historyFAQ
- How to fix
Command is missingerror?
- Probably you have deleted
>symbol from screen. It's used for command separation.
- How to get out of edit mode?
- Try to use
Esckey orC-qto exit.
- How can I change editor used by
ekey?
- This is your system default editor. You google how to change it.
- How can I select text to copy?
- Yes we know that. Module
blessedin editor mode can't do that for you. But you can tryemode orC-cto copy entire screen.