wiki/content/tools.md

24 lines
528 B
Markdown
Raw Permalink Normal View History

2021-03-22 22:38:46 +00:00
---
title: tools
---
some interesting tidbits of technology that I need to try
* [fd](https://github.com/sharkdp/fd)
* fzf
* ripgrep
* [ag](https://geoff.greer.fm/ag/)
* [rlwrap](https://github.com/hanslub42/rlwrap)
* replacing coreutils with busybox
* wdiff
* [moreutils](https://joeyh.name/code/moreutils/)
2021-06-27 00:06:25 +00:00
* [gron](https://github.com/tomnomnom/gron)
2021-03-22 22:38:46 +00:00
## seal of approval
some interesting tidbits of technology that used to be on the above list,
then that I tried and enjoyed
* dict
2021-06-27 00:06:25 +00:00
* [jq](https://stedolan.github.io/jq/)