fix tags key
This commit is contained in:
parent
c5889d9f71
commit
f9570c3901
35
catalog.yaml
35
catalog.yaml
|
@ -75,7 +75,7 @@ difft:
|
||||||
desc: diff tool that compares files based on their syntax, not line-by-line
|
desc: diff tool that compares files based on their syntax, not line-by-line
|
||||||
website: https://difftastic.wilfred.me.uk/
|
website: https://difftastic.wilfred.me.uk/
|
||||||
github: Wilfred/difftastic
|
github: Wilfred/difftastic
|
||||||
tag: Rust, AST, tree-sitter
|
tags: Rust, AST, tree-sitter
|
||||||
|
|
||||||
diskonaut:
|
diskonaut:
|
||||||
desc: Terminal disk space navigator, disk tree-map
|
desc: Terminal disk space navigator, disk tree-map
|
||||||
|
@ -89,7 +89,7 @@ dt:
|
||||||
desc: duct tape for your unix pipes
|
desc: duct tape for your unix pipes
|
||||||
website: https://dt.plumbing/
|
website: https://dt.plumbing/
|
||||||
github: so-dang-cool/dt
|
github: so-dang-cool/dt
|
||||||
tag: text-processing, Zig
|
tags: text-processing, Zig
|
||||||
|
|
||||||
dua:
|
dua:
|
||||||
desc: View disk space usage and delete unwanted data, fast.
|
desc: View disk space usage and delete unwanted data, fast.
|
||||||
|
@ -133,7 +133,7 @@ flyscrap:
|
||||||
desc: A standalone and scriptable web scraper in Go
|
desc: A standalone and scriptable web scraper in Go
|
||||||
github: philippta/flyscrape
|
github: philippta/flyscrape
|
||||||
website: https://flyscrape.com/
|
website: https://flyscrape.com/
|
||||||
tag: Go, scrapping
|
tags: Go, scrapping
|
||||||
|
|
||||||
fq:
|
fq:
|
||||||
desc: jq for binary formats - tool, language and decoders for working with binary and text formats
|
desc: jq for binary formats - tool, language and decoders for working with binary and text formats
|
||||||
|
@ -193,13 +193,13 @@ hx:
|
||||||
|
|
||||||
jaq:
|
jaq:
|
||||||
desc: A jq clone focussed on correctness, speed, and simplicity
|
desc: A jq clone focussed on correctness, speed, and simplicity
|
||||||
tag: rust
|
tags: rust
|
||||||
github: 01mf02/jaq
|
github: 01mf02/jaq
|
||||||
|
|
||||||
jj:
|
jj:
|
||||||
desc: A Git-compatible DVCS that is both simple and powerful
|
desc: A Git-compatible DVCS that is both simple and powerful
|
||||||
github: martinvonz/jj
|
github: martinvonz/jj
|
||||||
tag: rust
|
tags: rust
|
||||||
|
|
||||||
|
|
||||||
jless:
|
jless:
|
||||||
|
@ -262,7 +262,7 @@ minify:
|
||||||
desc: minifiers for web formats
|
desc: minifiers for web formats
|
||||||
website: https://go.tacodewolff.nl/minify
|
website: https://go.tacodewolff.nl/minify
|
||||||
github: tdewolff/minify
|
github: tdewolff/minify
|
||||||
tag: Go
|
tags: Go
|
||||||
|
|
||||||
minijail:
|
minijail:
|
||||||
desc: sandboxing and containment tool used in ChromeOS and Android
|
desc: sandboxing and containment tool used in ChromeOS and Android
|
||||||
|
@ -290,7 +290,7 @@ mosh:
|
||||||
navi:
|
navi:
|
||||||
desc: Interactive cheatsheet tool for the command-line
|
desc: Interactive cheatsheet tool for the command-line
|
||||||
github: denisidoro/navi
|
github: denisidoro/navi
|
||||||
tag: rust
|
tags: rust
|
||||||
|
|
||||||
ndcu:
|
ndcu:
|
||||||
desc: a disk usage analyzer with an ncurses interface
|
desc: a disk usage analyzer with an ncurses interface
|
||||||
|
@ -343,7 +343,7 @@ qr:
|
||||||
qsv:
|
qsv:
|
||||||
desc: CSV sliced, diced & analyzed
|
desc: CSV sliced, diced & analyzed
|
||||||
github: jqnatividad/qsv
|
github: jqnatividad/qsv
|
||||||
tag: Rust
|
tags: 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
|
||||||
|
@ -353,7 +353,7 @@ relpipe:
|
||||||
name: Relational pipes
|
name: Relational pipes
|
||||||
website: https://relational-pipes.globalcode.info/
|
website: https://relational-pipes.globalcode.info/
|
||||||
desc: Relational pipes are an open data format designed for streaming structured data between two processes.
|
desc: Relational pipes are an open data format designed for streaming structured data between two processes.
|
||||||
tag: text-processing
|
tags: text-processing
|
||||||
|
|
||||||
rlwrap:
|
rlwrap:
|
||||||
desc: A readline wrapper, with history and completion
|
desc: A readline wrapper, with history and completion
|
||||||
|
@ -378,12 +378,19 @@ semgrep:
|
||||||
desc: Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
|
desc: Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
|
||||||
website: https://semgrep.dev/
|
website: https://semgrep.dev/
|
||||||
github: semgrep/semgrep
|
github: semgrep/semgrep
|
||||||
tag: ocaml, pattern
|
tags: ocaml, pattern
|
||||||
|
|
||||||
semgrepx:
|
semgrepx:
|
||||||
desc: xargs for semgrep
|
desc: xargs for semgrep
|
||||||
github: icholy/semgrepx
|
github: icholy/semgrepx
|
||||||
tag: Go
|
tags: Go
|
||||||
|
|
||||||
|
sg:
|
||||||
|
name: ast-grep
|
||||||
|
desc: fast and polyglot tool for code structural search, lint, rewriting at large scale
|
||||||
|
github: ast-grep/ast-grep
|
||||||
|
website: https://ast-grep.github.io/
|
||||||
|
tags: rust
|
||||||
|
|
||||||
slugify:
|
slugify:
|
||||||
desc: generate sluged version of input
|
desc: generate sluged version of input
|
||||||
|
@ -398,13 +405,13 @@ sk:
|
||||||
desc: general fuzzy finder
|
desc: general fuzzy finder
|
||||||
github: lotabout/skim
|
github: lotabout/skim
|
||||||
cargo: skim
|
cargo: skim
|
||||||
tag: rust
|
tags: rust
|
||||||
|
|
||||||
so:
|
so:
|
||||||
desc: A terminal interface for Stack Overflow
|
desc: A terminal interface for Stack Overflow
|
||||||
github: samtay/so
|
github: samtay/so
|
||||||
cargo: so
|
cargo: so
|
||||||
tag: rust
|
tags: rust
|
||||||
|
|
||||||
sqlite-utils:
|
sqlite-utils:
|
||||||
desc: manipulate sqlite db (ETL)
|
desc: manipulate sqlite db (ETL)
|
||||||
|
@ -464,7 +471,7 @@ up:
|
||||||
ups:
|
ups:
|
||||||
desc: Command line tools for manipulating UPS patch files
|
desc: Command line tools for manipulating UPS patch files
|
||||||
githb: rameshvarun/ups
|
githb: rameshvarun/ups
|
||||||
tag: language:go
|
tags: go
|
||||||
|
|
||||||
vd:
|
vd:
|
||||||
fullname: VisiData
|
fullname: VisiData
|
||||||
|
|
Loading…
Reference in New Issue