dt: duct tape for Unix pipes
dt is a utility and programming language.
The utility dt
is intended for ergonomic in-the-shell execution. It is a
supplement to many other fantastic tools like awk, sed, xargs, among many
other programs and shell built-in functions.
The language dt is a straightforward (in a very literal sense) functional concatenative language with minimal syntax that allows for high-level, and even higher-order, programming.
Goals
dt's goals, in the context of Unix-like environments:
- Be easy to use and understand
- Be useful
- Be fast
Source and Support
For... | |
---|---|
Website | https://dt.plumbing |
Repository | https://github.com/so-dang-cool/dt |
Issues, feedback, and suggestions | https://github.com/so-dang-cool/dt/issues |
License
dt is released as open source software, usable under the terms of the BSD 3-Clause license.