Psykopear / fuzzle

Fast application launcher
MIT License
14 stars 3 forks source link

Fixed #3: removed hardcoded binary paths and handles case when path does not exist #5

Closed synasius closed 4 years ago

synasius commented 4 years ago

What is does

This PR removed hardcoded binary paths and reads them from the PATH env variable. I check whether the path exists or not to avoid runtime panics.

Psykopear commented 4 years ago

As I said in the other PR, I fixed the issues before noticing you PRs. Anyway what you do here makes more sense than what I did, if you rebase it on master I'll merge this

synasius commented 4 years ago

@Psykopear rebased