On 05/07/2010 01:48 AM, Andrei Alexandrescu wrote: > I wonder if this is of enough general utility to warrant inclusion > within the D distribution, along with rdmd. Thoughts?
That's my pleasure, actually! > One small suggestion, Masahiro: you may want to replace the file reading > loop in main() with simply std.file.readText(args[1]). Done, thank you for the advice. I'm considering an enhancement: "d2tags <DIRECTORY>" reads all JSON files in the directory. However I'm not sure if it should recurse into subdirectories.
