You are not logged in.
I mean, what are some things you would like to see changed?
Last edited by Procyon (2014-01-29 13:20:31)
Offline
I made some changes to the gui version.
The code is largely rewritten, but the major changes are that:
* it now uses compgen too
* opens the filelist window "inside" the caller Xwindow.
* show icons near the filelist item that indicates the type of completion (dir,file,alias,environment,builtin and so on)
* writing keys on the keyboard will select the matching item from the filelist
* aur package available as kingbash-gb-git
Last edited by kokoko3k (2015-09-30 11:45:31)
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
@Procyon:
Any hope your AUR package will be back?
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
I've uploaded the procyon script here:
http://pastebin.com/4rGr7LAp
However, since readline 7.0 update, it acts weird with multiline prompts.
after every completion, the current line shifts up by 2 and i'm not a python nor readline expert at all.
Anyone can look into this?
-EDIT
I think i sort it out...
change line 384: psheight=$( echo -ne "$1" | wc -l); shift
with: psheight=0
Last edited by kokoko3k (2016-11-17 10:40:51)
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline