sdushantha / fontpreview

Highly customizable and minimal font previewer written in bash
MIT License
909 stars 39 forks source link

Dependency checking has now fewer lines #16

Closed erenhatirnaz closed 4 years ago

erenhatirnaz commented 4 years ago

and added fzf to dependency checking process. If user doesn't have one of the dependencies, the script terminates with an error code (1) and error message prints to stderr.

sdushantha commented 4 years ago

Oops I forgot to add fzf to dependency checking process, my bad. Thank you for making the dependency checking process much shorter!