-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathexternal-clis.yaml
More file actions
31 lines (28 loc) · 954 Bytes
/
external-clis.yaml
File metadata and controls
31 lines (28 loc) · 954 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
26
27
28
29
30
31
- name: gh
binary: gh
description: "GitHub CLI — repos, PRs, issues, releases, gists"
homepage: "https://cli.github.com"
tags: [github, git, dev]
install:
mac: "brew install gh"
- name: obsidian
binary: obsidian
description: "Obsidian vault management — notes, search, tags, tasks, sync"
homepage: "https://obsidian.md/help/cli"
tags: [notes, knowledge, markdown]
install:
mac: "brew install --cask obsidian"
- name: docker
binary: docker
description: "Docker command-line interface"
homepage: "https://docs.docker.com/engine/reference/commandline/cli/"
tags: [docker, containers, devops]
install:
mac: "brew install --cask docker"
- name: curlconverter
binary: curlconverter
description: "Convert curl commands to Python, JavaScript, Go, PHP and 40+ other languages"
homepage: "https://curlconverter.com"
tags: [curl, http, converter, code-gen]
install:
mac: "npm install -g curlconverter"