aboutsummaryrefslogtreecommitdiff
path: root/po/LC_MESSAGES/CHANGELOG.en.md/eo.po
blob: 4d5de3590ad2da80dcee90791c56527df8766fdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
#
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"