Skip to content
GitLab
Explore
Sign in
Commits · 4d841d18ac6567d66a72429027c3d53779d37846
cc-cli
cccli
cli.py
Browse files
Feb 14, 2011
update way of saving history and tagdisplay settings
· 4d841d18
Seblu
authored
Feb 14, 2011
4d841d18
Aliases remplace Aliase
· 41093b1c
Seblu
authored
Feb 14, 2011
41093b1c
Feb 11, 2011
Big rewrite of a lot of command by using new OptionCommand and TqlCommand
· 94ddafa8
Seblu
authored
Feb 11, 2011
94ddafa8
Feb 09, 2011
tagdisplay command
· cd52efdf
Seblu
authored
Feb 09, 2011
cd52efdf
Feb 08, 2011
Implement tagdisplay. This allow per tag coloring and typing.
· 5c11d336
Seblu
authored
Feb 08, 2011
5c11d336
Feb 04, 2011
fix some usage displaying
· 1f51db71
Seblu
authored
Feb 04, 2011
1f51db71
Global command refactoring
· d320e341
Seblu
authored
Feb 04, 2011
d320e341
Jan 25, 2011
CliHandler class has now its own module
· c5eea486
Seblu
authored
Jan 25, 2011
c5eea486
add os tag to cli handler
· 049500b5
Seblu
authored
Jan 25, 2011
049500b5
review of tag answer system
· 53375e22
Seblu
authored
Jan 25, 2011
53375e22
get_tags handle correctly None as tags args
· 1aa992d8
Seblu
authored
Jan 25, 2011
1aa992d8
handle ttl and resolving in get_tags method
· 91e98857
Seblu
authored
Jan 25, 2011
91e98857
Jan 10, 2011
fix loading history file
· e0e28c3f
Seblu
authored
Jan 10, 2011
e0e28c3f
Jan 08, 2011
fix ? completion
· 383ad92e
Seblu
authored
Jan 08, 2011
383ad92e
correctly handle ? and ! completion and execution
· 280652a2
Seblu
authored
Jan 08, 2011
280652a2
Add alias to completion of command
· a5822e51
Seblu
authored
Jan 08, 2011
a5822e51
Abstract readline completer by a simple completer which take a list of choice
· 4da970f7
Seblu
authored
Jan 08, 2011
4da970f7
Add a completion class to handle completion
· a5ba5423
Seblu
authored
Jan 08, 2011
a5ba5423
Jan 07, 2011
simple completion on command
· 2f3522cf
Seblu
authored
Jan 07, 2011
2f3522cf
Jan 06, 2011
disable history inside ask
· a49347d4
Seblu
authored
Jan 06, 2011
a49347d4
handle EOF in command
· abaa11b5
Seblu
authored
Jan 06, 2011
abaa11b5
better handling of bad exceptions
· 0b95c2ba
Seblu
authored
Jan 06, 2011
0b95c2ba
Jan 04, 2011
new start/stop/pause/resume commands
· 460c8634
Seblu
authored
Jan 04, 2011
460c8634
fix prompt editon in expert mode
· 5fbc32d4
Seblu
authored
Jan 04, 2011
5fbc32d4
fix bug on !
· bb1bd477
Seblu
authored
Jan 03, 2011
bb1bd477
Jan 03, 2011
command expert
· aac3ab2b
Seblu
authored
Jan 03, 2011
aac3ab2b
Use RPC connection directlty instead of proxy.
· 9d1e1e22
Seblu
authored
Jan 03, 2011
9d1e1e22
better connection and auth failure message
· 0c55d50e
Seblu
authored
Jan 03, 2011
0c55d50e
remove dangling print
· 36594ed6
Seblu
authored
Jan 03, 2011
36594ed6
better start display
· d13770b3
Seblu
authored
Jan 03, 2011
d13770b3
Dec 31, 2010
fix roxterm bad handling \0001 and \0002
· 03661ed0
Seblu
authored
Dec 31, 2010
03661ed0
add option --force-yes to handle asking when not interactive
· 74f80f56
Seblu
authored
Dec 31, 2010
74f80f56
Dec 30, 2010
fix bad color length calculation by readline
· 4536e275
Seblu
authored
Dec 30, 2010
4536e275
Dec 29, 2010
fix alias subs
· 2c402543
Seblu
authored
Dec 29, 2010
2c402543
catch connecion error
· 3897c003
Seblu
authored
Dec 29, 2010
3897c003
fix traceback on empty line in parser
· 861fbed9
Seblu
authored
Dec 29, 2010
861fbed9
remplace , by as in exception
· a20be402
Seblu
authored
Dec 29, 2010
a20be402
lexer handle quoting
· 84647964
Seblu
authored
Dec 29, 2010
84647964
Dec 28, 2010
global cleaning / bug fixes
· 1e4aa1e2
Seblu
authored
Dec 28, 2010
1e4aa1e2
implement start/stop/pause/resume/destroy
· 9d7d4878
Seblu
authored
Dec 28, 2010
9d7d4878
Loading