so-dang-cool / dt

dt - duct tape for your unix pipes
https://dt.plumbing/
BSD 3-Clause "New" or "Revised" License
430 stars 12 forks source link

Restore asdf/rtx config, restore dev shell script #39

Closed booniepepper closed 1 year ago

booniepepper commented 1 year ago

Too useful to my workflow to leave out.

I moved the dev dt to dev/dt so folks don't call it by accident. It retains an error message for anyone lost.

I did try to do this in dt instead of bash but it's not ready yet. I'd need a way to execute a child process and stream stdin from it. Maybe something like exec-stream but I want to think on that and not be hasty