Files
homebrew-cask/Casks/n/notable.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

22 lines
642 B
Ruby

cask "notable" do
version "1.8.4"
sha256 "5ca00f5135e769165c683dc0174ea95bd9052ca751a0704b1a1a20dd297b4e3d"
url "https://github.com/notable/notable/releases/download/v#{version}/Notable-#{version}.dmg",
verified: "github.com/notable/notable/"
name "Notable"
desc "Markdown-based note-taking app that doesn't suck"
homepage "https://notable.app/"
auto_updates true
app "Notable.app"
zap trash: [
"~/Library/Saved Application State/com.fabiospampinato.notable.savedState",
"~/Library/Preferences/com.fabiospampinato.notable.plist",
"~/Library/Application Support/Notable",
"~/.notable.json",
]
end