I'm a daily kaput-cli user and something I do a lot is searching for something in my put.io account so that I can download or delete it.
I'd find it really helpful to have an --interactive flag that would send the results of a search to an interface where I can then select one of the objects to do an action to it. My imagined workflow would be something like:
kaput files search --interactive weezer-live
> [ ] weezer-live-2021.mp4
> [*] weezer-live-2022.mp4
download
Note: This is deeply half baked and while typing this out I realized that I could use tmux's vi-copy-mode[1] to get the core functionality of "search and download file without touching mouse" :D
- https://waylonwalker.com/tmux-copy-mode/
I'm a daily
kaput-cliuser and something I do a lot is searching for something in my put.io account so that I can download or delete it.I'd find it really helpful to have an
--interactiveflag that would send the results of a search to an interface where I can then select one of the objects to do an action to it. My imagined workflow would be something like:Note: This is deeply half baked and while typing this out I realized that I could use tmux's vi-copy-mode[1] to get the core functionality of "search and download file without touching mouse" :D