Files
homebrew-cask/Casks/m/markright.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

18 lines
519 B
Ruby

cask "markright" do
version "0.1.11"
sha256 "2d293121534a468e5f166e18eaa28f8db7e39a617b092e06c0d8b339191d9f47"
url "https://github.com/dvcrn/markright/releases/download/#{version}/MarkRight_Mac.dmg"
name "MarkRight"
desc "Electron-powered markdown editor with live preview"
homepage "https://github.com/dvcrn/markright"
app "MarkRight.app"
zap trash: [
"~/Library/Application Support/MarkRight",
"~/Library/Caches/MarkRight",
"~/Library/Preferences/com.electron.markright.plist",
]
end