Added PIPX packages.
This commit is contained in:
parent
9ed8bb0616
commit
767c6b367c
2 changed files with 18 additions and 0 deletions
|
@ -152,6 +152,7 @@ softwareGroups:
|
||||||
- onionshare
|
- onionshare
|
||||||
Ansible: &Ansible
|
Ansible: &Ansible
|
||||||
- ansible
|
- ansible
|
||||||
|
- ansibler
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
- ansibleconnect
|
- ansibleconnect
|
||||||
- awxcli
|
- awxcli
|
||||||
|
@ -397,6 +398,7 @@ softwareGroups:
|
||||||
- schema
|
- schema
|
||||||
- sttr
|
- sttr
|
||||||
- textql
|
- textql
|
||||||
|
- toml-sort
|
||||||
- xurls
|
- xurls
|
||||||
- yj
|
- yj
|
||||||
- yq
|
- yq
|
||||||
|
|
16
software.yml
16
software.yml
|
@ -4077,6 +4077,14 @@ softwarePackages:
|
||||||
_name: Ionic Framework
|
_name: Ionic Framework
|
||||||
npm: '@ionic/cli'
|
npm: '@ionic/cli'
|
||||||
_type: cli
|
_type: cli
|
||||||
|
toml-sort:
|
||||||
|
_bin: toml-sort
|
||||||
|
_desc: A Python module that auto-formats TOML files
|
||||||
|
_docs: https://pypi.org/project/toml-sort/
|
||||||
|
_home: https://pypi.org/project/toml-sort/
|
||||||
|
_github: https://github.com/pappasam/toml-sort
|
||||||
|
_name: TOML Sort
|
||||||
|
pipx: toml-sort
|
||||||
ios-deploy:
|
ios-deploy:
|
||||||
_bin: ios-deploy
|
_bin: ios-deploy
|
||||||
_desc: Install and debug iPhone apps from the command line, without using Xcode
|
_desc: Install and debug iPhone apps from the command line, without using Xcode
|
||||||
|
@ -4143,6 +4151,14 @@ softwarePackages:
|
||||||
ansible:darwin: professormanhattan.iterm2
|
ansible:darwin: professormanhattan.iterm2
|
||||||
cask: iterm2
|
cask: iterm2
|
||||||
_type: application
|
_type: application
|
||||||
|
ansibler:
|
||||||
|
_bin: ansibler
|
||||||
|
_desc: Megabyte Labs Python project used to extract test information from Molecule and save it as JSON that can be rendered into charts
|
||||||
|
_docs: https://pypi.org/project/ansibler/
|
||||||
|
_github: https://github.com/megabyte-labs/ansibler
|
||||||
|
_home: https://pypi.org/project/ansibler/
|
||||||
|
_name: Ansibler
|
||||||
|
pipx: ansibler
|
||||||
java:
|
java:
|
||||||
_bin: java
|
_bin: java
|
||||||
_desc: '[Java](https://www.java.com/en/) is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.'
|
_desc: '[Java](https://www.java.com/en/) is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.'
|
||||||
|
|
Loading…
Reference in a new issue