Added pueue
This commit is contained in:
parent
c4be8efe01
commit
fd652cdd8f
2 changed files with 13 additions and 0 deletions
|
@ -390,6 +390,7 @@ softwareGroups:
|
||||||
- percol
|
- percol
|
||||||
- pidcat
|
- pidcat
|
||||||
- pgcli
|
- pgcli
|
||||||
|
- pueue
|
||||||
- pywhat
|
- pywhat
|
||||||
- resume
|
- resume
|
||||||
- s-search
|
- s-search
|
||||||
|
|
12
software.yml
12
software.yml
|
@ -420,6 +420,16 @@ softwarePackages:
|
||||||
_home: https://pieces.app/
|
_home: https://pieces.app/
|
||||||
_name: Pieces CLI
|
_name: Pieces CLI
|
||||||
cask: pieces-cli
|
cask: pieces-cli
|
||||||
|
pueue:
|
||||||
|
_bin: pueue
|
||||||
|
_name: Pueue
|
||||||
|
_github: https://github.com/Nukesor/pueue
|
||||||
|
brew: pueue
|
||||||
|
apk: pueue
|
||||||
|
cargo: pueue --locked
|
||||||
|
apt: pueue
|
||||||
|
dnf: pueue
|
||||||
|
pacman: pueue
|
||||||
buildkite-agent:
|
buildkite-agent:
|
||||||
_bin: buildkite-agent
|
_bin: buildkite-agent
|
||||||
_github: https://github.com/buildkite/agent
|
_github: https://github.com/buildkite/agent
|
||||||
|
@ -1798,6 +1808,7 @@ softwarePackages:
|
||||||
_github: https://github.com/TheTorProject/gettorbrowser
|
_github: https://github.com/TheTorProject/gettorbrowser
|
||||||
_home: https://www.torproject.org/
|
_home: https://www.torproject.org/
|
||||||
_name: Tor Browser
|
_name: Tor Browser
|
||||||
|
_restricted: true
|
||||||
_when:cask: '! test -d "/Applications/Tor Browser.app" && ! test -d "$HOME/Applications/Tor Browser.app"'
|
_when:cask: '! test -d "/Applications/Tor Browser.app" && ! test -d "$HOME/Applications/Tor Browser.app"'
|
||||||
cask: tor-browser
|
cask: tor-browser
|
||||||
choco: tor-browser
|
choco: tor-browser
|
||||||
|
@ -9628,6 +9639,7 @@ softwarePackages:
|
||||||
_github: https://github.com/TheTorProject
|
_github: https://github.com/TheTorProject
|
||||||
_home: https://www.torproject.org/
|
_home: https://www.torproject.org/
|
||||||
_name: TOR
|
_name: TOR
|
||||||
|
_restricted: true
|
||||||
_service: tor
|
_service: tor
|
||||||
_serviceEnabled: true
|
_serviceEnabled: true
|
||||||
ansible:linux: professormanhattan.tor
|
ansible:linux: professormanhattan.tor
|
||||||
|
|
Loading…
Reference in a new issue