add to catalog

This commit is contained in:
setop 2024-04-04 22:53:54 +02:00
parent 4a39a6d181
commit c5889d9f71
1 changed files with 26 additions and 3 deletions

View File

@ -71,6 +71,12 @@ diagram:
github: esimov/diagram github: esimov/diagram
tags: Go, diagram, ascii tags: Go, diagram, ascii
difft:
desc: diff tool that compares files based on their syntax, not line-by-line
website: https://difftastic.wilfred.me.uk/
github: Wilfred/difftastic
tag: Rust, AST, tree-sitter
diskonaut: diskonaut:
desc: Terminal disk space navigator, disk tree-map desc: Terminal disk space navigator, disk tree-map
github: imsnif/diskonaut github: imsnif/diskonaut
@ -214,7 +220,7 @@ just:
tags: task runner, rust tags: task runner, rust
k3d: k3d:
desc: a lightweight wrapper to run k3s (Rancher Labs minimal Kubernetes distribution) in docker. desc: a lightweight wrapper to run k3s (Rancher Lab's minimal Kubernetes distribution) in docker.
website: https://k3d.io/ website: https://k3d.io/
github: k3d-io/k3d github: k3d-io/k3d
status: not a tar.gz status: not a tar.gz
@ -328,13 +334,17 @@ pylufic:
qjs: qjs:
desc: a small and embeddable Javascript engine. desc: a small and embeddable Javascript engine.
fullname: QuiskJS fullname: QuiskJS
releases: http://ffmpeg.org/releases/ website: https://bellard.org/quickjs/
qr: qr:
desc: generate qr code desc: generate qr code
github: Y2Z/qr github: Y2Z/qr
qsv:
desc: CSV sliced, diced & analyzed
github: jqnatividad/qsv
tag: Rust
redo: redo:
desc: create reusable functions from your history in an interactive way desc: create reusable functions from your history in an interactive way
github: barthr/redo github: barthr/redo
@ -364,6 +374,17 @@ sake:
github: alajmo/sake github: alajmo/sake
website: https://sakecli.com/ website: https://sakecli.com/
semgrep:
desc: Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
website: https://semgrep.dev/
github: semgrep/semgrep
tag: ocaml, pattern
semgrepx:
desc: xargs for semgrep
github: icholy/semgrepx
tag: Go
slugify: slugify:
desc: generate sluged version of input desc: generate sluged version of input
github: un33k/python-slugify github: un33k/python-slugify
@ -382,6 +403,8 @@ sk:
so: so:
desc: A terminal interface for Stack Overflow desc: A terminal interface for Stack Overflow
github: samtay/so github: samtay/so
cargo: so
tag: rust
sqlite-utils: sqlite-utils:
desc: manipulate sqlite db (ETL) desc: manipulate sqlite db (ETL)