sveinbjornt / Sloth

Mac app that shows all open files, directories, sockets, pipes and devices in use by all running processes. Nice GUI for lsof.
https://sveinbjorn.org/sloth
BSD 3-Clause "New" or "Revised" License
8.26k stars 156 forks source link

Mention about brew cask on README file #6

Closed FrankKair closed 5 years ago

FrankKair commented 5 years ago

Hey, Sveinbjörn. First of all, this is a pretty nice app, congrats! 😊

Have you thought of using brew cask to distribute de app, so that people can install it from the command line? That would be neat.

What do you think?

extrawurst commented 5 years ago

someone took care of that already: http://macappstore.org/sloth/ it is unfortunately not mentioned here. but u can simply do brew cask install sloth

FrankKair commented 5 years ago

Oh, thank you very much @Extrawurst! This issue should be renamed to "Add brew cask to README file" then 😅

sveinbjornt commented 5 years ago

Fixed in master. README now also notes that Sloth can be installed via Homebrew. Thank you for the feedback!