Log Message: |
feat(utils): tmpcat program
This program allows you to create a temporary file and open your editor
to edit it. Then once you exit out of the editor, it will echo the data
in the file to stdout, which can then be piped to another process or used
in other ways.
|