neutric / homebrew-createzap

A `brew cask` external command that generates zap stanza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brew-createzap

A brew external command that generates zap stanza. It scans common places for leftover files, such as:

~/Library/Application Support
~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments
~/Library/Caches
~/Library/Containers
~/Library/Preferences
/Library/Application Support
/Library/Preferences
...

Installation

brew tap nrlquaker/createzap

Usage

brew createzap flux

Output:

zap trash: [
  "~/Library/Application Support/Flux",
  "~/Library/Caches/org.herf.Flux",
  "~/Library/Containers/com.justgetflux.flux",
  "~/Library/Cookies/org.herf.Flux.binarycookies",
  "~/Library/Preferences/org.herf.Flux.plist",
]

About

A `brew cask` external command that generates zap stanza

License:MIT License


Languages

Language:Shell 100.0%