-
Hey ! I'm currently having a very simple script read manpage
man $manpage | cat And a helix shortcut:
but i can't figure how to get the Any ideas ? Is it even possible ? (and how do i tell helix the new buffer is readonly and does not need to be saved ?) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The only program i could find that do that is lf when i do :insert-output lf , it show me the filepicker and i can choose a file, but i couldn't manage to make a custom bash script retrieving user input works inside of helix :insert-output read -r something is not working, and read exits with status 1 which means it instantly get EOF, why is helix sending EOF to read ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Was looking into this and lf uses /dev/tty