feat(packages): add bunch of utils
This commit is contained in:
parent
4c5413a6cc
commit
930538ef7e
1 changed files with 12 additions and 2 deletions
|
@ -76,6 +76,7 @@ common:
|
||||||
finder:
|
finder:
|
||||||
- fzf
|
- fzf
|
||||||
- ripgrep
|
- ripgrep
|
||||||
|
- ripgrep-all
|
||||||
- fd
|
- fd
|
||||||
- exa
|
- exa
|
||||||
unix:
|
unix:
|
||||||
|
@ -86,6 +87,8 @@ common:
|
||||||
- name: at
|
- name: at
|
||||||
desc: scheduler
|
desc: scheduler
|
||||||
automation:
|
automation:
|
||||||
|
- name: entr
|
||||||
|
desc: inotify wrapper to run command when file change
|
||||||
- ansible
|
- ansible
|
||||||
- ansible-lint
|
- ansible-lint
|
||||||
text_processing:
|
text_processing:
|
||||||
|
@ -129,6 +132,7 @@ common:
|
||||||
- name: aur/marp-cli-bin
|
- name: aur/marp-cli-bin
|
||||||
desc: create presentation from markdown
|
desc: create presentation from markdown
|
||||||
- graphviz
|
- graphviz
|
||||||
|
- glow
|
||||||
pdf:
|
pdf:
|
||||||
- aur/ocrmypdf
|
- aur/ocrmypdf
|
||||||
- aur/wkhtmltopdf-static
|
- aur/wkhtmltopdf-static
|
||||||
|
@ -142,8 +146,11 @@ common:
|
||||||
- name: libqalculate
|
- name: libqalculate
|
||||||
desc: Provide Qalc
|
desc: Provide Qalc
|
||||||
gis: # SIG
|
gis: # SIG
|
||||||
- gdal
|
_:
|
||||||
- aur/tippecanoe
|
- gdal
|
||||||
|
- aur/tippecanoe
|
||||||
|
osm:
|
||||||
|
- aur/osmium-tool
|
||||||
git:
|
git:
|
||||||
- aur/gitwatch-git
|
- aur/gitwatch-git
|
||||||
- tig
|
- tig
|
||||||
|
@ -198,6 +205,8 @@ common:
|
||||||
desc: Disk usage explorer
|
desc: Disk usage explorer
|
||||||
- name: cdrtools
|
- name: cdrtools
|
||||||
desc: Tool to manipulate ISO
|
desc: Tool to manipulate ISO
|
||||||
|
- name: aur/vidir
|
||||||
|
desc: Mass rename files with vim
|
||||||
tui:
|
tui:
|
||||||
browser:
|
browser:
|
||||||
- w3m
|
- w3m
|
||||||
|
@ -336,6 +345,7 @@ common:
|
||||||
- lua
|
- lua
|
||||||
web:
|
web:
|
||||||
- caddy
|
- caddy
|
||||||
|
- dart-sass
|
||||||
static:
|
static:
|
||||||
- hugo
|
- hugo
|
||||||
ci:
|
ci:
|
||||||
|
|
Loading…
Reference in a new issue