Tag
- Commit:
3249b5b42df2fcbd42d3ce37f7a801d97b66e239
(tags/1.0)- Tagger:
- Alex Arch <aa@manpager.org>
- Date:
- Message:
- merge refs/remotes/origin/main into refs/heads/secstore
1.0 A jump 0.3 -> 1.0 is made because the utility is now called "secstore", and is largely incompatible with the gpm utility. Please refer to the README for a migration guide. - GPM_<COMMAND> variables are no longer handled - list now uses a builtin function; removed GPM_LSCMD - All other GPM_* variables have been renamed to SECSTORE_* - Newlines are now handled intelligently, rather than manually: + The add subcommand appends a newline at the end of its input, if there isn't one already. + The copy subcommand removes the last newline character. - add, move and remove subcommands now have an -f (force) flag - The move subcommand now behaves more like Unix mv(1) - Shortest unique prefixes of subcommands are no longer accepted, but some aliases are.