Files
homebrew-cask/Casks/t/todotxt.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
641 B
Ruby

cask "todotxt" do
version "2.4.0"
sha256 "67f94669661e5b2186f3b619465d18206d8e20ae082d672c86b17d766f59fd41"
url "https://github.com/mjdescy/TodoTxtMac/releases/download/#{version}/TodoTxtMac.app.zip",
verified: "github.com/mjdescy/TodoTxtMac/"
name "TodoTxtMac"
desc "Minimalist, keyboard-driven to-do manager"
homepage "https://mjdescy.github.io/TodoTxtMac/"
app "TodoTxtMac.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.descy.michael.todotxtmac.sfl2",
"~/Library/Preferences/com.descy.michael.TodoTxtMac.plist",
]
end