Hyde46 / hoard

cli command organizer written in rust
https://hyde46.github.io/hoard/
MIT License
488 stars 25 forks source link

Simplify hoard.zsh #350

Open seivan opened 4 months ago

seivan commented 4 months ago

print -z is all you really need to output it on the prompt. It's zsh specific, but then again it's a zsh script.

Hyde46 commented 4 months ago

Note sure if you've tested it, but this breaks it. Attaching a short screen recording. I open hoard through <Ctrl>-h , try to navigate, but the UI doesnt update. Pressing enter to select the command, does not print it into the terminal. Only after the next interactiong with the terminal, it gets printed into the terminal

https://github.com/user-attachments/assets/2edee11e-c004-4454-8f7c-614af736f6f6

Hyde46 commented 4 months ago

However, I'd be stoked if we could make this part easier!

seivan commented 6 days ago

@Hyde46 Hmm I wonder if it's related to specific ZSH opts/settings, will have to take another look.