0.5.2
⛵ This release includes the following changes:
- Arguments can now be read from the standard input stream, meaning
pond
can be used in pipelines (e.g.pond list | head -1 | pond remove
); when operating in this mode the--silent
option (applicable to several commands) is assumed, or if using thecreate
command the--empty
option is assumed - Added tests and updated workflow to catch missed version string updates for new releases ✨
- Added Markdown
man
page definition and generation script; includes pre-generated man page (manpages/pond.1
) and HTML5 equivalent (manpages/pond.html
)