layout | title | description |
---|---|---|
default |
altbox.dev - A collection of power tools for the Linux/Unix/macOS command line |
Every programmer should know the standard Unix tools, but there are plenty of tools that go beyond them. |
The standard Unix tools have lasted us for decades. Every programmer
should know them, but there are plenty of tools that add on to the standard
tools. For example, grep
works fine for finding text, but tools like
ack
and ripgrep
are designed for today's modern
programmer working with large trees of heterogeneous source code.
If you've got comments or feedback, email Andy Lester at [email protected].
If you have a favorite tool that isn't here, please email Andy or submit an issue on our GitHub page: https://github.com/petdance/altbox
Keep up on updates by following us on Twitter at {% include twitter-link.html %}
- CLI: improved, by Remy Sharp