Files
8theAutist 7be19e08b1 Add Command Pad v0.1.2 (#103683)
* Add Command Pad v0.1.2

* Add zap stanza to Command Pad

Added zap stanza to command-pad.rb and corrected inconsistent indentation for style

* removed commenting

removed commenting from local versioning software

* Update command-pad.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
2021-04-12 17:10:00 +08:00

20 lines
687 B
Ruby

cask "command-pad" do
version "0.1.2"
sha256 "c889b42e9ec648f0b8cfc2cf65b56f5c40fc139486ef236eaa73b29fcc47db6a"
url "https://github.com/supnate/command-pad/releases/download/v#{version}/Command.Pad-#{version}.dmg"
name "Command Pad"
desc "Start and stop command-line tools and monitor the output"
homepage "https://github.com/supnate/command-pad"
app "Command Pad.app"
zap trash: [
"~/Library/Application Support/Command Pad",
"~/Library/Logs/Command Pad",
"~/Library/Preferences/com.webows.commandpad.helper.plist",
"~/Library/Preferences/com.webows.commandpad.plist",
"~/Library/Saved Application State/com.webows/commandpad.savedState",
]
end