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
|
||||
Ansible: &Ansible
|
||||
- ansible
|
||||
- ansibler
|
||||
- ansible-lint
|
||||
- ansibleconnect
|
||||
- awxcli
|
||||
|
@ -397,6 +398,7 @@ softwareGroups:
|
|||
- schema
|
||||
- sttr
|
||||
- textql
|
||||
- toml-sort
|
||||
- xurls
|
||||
- yj
|
||||
- yq
|
||||
|
|
16
software.yml
16
software.yml
|
@ -4077,6 +4077,14 @@ softwarePackages:
|
|||
_name: Ionic Framework
|
||||
npm: '@ionic/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:
|
||||
_bin: ios-deploy
|
||||
_desc: Install and debug iPhone apps from the command line, without using Xcode
|
||||
|
@ -4143,6 +4151,14 @@ softwarePackages:
|
|||
ansible:darwin: professormanhattan.iterm2
|
||||
cask: iterm2
|
||||
_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:
|
||||
_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.'
|
||||
|
|
Loading…
Reference in a new issue