www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Dtools, Simple, Usable

reply Zoda <zoda vuhuv.com> writes:
Sometimes I need to get things done quickly but can't quite find 
the right tool for the job. After running into this enough times, 
I decided to build my own solution: Dtools, a collection of 
(currently) 13 utilities written in D.

I originally created these tools to fit my own needs, but I'm 
sharing them here as well because you might find some of them 
useful to you.

During development, I also used 
[envman's](https://github.com/kerem3338/envman) one-file package 
manager to manage dependencies.

Dtools GitHub: https://github.com/kerem3338/dtools All tools are 
open-source and licensed under the MIT License.

(Note: The tools are still actively in development!)
May 09
parent John Dougan <jdougan acm.org> writes:
On Saturday, 9 May 2026 at 21:32:02 UTC, Zoda wrote:
 Sometimes I need to get things done quickly but can't quite 
 find the right tool for the job. After running into this enough 
 times, I decided to build my own solution: Dtools, a collection 
 of (currently) 13 utilities written in D.

 I originally created these tools to fit my own needs, but I'm 
 sharing them here as well because you might find some of them 
 useful to you.
Could you please put short summaries of the current tools in the github readme?
May 09