eepykate / fet.sh

🐢 a fetch written in posix shell without any external commands (sponsored by https://git.io/kiwmi)
https://github.com/buffet/kiwmi
ISC License
366 stars 22 forks source link

Too aggressive terminal name filter #32

Closed g-rden closed 2 years ago

g-rden commented 2 years ago

https://github.com/6gk/fet.sh/blob/de8e83b22cb36097ad6ec6243073417549fcd558/fet.sh#L47

*init* filters out miniterm which I use. *init would also filter xinit out which is the only reason for the filter, I think. If not just ignore this issue.

eepykate commented 2 years ago

I believe it was to filter out inits that use a plain ol' init binary, and not xinit - close though!

Thanks for the report.