add to catalog
This commit is contained in:
parent
6a7bee6615
commit
f8648c1a90
12
catalog.yaml
12
catalog.yaml
|
@ -74,6 +74,10 @@ fio:
|
||||||
fzf:
|
fzf:
|
||||||
desc: fuzzy search
|
desc: fuzzy search
|
||||||
|
|
||||||
|
gat:
|
||||||
|
desc: cat alternative written in Go
|
||||||
|
github: koki-develop/gat
|
||||||
|
|
||||||
glances:
|
glances:
|
||||||
desc: a better top/htop
|
desc: a better top/htop
|
||||||
|
|
||||||
|
@ -182,6 +186,10 @@ ndcu:
|
||||||
website: https://dev.yorhel.nl/ncdu
|
website: https://dev.yorhel.nl/ncdu
|
||||||
releases: https://dev.yorhel.nl/download/
|
releases: https://dev.yorhel.nl/download/
|
||||||
|
|
||||||
|
nvtop:
|
||||||
|
desc: GPUs process monitoring for AMD, Intel and NVIDIA
|
||||||
|
github: Syllo/nvtop
|
||||||
|
|
||||||
outrun:
|
outrun:
|
||||||
desc: Delegate execution of a local command to a remote machine.
|
desc: Delegate execution of a local command to a remote machine.
|
||||||
github: Overv/outrun
|
github: Overv/outrun
|
||||||
|
@ -314,6 +322,10 @@ vuls:
|
||||||
desc: Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
|
desc: Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
|
||||||
github: future-architect/vuls
|
github: future-architect/vuls
|
||||||
|
|
||||||
|
watchexec:
|
||||||
|
desc: Executes commands in response to file modifications
|
||||||
|
github: watchexec/watchexec
|
||||||
|
|
||||||
watchgod:
|
watchgod:
|
||||||
desc: Watch a directory and execute a python function on changes.
|
desc: Watch a directory and execute a python function on changes.
|
||||||
pip:
|
pip:
|
||||||
|
|
Loading…
Reference in New Issue