Dushistov / sdcv

https://dushistov.github.io/sdcv/
GNU General Public License v2.0
289 stars 42 forks source link

[Feature Request] Return different exit code when word isn't found #56

Closed alcah closed 4 years ago

alcah commented 4 years ago

It would be great if sdcv could provide a different return status if the search term wasn't found. This way it could easily be used in scripts (eg. sdcv -n $1 || web-search $1).