add to catalog
This commit is contained in:
parent
8b28641164
commit
b55ac9a2ba
48
catalog.yaml
48
catalog.yaml
|
@ -28,6 +28,11 @@ bat:
|
|||
desc: A cat(1) clone with syntax highlighting and Git integration
|
||||
github: sharkdp/bat
|
||||
|
||||
benthos:
|
||||
desc: Fancy stream processing made operationally mundane
|
||||
website: https://www.benthos.dev/
|
||||
github: benthosdev/benthos
|
||||
|
||||
bottom:
|
||||
desc: A customizable cross-platform graphical process/system monitor for the terminal
|
||||
github: ClementTsang/bottom
|
||||
|
@ -74,6 +79,12 @@ dslcad:
|
|||
desc: a programming language & interpreter for building 3D models
|
||||
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:
|
||||
desc: View disk space usage and delete unwanted data, fast.
|
||||
github: Byron/dua-cli
|
||||
|
@ -94,6 +105,12 @@ fd:
|
|||
desc: A simple, fast and user-friendly alternative to `find`
|
||||
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:
|
||||
desc: A complete, cross-platform solution to record, convert and stream audio and video
|
||||
releases: http://ffmpeg.org/releases/
|
||||
|
@ -101,6 +118,16 @@ ffmpeg:
|
|||
fio:
|
||||
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:
|
||||
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.
|
||||
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:
|
||||
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/
|
||||
|
@ -232,6 +264,10 @@ ndcu:
|
|||
website: https://dev.yorhel.nl/ncdu
|
||||
releases: https://dev.yorhel.nl/download/
|
||||
|
||||
nnn:
|
||||
desc: n³ The unorthodox terminal file manager
|
||||
github: jarun/nnn
|
||||
|
||||
nvtop:
|
||||
desc: GPUs process monitoring for AMD, Intel and NVIDIA
|
||||
github: Syllo/nvtop
|
||||
|
@ -276,6 +312,12 @@ redo:
|
|||
desc: create reusable functions from your history in an interactive way
|
||||
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:
|
||||
desc: A readline wrapper, with history and completion
|
||||
github: hanslub42/rlwrap
|
||||
|
@ -300,9 +342,13 @@ slugify:
|
|||
github: un33k/python-slugify
|
||||
|
||||
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_$$
|
||||
|
||||
so:
|
||||
desc: A terminal interface for Stack Overflow
|
||||
github: samtay/so
|
||||
|
||||
sqlite-utils:
|
||||
desc: manipulate sqlite db (ETL)
|
||||
website: https://sqlite-utils.datasette.io/
|
||||
|
|
Loading…
Reference in New Issue