-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathcaptin.rb
More file actions
25 lines (19 loc) · 701 Bytes
/
captin.rb
File metadata and controls
25 lines (19 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cask "captin" do
version "1.3.1"
sha256 :no_check
url "https://raw.githubusercontent.com/cool8jay/public/master/captin/Captin.zip",
verified: "raw.githubusercontent.com/cool8jay/public/master/captin/"
name "Captin"
desc "Tool to show caps lock status"
# https://captin.mystrikingly.com/ got redirected to some phishing site
homepage "https://github.com/cool8jay/public"
deprecate! date: "2025-11-30", because: :discontinued
disable! date: "2026-11-30", because: :discontinued
depends_on :macos
app "Captin.app"
uninstall quit: "com.100hps.captin"
zap trash: [
"~/Library/Caches/com.100hps.captin",
"~/Library/Preferences/com.100hps.captin.plist",
]
end