inhies / cjdcmd

cjdcmd is a command line tool for cjdns
Other
43 stars 16 forks source link

Split cjdcmd in to individual utilities #23

Open inhies opened 11 years ago

inhies commented 11 years ago

Cjdcmd is big and getting bigger. Some users have requested that cjdcmd be split in to single function utilities, like the traditional Linux ping and traceroute programs.

This is possible, however naming becomes an issue. We can't just name these utilities 'ping' and such because those already exist. Does anyone have some ideas for a pre or post-fix that can be added to the functions to distinguish them as belonging to cjdcmd?

Keep in mind the proposed name change to core or cor3 as in issue #2

ryansb commented 11 years ago

I think more important than splitting it into utilities would be logically splitting it into subcommands the way git or hg do it.

thefinn93 commented 11 years ago

Yeah, the way git and hg do it is great. Splitting it off into shit would just get confusing.