[Feature Request] - Simple code output
It would be great if, when specifying a name along with generate, the immediate code was generated and printed to stdout, and the program exited.
This would allow for the code to be piped to clipboard (with xclip or other choices), and also used in automated processes.
EDIT: After inspecting the source code, I see there is the ability to generate the code for a specific name and only generate it once, hurrah! However, it would still be nice if it was possible to make the stdout only the code, and nothing else verbose.
Yeah -r and -n with generate should handle the scenario you are describing.
However, STDOUT should not be cluttered with the ctrl + c output for example. That kind of sucks.
There are several problems with this library I am looking to address, this will be one of them. Thank you for alerting me 👍