Replies: 2 comments 5 replies
|
kitty -1 sh -c 'xdg-open $(kitten choose-files)'
|
0 replies
|
No. I tried that already. the kitten appears, but after selection closes and doesn't open anything. I had the same issue with fzf: pipes break outside the terminal, so I had to make fzf opens stuff on its own. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, how do you manage to use the choose-files kitten ?
My routine was to invoke
kitty -1 fzf --bind 'enter:become(setsid -f handlr open {+})+abortfrom a hotkey daemon (sxhkd, which invoke the shell each time) and open files that way. I am not terminal expert or programmer so I must say it took me some time to make it work, with setid and all.But I can't do it with choose-files, which bugs me because I like it a lot for its image previewing.
All reactions