ideation
This commit is contained in:
137
catalog.yaml
Normal file
137
catalog.yaml
Normal file
@@ -0,0 +1,137 @@
|
||||
|
||||
- bat:
|
||||
desc: a better less
|
||||
|
||||
- exa:
|
||||
desc: enhanced ls
|
||||
|
||||
- fio:
|
||||
desc: io benchmark
|
||||
|
||||
- fzf:
|
||||
desc: fuzzy search
|
||||
|
||||
- glances:
|
||||
desc: a better top/htop
|
||||
|
||||
- gloss:
|
||||
desc: markdown viewer
|
||||
|
||||
- gotty:
|
||||
desc: Share your terminal as a web application
|
||||
|
||||
- gron:
|
||||
desc: flatter json to make it greppable
|
||||
repo: tomnomnom/gron
|
||||
|
||||
- hx:
|
||||
name: helix
|
||||
desc: text editor, inspired by vim
|
||||
|
||||
- jless:
|
||||
desc: json document browser
|
||||
|
||||
- jp:
|
||||
desc: ploting
|
||||
|
||||
- jq:
|
||||
desc: json query
|
||||
|
||||
- outrun:
|
||||
desc: Delegate execution of a local command to a remote machine.
|
||||
|
||||
- mintotp:
|
||||
desc: generate TOTP from the terminal
|
||||
|
||||
- pet:
|
||||
desc: manager snippets
|
||||
|
||||
- pylufic:
|
||||
inst: direct
|
||||
desc: Let's upload that file CLI
|
||||
|
||||
- qr:
|
||||
desc: generate qr code
|
||||
|
||||
- rg:
|
||||
name: ripgrep
|
||||
desc: improved grep
|
||||
repo: BurntSushi/ripgrep
|
||||
|
||||
- slugify:
|
||||
desc: generate sluged version of input
|
||||
repo: un33k/python-slugify
|
||||
|
||||
- slurp:
|
||||
desc: put whole input in memory before processing
|
||||
shell: cat > /dev/shm/slurp_$$ && cat /dev/shm/slurp_$$ ; rm /dev/shm/slurp_$$
|
||||
|
||||
- sqlite-utils:
|
||||
desc: manipulate sqlite db (ETL)
|
||||
website: https://sqlite-utils.datasette.io/
|
||||
pipx:
|
||||
|
||||
- stork:
|
||||
desc: full text search, index in terminal, query in terminal or embed in web page
|
||||
repo: jameslittle230/stork
|
||||
|
||||
- tab:
|
||||
desc: A modern text/number processing language for the shell.
|
||||
website: http://tab-lang.xyz/
|
||||
repo: https://bitbucket.org/tkatchev/tab
|
||||
|
||||
- teip:
|
||||
desc: Highly efficient "Masking tape" for Shell
|
||||
repo: greymd/teip
|
||||
|
||||
- tldr:
|
||||
desc: Collaborative cheatsheets for console commands ; must choose a client
|
||||
website: https://tldr.sh/
|
||||
|
||||
- tqdm:
|
||||
desc: a better pv
|
||||
pip:
|
||||
|
||||
- ttyd:
|
||||
desc: share terminal over the web
|
||||
repo: tsl0922/ttyd
|
||||
|
||||
- up:
|
||||
desc: interactively edit pipe
|
||||
name: Ultimate Plumber
|
||||
repo: akavel/up
|
||||
|
||||
- vd:
|
||||
name: VisiData
|
||||
desc: interactive multitool for tabular data
|
||||
pip: visidata,lxml,odfpy,openpyxl,pyarrow,urllib3,requests,pyinstaller
|
||||
|
||||
- watchgod:
|
||||
desc: Watch a directory and execute a python function on changes.
|
||||
pip:
|
||||
|
||||
- websocat:
|
||||
desc: client for web sockets, like netcat/curl/socat but for ws://
|
||||
repo: vi/websocat
|
||||
|
||||
- ww:
|
||||
name: webwormhole
|
||||
desc: creates ephemeral pipes between computers
|
||||
website: https://webwormhole.io/
|
||||
|
||||
- xsv:
|
||||
desc: a fast CSV command line toolkit
|
||||
repo: BurntSushi/xsv
|
||||
|
||||
- zee:
|
||||
desc: modern text editor for the terminal
|
||||
cargo:
|
||||
|
||||
- zq:
|
||||
desc: process data with Zed queries
|
||||
repo: brimdata/zed
|
||||
|
||||
- zsync:
|
||||
desc: file transfer program ; based on rsync ; downloads only new parts of the file
|
||||
website: http://zsync.moria.org.uk/
|
||||
|
Reference in New Issue
Block a user