JARVIS / app_controller_agent /app_registry.json
viraj.kothari
fix: rename agent folders to remove spaces
5b651ee
Raw
History Blame Contribute Delete
2 kB
{
"vscode": {
"cmd": "code",
"aliases": ["vs code", "vscode", "code", "editor", "visual studio", "visual studio code"],
"window_class": "code.Code",
"supports_path": true,
"supports_url": true,
"new_window_flag": "--new-window"
},
"postman": {
"cmd": "/snap/bin/postman",
"aliases": ["postman", "api tester", "api client"],
"window_class": "Postman",
"supports_path": false
},
"chrome": {
"cmd": "google-chrome",
"aliases": ["chrome", "google chrome", "browser", "google"],
"window_class": "Google-chrome",
"supports_path": false,
"supports_url": true,
"new_window_flag": "--new-window"
},
"firefox": {
"cmd": "firefox",
"aliases": ["firefox", "mozilla", "fox"],
"window_class": "firefox",
"supports_path": false,
"supports_url": true,
"new_window_flag": "--new-window"
},
"terminal": {
"cmd": "gnome-terminal",
"aliases": ["terminal", "console", "shell", "bash", "command line", "cmd"],
"window_class": "Gnome-terminal",
"supports_path": true,
"new_window_flag": "--new-window"
},
"files": {
"cmd": "nautilus",
"aliases": ["files", "file manager", "nautilus", "explorer", "folder"],
"window_class": "Org.gnome.Nautilus",
"supports_path": true
},
"telegram": {
"cmd": "telegram-desktop",
"aliases": ["telegram", "tg"],
"window_class": "TelegramDesktop",
"supports_path": false
},
"slack": {
"cmd": "slack",
"aliases": ["slack"],
"window_class": "Slack",
"supports_path": false
},
"notion": {
"cmd": "notion-app",
"aliases": ["notion"],
"window_class": "notion",
"supports_path": false
},
"spotify": {
"cmd": "spotify",
"aliases": ["spotify", "music"],
"window_class": "Spotify",
"supports_path": false
},
"thunderbird": {
"cmd": "thunderbird",
"aliases": ["thunderbird", "mail", "email client"],
"window_class": "Thunderbird",
"supports_path": false
}
}