add to catalog

This commit is contained in:
setop 2023-09-09 13:59:53 +02:00
parent 7a7e1b64d4
commit 8b28641164
2 changed files with 63 additions and 3 deletions

View File

@ -135,4 +135,5 @@ Currently only Linux is supported. It should work on all Unix like OS. For other
* [has](https://github.com/kdabir/has), check versions of commands * [has](https://github.com/kdabir/has), check versions of commands
* [nvchecker](https://github.com/kdabir/has), for checking if a new version of some software has been released. * [nvchecker](https://github.com/kdabir/has), for checking if a new version of some software has been released.
* [fig/autocomplete](https://github.com/withfig/autocomplete), contributed completion for hundreds of CLI * [fig/autocomplete](https://github.com/withfig/autocomplete), contributed completion for hundreds of CLI
* this[article](https://exple.tive.org/blarg/2023/02/17/modern-problems-require-modern-solutions/)

View File

@ -25,7 +25,8 @@ atuin:
github: ellie/atuin github: ellie/atuin
bat: bat:
desc: a better less desc: A cat(1) clone with syntax highlighting and Git integration
github: sharkdp/bat
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
@ -36,6 +37,12 @@ br:
desc: Get an overview of a directory, even a big one desc: Get an overview of a directory, even a big one
github: Canop/broot github: Canop/broot
bfs:
desc: A breadth-first version of the UNIX find command
website: https://tavianator.com/projects/bfs.html
github: tavianator/bfs
tags: C, find
chezmoi: chezmoi:
desc: Manage your dotfiles across multiple diverse machines, securely desc: Manage your dotfiles across multiple diverse machines, securely
github: twpayne/chezmoi github: twpayne/chezmoi
@ -54,6 +61,11 @@ d2:
website: https://d2-lang.com/ website: https://d2-lang.com/
github: terrastruct/d2 github: terrastruct/d2
diagram:
desc: CLI app to convert ASCII arts into hand drawn diagrams
github: esimov/diagram
tags: Go, diagram, ascii
diskonaut: diskonaut:
desc: Terminal disk space navigator, disk tree-map desc: Terminal disk space navigator, disk tree-map
github: imsnif/diskonaut github: imsnif/diskonaut
@ -62,8 +74,17 @@ 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
exa: dua:
desc: enhanced ls desc: View disk space usage and delete unwanted data, fast.
github: Byron/dua-cli
duf:
desc: Disk Usage/Free Utility - a better 'df' alternative
github: muesli/duf
eza:
desc: enhanced ls (active clone of exa)
github: eza-community/eza
fail: fail:
desc: this entry will fail, for test purpos desc: this entry will fail, for test purpos
@ -169,15 +190,31 @@ lazygit:
desc: simple terminal UI for git commands desc: simple terminal UI for git commands
github: jesseduffield/lazygit github: jesseduffield/lazygit
lidecli:
desc: Linux Desktop CLI - An unified command-line tool to interact with Desktop Environments and Window Managers
github: juienpro/lidecli
litestream: litestream:
desc: Streaming replication for SQLite. desc: Streaming replication for SQLite.
github: benbjohnson/litestream github: benbjohnson/litestream
website: https://litestream.io/ website: https://litestream.io/
lnav:
desc: An advanced log file viewer for the small-scale
name: The Logfile Navigator
website: https://lnav.org/
github: tstack/lnav
mc: mc:
desc: minio client desc: minio client
versions: # see https://github.com/penpyt/asdf-mc/raw/master/bin/list-all versions: # see https://github.com/penpyt/asdf-mc/raw/master/bin/list-all
minijail:
desc: sandboxing and containment tool used in ChromeOS and Android
website: https://google.github.io/minijail/
github: google/minijail
mintotp: mintotp:
desc: generate TOTP from the terminal desc: generate TOTP from the terminal
@ -217,6 +254,10 @@ pet:
desc: Simple command-line snippet manager desc: Simple command-line snippet manager
github: knqyf263/pet github: knqyf263/pet
pup:
desc: Parsing HTML at the command line
github: ericchiang/pup
pylufic: pylufic:
inst: direct inst: direct
desc: Let's upload that file CLI desc: Let's upload that file CLI
@ -360,10 +401,28 @@ xh:
desc: Friendly and fast tool for sending HTTP requests desc: Friendly and fast tool for sending HTTP requests
github: ducaale/xh github: ducaale/xh
xidel:
desc: extract data from HTML/XML document
github: benibela/xidel
website: http://www.videlibri.de/xidel.html
tags: pascal
xsv: xsv:
desc: a fast CSV command line toolkit desc: a fast CSV command line toolkit
github: BurntSushi/xsv github: BurntSushi/xsv
yq:
desc: yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor
github: mikefarah/yq
website: https://mikefarah.gitbook.io/yq/
tags: go, yaml
yq-py:
desc: Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
github: kislyuk/yq
website: https://kislyuk.github.io/yq/
tags: python, yaml
zee: zee:
desc: modern text editor for the terminal desc: modern text editor for the terminal
cargo: cargo: