diff options
Diffstat (limited to 'po/LC_MESSAGES/CHANGELOG.en.md/eo.po')
-rw-r--r-- | po/LC_MESSAGES/CHANGELOG.en.md/eo.po | 85 |
1 files changed, 78 insertions, 7 deletions
diff --git a/po/LC_MESSAGES/CHANGELOG.en.md/eo.po b/po/LC_MESSAGES/CHANGELOG.en.md/eo.po index 0e3eb5b..4d5de35 100644 --- a/po/LC_MESSAGES/CHANGELOG.en.md/eo.po +++ b/po/LC_MESSAGES/CHANGELOG.en.md/eo.po @@ -72,17 +72,88 @@ msgid "" "where the environment variable points to." msgstr "" +msgid "Exit code" +msgstr "" + msgid "" -"This is in conformance with the [XDG Base Directory Specification][xdg]." +"[0.3.0](https://git.euandreh.xyz/remembering/commit/?id=v0.3.0) - 2022-11-25" msgstr "" -msgid "Exit code" +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 "" -#, fuzzy msgid "" -"[xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-" -"latest.html" +"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 "" -"[xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-" -"latest.html" + +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" |