# msgid "" msgstr "" msgid "Changelog for [remembering](https://euandreh.xyz/remembering/en/)." msgstr "" msgid "Unreleased" msgstr "" msgid "Changed" msgstr "" msgid "" "When remembering encounters an unrecognized option, it now exits with 2 " "instead of ignoring it." msgstr "" msgid "" "[0.2.1](https://git.euandreh.xyz/remembering/commit/?id=v0.2.1) - 2021-02-23" msgstr "" msgid "Removed" msgstr "" msgid "Revert to plain `Makefile` over `./configure` + `Makefile.in`." msgstr "" msgid "" "[0.2.0](https://git.euandreh.xyz/remembering/commit/?id=v0.2.0) - 2021-02-21" msgstr "" msgid "Added" msgstr "" msgid "Add trivial `./configure` script." msgstr "" msgid "Assume standard input is already sorted for faster processing." msgstr "" msgid "" "[0.1.2](https://git.euandreh.xyz/remembering/commit/?id=v0.1.2) - 2021-01-26" msgstr "" msgid "Fixed" msgstr "" msgid "Replace usage of GNU Coreutils' specific `tac` utility with `sed`." msgstr "" msgid "" "[0.1.1](https://git.euandreh.xyz/remembering/commit/?id=v0.1.1) - 2021-01-26" msgstr "" msgid "Allow names with spaces." msgstr "" msgid "" "[0.1.0](https://git.euandreh.xyz/remembering/commit/?id=v0.1.0) - 2021-01-26" msgstr "" msgid "Initial public release." msgstr "" msgid "Use of `$XDG_DATA_HOME`" msgstr "" msgid "" "When the environment variable `$XDG_DATA_HOME` is defined, remembering now " "appends a trailing `/remembering` to it instead of start writing files to " "where the environment variable points to." msgstr "" msgid "Exit code" msgstr "" msgid "" "[0.3.0](https://git.euandreh.xyz/remembering/commit/?id=v0.3.0) - 2022-11-25" msgstr "" msgid "Inference of profiles" msgstr "" msgid "Remove `-c COMMAND` option" msgstr "" msgid "" "Instead of requiring a `-c COMMAND` option explicitly, instead receive the " "commands to be ran as the \"rest\" argument to `remembering`, stored in " "`$@`. The usage changes from:" msgstr "" msgid "$ remembering -p a-profile -c 'command $arg1 arg2'\n" msgstr "" msgid "to:" msgstr "" msgid "$ remembering -p a-profile -- command $arg1 arg2\n" msgstr "" msgid "The upsides are:" msgstr "" msgid "" "no need to worry about nested quotes: requiring a `-c COMMAND` option forced" " one to wrap the command and args inside quotes, and the quotation used " "influenced the command to be ran;" msgstr "" msgid "" "one less option to know about: instead of having to remember what is the " "specific letter used for the command, just prefix the command with " "`remembering`;" msgstr "" msgid "" "simpler and more powerful composition: wrapping commands without quoting " "them allows one to use many of such tools in combination:" msgstr "" msgid "$ time nice -n10 timeout 3 remembering sleep 5\n" msgstr "" msgid "The equivalent with `-c COMMAND` would be:" msgstr "" msgid "$ time -c 'nice -n10 -c \"timeout 3 -c 'remembering -c \"sleep 5\"'\"'\n" msgstr "" msgid "" "But instead of alternating between single and double quotes, properly " "quoting them at each level." msgstr "" msgid "Improve speed" msgstr "" msgid "Rewrite to make it faster" msgstr "" msgid "" "This is in conformance with the [XDG Base Directory " "Specification](https://specifications.freedesktop.org/basedir-spec/basedir-" "spec-latest.html)." msgstr "" #~ msgid "" #~ "This is in conformance with the [XDG Base Directory Specification][xdg]." #~ msgstr "" #, fuzzy #~ msgid "" #~ "[xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-" #~ "latest.html" #~ msgstr "" #~ "[xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-" #~ "latest.html"