You are not logged in.

#151 2014-01-29 13:18:56

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Kingbash - menu driven auto-completion

I mean, what are some things you would like to see changed?

Last edited by Procyon (2014-01-29 13:20:31)

Offline

#152 2015-09-30 11:40:20

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,389

Re: Kingbash - menu driven auto-completion

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

#153 2016-05-17 07:20:19

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,389

Re: Kingbash - menu driven auto-completion

@Procyon:
Any hope your AUR package will be back?


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#154 2016-11-16 13:08:29

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,389

Re: Kingbash - menu driven auto-completion

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

Board footer

Powered by FluxBB