-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
kitty
terminal hints
is awesome, Has anyone implemented it?
#669
Comments
kitty hints docs // default shortcuts
|
kitty
terminal hints
is awosome, Has anyone implemented this feature or plugin?kitty
terminal hints
is awosome, Has anyone implemented it?
kitty
terminal hints
is awosome, Has anyone implemented it?kitty
terminal hints
is awesome, Has anyone implemented it?
That is quite impressive actually. It removes the need for a mouse action completely. I agree on the feature being a plugin instead of the main application. |
Somewhere in the backlog is the concept of a command pallette, that would open up a window that would let you search through keybindings and available actions. This is that ++ |
terminator_hints3_.webmseems I made it work, with source modified. I'm not sure is it possible in pure plugin, will try later |
That sounds cool https://github.com/yurenchen000/terminator-hints-plugin
I have implemented this feature with a plugin,
Which heavy reliance on terminator internal implementation. It feels not programming but cracking 😿 |
@yurenchen000 I cloned your initial plugin, out of the box I guess there are minor glitches, but the overall idea seems in place. I still kiffe it a lot :) I key binded go_prev to <Meta>p Then <Meta>p do display this as hints. In the source I see the gen_hints() with the 1 key shortcuts, [pnlwhdiu] and the tip_hotkeys with [hdwlniu] may be there is a mismatch here. I also note that 'f' hotkey is not there, yet easy to add. All in all it is a good start, needing a bit of tuning :) |
this plugin shortcuts not exactly same as kitty hints: when test it need some strings in terminal, for example //I can't set |
Yes I have strings on the terminal, and I can hack your initial version :) I just meant that looks like there are some discrepencies between.
The later don't display 'f' as hint, the if/elif sequence don't process 'f', only hotkeys define 'f' There is as well a strange 'i' in the later looks like a cut/paste pb :-) I will look as well to add something like 'e' hotkey for edit the file:num something that would paste $PAGE file +num :) Well sky is the limit... |
@phidebian
at first I want to implement them, but I encountered this libvte bug cause this bug, libvte can't got all scrollback content but only last screen content. so i put it aside for now. |
@yurenchen000 I don't know kitty, I meant really freeze the display as you did at ctrl+shift+p time, then walk back with an incremental search on the frozen are and would paste what we got, well may be just dreaming :) |
@phidebian I think it's easy to implement, maybe another I also encountered other problem, for example |
@yurenchen000 Yes I meant an editor like search,
|
@phidebian It use py3
|
I did that on purpose (Omit it in Tips).
|
Is your feature request related to a problem? Please describe.
N
Additional context
about kitty hints
It can input strings in screen (maybe output by previous cmd) with shortcuts (without mouse select, copy, paste things)
which is really convenience in daily command operations.
let me show you in several seconds video.
input file path
kitty_hints_file.webm
input file:line path
kitty_hints_file.line_.webm
input word
kitty_hints_word.webm
show last/all cmd output in less
to search keywords but Save unnecessary pipeline execution.
scroll by cmd prompt
to scroll over long long outputs very efficiently.
and so on..
that's really impressed me.
wanna (make) a terminator plugin
but I'm not sure I have enouth time.
The text was updated successfully, but these errors were encountered: