feat(packages): add utils
This commit is contained in:
parent
bc98c00950
commit
d358247ff8
2 changed files with 22 additions and 2 deletions
|
@ -217,6 +217,9 @@ common:
|
|||
_:
|
||||
- name: just
|
||||
desc: "Handy way to save project-specific commands"
|
||||
html:
|
||||
- name: tidi
|
||||
desc: HTML beautifier
|
||||
sqlite:
|
||||
- sqlite
|
||||
- aur/litecli
|
||||
|
@ -253,14 +256,19 @@ common:
|
|||
- postgis
|
||||
python:
|
||||
_:
|
||||
- pyenv
|
||||
- python-pip
|
||||
- python-poetry
|
||||
lint:
|
||||
- ruff
|
||||
lib:
|
||||
- python-pyaml
|
||||
- python-numpy
|
||||
- python-pandas
|
||||
- python-networkx
|
||||
- python-humanize
|
||||
- python-rich
|
||||
- python-dbus
|
||||
lua:
|
||||
- lua
|
||||
web:
|
||||
|
@ -400,6 +408,12 @@ common:
|
|||
desc: Google emoji fonts, required for fractal
|
||||
|
||||
# Extra non-free networks for work packages
|
||||
azure:
|
||||
# non-free:
|
||||
microsoft_azure:
|
||||
- azure-cli
|
||||
- azure-kubelogin
|
||||
- aur/azure-kubelogin
|
||||
|
||||
hashicorp:
|
||||
# we need to install hvault
|
||||
- hashicorp
|
||||
|
||||
|
|
|
@ -1,11 +1,17 @@
|
|||
base:
|
||||
- desc: JSON adapter
|
||||
name: jc
|
||||
- pipdeptree
|
||||
- copyparty
|
||||
- lesspass
|
||||
- xkcd-pass
|
||||
- yewtube
|
||||
- lesspass
|
||||
- mkdocs
|
||||
- linkchecker
|
||||
- imagehash
|
||||
multimedia:
|
||||
- azlyrics2
|
||||
- epy-reader
|
||||
- name: rembg
|
||||
desc: Remove image background
|
||||
|
|
Loading…
Reference in a new issue