rcmdnk / sentaku

Utility to make sentaku (selection, 選択(sentaku)) window with shell command.
http://rcmdnk.github.io/blog/2014/01/24/computer-bash-zsh/
MIT License
139 stars 6 forks source link

input file gets created even when input is piped #11

Closed Arnaudv6 closed 7 years ago

Arnaudv6 commented 7 years ago

Hello rcmdnk This is rather an improvement request than a bug report: I exclusively run sentaku by piping input to it, but it creates "~/.sentaku_input" empty file all the same. I would expect it does not, if possible at all.

By the way there is a typo in both "README.md" and "sentaku -h": iput -> input Thanks again for this soft.

rcmdnk commented 7 years ago

Thanks for the feedback. Actually it is unintended, so I fixed not to make input file for stdin input. (and fixed typo, thanks!)

Arnaudv6 commented 7 years ago

Working great, thanks.