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