Muescha

Results 271 comments of Muescha

i have safari open but i get also only the 2 menu entries it would be nice to have a status bar or something where is an info about why...

i have the same issue on M1 - i have no xcode installed - only the CLT are installed: ```shell xcode-select -p /Library/Developer/CommandLineTools ```

also a +1 from me for `brew cask install guppy` i see anywhere the recommendation to install apps and also `node` via `homebrew` this is a better experience for newbees...

for a GUI for brew casks the user can use cakebrew ;)

best if that url not changes: https://github.com/joshwcomeau/guppy/releases/download/v{version}/Guppy-{version}.dmg example of an cask file: https://github.com/Homebrew/homebrew-cask/blob/4184d50d2d7fa4afb62e6c7eb6761ae5ac417c88/Casks/brackets.rb#L1-L17 ```ruby cask 'brackets' do version '1.13' sha256 '34d8960d78e7301febcc6b68b85970d119b7a904cdb9a0ecfc445348de1e4bd4' # github.com/adobe/brackets was verified as official when first introduced...

so it is easy - i only don't know what to delete for uninstalling guppy

links: https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/all_stanzas.md

done: https://github.com/Homebrew/homebrew-cask/pull/61387 ``` brew cask install guppy ==> Satisfying dependencies ==> Downloading https://github.com/joshwcomeau/guppy/releases/download/v0.3.0/Guppy-0.3.0.dmg ==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/134185621/e66e4d00-dda9-11e8-8f49-a827c8f529d2?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-A ######################################################################## 100.0% ==> Verifying SHA-256 checksum for Cask 'guppy'. ==> Installing Cask guppy...

if its get merged then we can update the readme

@melanieseltzer thx for the path PS: is there a way where i can see which new files and directories a app creates while installing and runnig? i did not find...