-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.json
More file actions
51 lines (51 loc) · 2.37 KB
/
apps.json
File metadata and controls
51 lines (51 loc) · 2.37 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"$schema": "https://wvw.dev/apps.schema.json",
"store": {
"name": "efekurucay apps",
"developer": "efekurucay",
"tagline": "Native tools for developers.",
"github": "https://github.com/efekurucay"
},
"categories": [
{ "id": "macos", "name": "macOS Apps" },
{ "id": "developer-tools", "name": "Developer Tools" },
{ "id": "utilities", "name": "Utilities" }
],
"apps": [
{
"id": "terminal-alias-manager",
"name": "Terminal Alias Manager",
"subtitle": "Manage your shell aliases visually",
"description": "A native macOS app to manage your ~/.zshrc terminal aliases with a clean SwiftUI interface.",
"longDescription": "Terminal Alias Manager lets you visually manage your shell aliases without ever editing ~/.zshrc by hand. Add, edit, delete, enable/disable, search, sort, duplicate, backup, and import/export aliases — all from a native Finder-style interface. Changes are applied instantly with automatic source ~/.zshrc.",
"icon": "https://raw.githubusercontent.com/efekurucay/tam-cli/main/AliasManager/Assets.xcassets/AppIcon.appiconset/512-mac.png",
"iconEmoji": "⌨️",
"iconStyle": { "scale": 1.3, "objectFit": "cover", "borderRadius": "22%" },
"category": ["macos", "developer-tools", "utilities"],
"platform": "macOS",
"price": "Free",
"github": "https://github.com/efekurucay/tam-cli",
"homepage": "https://efekurucay.com",
"language": "Swift",
"downloadUrl": "https://github.com/efekurucay/tam-cli/releases/latest",
"requirements": "macOS 14.0 (Sonoma) or later",
"features": [
"Parse & list aliases from ~/.zshrc automatically",
"Add, edit, and delete aliases with validation",
"Enable/disable aliases without removing them",
"Search by name, command, or description",
"Sort by name, command, or status",
"Duplicate aliases with one click",
"Auto-runs source ~/.zshrc after every change",
"Backup ~/.zshrc with timestamped copies",
"JSON import/export for migration",
"Copy any command to clipboard instantly",
"Native SwiftUI with Finder-style NavigationSplitView"
],
"screenshots": [
"https://raw.githubusercontent.com/efekurucay/tam-cli/main/docs/ss.png",
"https://raw.githubusercontent.com/efekurucay/tam-cli/main/docs/ss3.png"
]
}
]
}