GB

Results 6 comments of GB

dtool is easy to extend by adding subcommands, so I think it's a good idea to add your useful tool as a subcommand.

Thanks for your advice. Currently, the command line interface follows this pattern: ``` dtool ``` * is alphanumeric without blank characters * < INPUT> is the last argument and can...

> Maybe using a single hyphen (`-`) as `` could tell dtool to read from stdin. I’ve seen this convention multiple times, most notably in Vim: `echo 'Hello, World!' |...

Considering add shortcut or alias

In fact, these commands are supported already: ``` -------------------------------------------------------------------------------------------------- h2b64 Convert hex to base64 $ dtool h2b64 0x616263 v0.1.0 YWJj -------------------------------------------------------------------------------------------------- b642h Convert base64 to hex $ dtool b642h YWJj...

Close the issue since the commands are supported