Bryan Bugyi

Results 41 issues of Bryan Bugyi

Currently, the only OS tested is Linux.

tests
meta

This will not include additional functionility, but will instead just be another way to specify the necessary command-line options. I was hoping to implement something similar to what [plop] does...

The corresponding short-option could be `-T`. This option would accept a mandatory argument which must be a sub-directory of the configured cookie template directory. This option can be used in...

For example, `cookie tempA:dirA/targA @tempB:targB:modeB tempC` will: * Create `dirA` if it does not already exist. * Initialize `dirA/targA` using the `tempA` template. * Initialize `targB` using the `tempB` template....

For example, `cookie -e foo.py bar.py` should open up both templates in an editor.

~~For example, running `cookie -T c.mk Makefile -T gtest.mk tests/Makefile` should initialize the two templates `Makefile` and `tests/Makefile` and open them both up in an editor.~~ When #16 is finished,...

For example, `cookie --init Makefile template.mk` will copy `Makefile` to the cookie template directory, rename it to `template.mk` and then open it up in an editor.