https://github.com/danielbayley/homebrew-reset
@Homebrew external command to reset an installed Cask according to its zap stanza.
https://github.com/danielbayley/homebrew-reset
cask clean cleaner cleanup command command-line homebrew macos osx remove tap tidy uninstall zap
Last synced: about 1 year ago
JSON representation
@Homebrew external command to reset an installed Cask according to its zap stanza.
- Host: GitHub
- URL: https://github.com/danielbayley/homebrew-reset
- Owner: danielbayley
- License: mit
- Created: 2021-06-11T03:07:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T17:24:51.000Z (over 3 years ago)
- Last Synced: 2025-02-12T11:53:46.400Z (over 1 year ago)
- Topics: cask, clean, cleaner, cleanup, command, command-line, homebrew, macos, osx, remove, tap, tidy, uninstall, zap
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
_[Homebrew]_ `reset`
===================
A simple Home`brew` _[external command]_ to `reset` an [`install`]ed _[Cask]_ according to its [`zap`] _[stanza]_, without [`uninstall`]ing the associated app.
Install
-------
~~~ sh
brew tap danielbayley/reset
brew reset #cask
~~~
Contribute
----------
~~~ sh
brew tap danielbayley/pipeline
git config core.hooksPath .github/hooks
~~~
License
-------
[MIT] © [Daniel Bayley]
[MIT]: LICENSE.md
[Daniel Bayley]: https://github.com/danielbayley
[homebrew]: https://brew.sh
[tap]: https://docs.brew.sh/Taps
[external command]: https://docs.brew.sh/External-Commands
[cask]: https://docs.brew.sh/Cask-Cookbook
[stanza]: https://docs.brew.sh/Cask-Cookbook#stanzas
[`install`]: https://docs.brew.sh/Cask-Cookbook#stanza-installer
[`uninstall`]: https://docs.brew.sh/Cask-Cookbook#stanza-uninstall
[`zap`]: https://docs.brew.sh/Cask-Cookbook#stanza-zap