aboutsummaryrefslogtreecommitdiff
path: root/po/LC_MESSAGES/CHANGELOG.en.md/eo.po
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-01 10:21:30 -0300
committerEuAndreh <eu@euandre.org>2023-04-01 10:22:44 -0300
commit5fd620437b2718a12c66b7bc2d0245c4beec844f (patch)
tree5365b95a768967831245383bc5b49895a6e2228b /po/LC_MESSAGES/CHANGELOG.en.md/eo.po
parenttests/ranking.sh: Pick last value to prevent broken pipes (diff)
downloadremembering-5fd620437b2718a12c66b7bc2d0245c4beec844f.tar.gz
remembering-5fd620437b2718a12c66b7bc2d0245c4beec844f.tar.xz
Update po/ with newer strings
Diffstat (limited to 'po/LC_MESSAGES/CHANGELOG.en.md/eo.po')
-rw-r--r--po/LC_MESSAGES/CHANGELOG.en.md/eo.po85
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"