add to catalog

This commit is contained in:
setop 2023-11-26 23:30:32 +01:00
parent 8b28641164
commit b55ac9a2ba
1 changed files with 47 additions and 1 deletions

View File

@ -28,6 +28,11 @@ bat:
desc: A cat(1) clone with syntax highlighting and Git integration desc: A cat(1) clone with syntax highlighting and Git integration
github: sharkdp/bat github: sharkdp/bat
benthos:
desc: Fancy stream processing made operationally mundane
website: https://www.benthos.dev/
github: benthosdev/benthos
bottom: bottom:
desc: A customizable cross-platform graphical process/system monitor for the terminal desc: A customizable cross-platform graphical process/system monitor for the terminal
github: ClementTsang/bottom github: ClementTsang/bottom
@ -74,6 +79,12 @@ dslcad:
desc: a programming language & interpreter for building 3D models desc: a programming language & interpreter for building 3D models
github: DSchroer/dslcad github: DSchroer/dslcad
dt:
desc: duct tape for your unix pipes
website: https://dt.plumbing/
github: so-dang-cool/dt
tag: 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.
github: Byron/dua-cli github: Byron/dua-cli
@ -94,6 +105,12 @@ fd:
desc: A simple, fast and user-friendly alternative to `find` desc: A simple, fast and user-friendly alternative to `find`
github: sharkdp/fd github: sharkdp/fd
feh:
desc: feh is an X11 image viewer aimed mostly at console users
github: derf/feh
website: https://feh.finalrewind.org/
tags: C
ffmpeg: ffmpeg:
desc: A complete, cross-platform solution to record, convert and stream audio and video desc: A complete, cross-platform solution to record, convert and stream audio and video
releases: http://ffmpeg.org/releases/ releases: http://ffmpeg.org/releases/
@ -101,6 +118,16 @@ ffmpeg:
fio: fio:
desc: io benchmark desc: io benchmark
flyscrap:
desc: A standalone and scriptable web scraper in Go
github: philippta/flyscrape
website: https://flyscrape.com/
tag: Go, scrapping
fq:
desc: jq for binary formats - tool, language and decoders for working with binary and text formats
github: wader/fq
fzf: fzf:
desc: fuzzy search desc: fuzzy search
@ -222,6 +249,11 @@ mintproxy:
desc: interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets. desc: interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets.
pipx: pipx:
mlr:
desc: Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
name: miller
github: johnkerl/miller
mosh: mosh:
desc: Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. desc: Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
website: https://mosh.org/ website: https://mosh.org/
@ -232,6 +264,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/
nnn:
desc: n³ The unorthodox terminal file manager
github: jarun/nnn
nvtop: nvtop:
desc: GPUs process monitoring for AMD, Intel and NVIDIA desc: GPUs process monitoring for AMD, Intel and NVIDIA
github: Syllo/nvtop github: Syllo/nvtop
@ -276,6 +312,12 @@ 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
relpipe:
name: Relational pipes
website: https://relational-pipes.globalcode.info/
desc: Relational pipes are an open data format designed for streaming structured data between two processes.
tag: text-processing
rlwrap: rlwrap:
desc: A readline wrapper, with history and completion desc: A readline wrapper, with history and completion
github: hanslub42/rlwrap github: hanslub42/rlwrap
@ -300,9 +342,13 @@ slugify:
github: un33k/python-slugify github: un33k/python-slugify
slurp: slurp:
desc: put whole input in memory before processing desc: put whole input in memory before processing ; this allow to overrite input file ; like `sed -i` ; prefer `sponge` from moreutils package
shell: cat > /dev/shm/slurp_$$ && cat /dev/shm/slurp_$$ ; rm /dev/shm/slurp_$$ shell: cat > /dev/shm/slurp_$$ && cat /dev/shm/slurp_$$ ; rm /dev/shm/slurp_$$
so:
desc: A terminal interface for Stack Overflow
github: samtay/so
sqlite-utils: sqlite-utils:
desc: manipulate sqlite db (ETL) desc: manipulate sqlite db (ETL)
website: https://sqlite-utils.datasette.io/ website: https://sqlite-utils.datasette.io/