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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
|
#
msgid ""
msgstr ""
msgid "remembering"
msgstr ""
msgid ""
"It can wrap such tools to accumulate preferences over time, and re-arrange "
"the input according to common picks."
msgstr ""
msgid "Usage"
msgstr ""
msgid "Replace:"
msgstr ""
msgid "$ ls | fzf\n"
msgstr ""
msgid "with:"
msgstr ""
msgid "$ ls | remembering -p fzf-sample -c fzf\n"
msgstr ""
msgid ""
"and see your previous choices from `fzf` start to appear at the beginning of"
" the list."
msgstr ""
msgid "Installation"
msgstr ""
msgid ""
"$ make\n"
"$ make check\n"
"# make install\n"
msgstr ""
msgid "You can pass `PREFIX` or `DESTDIR` to `make`:"
msgstr ""
msgid ""
"$ make\n"
"$ make check\n"
"$ make install PREFIX=$HOME/.local\n"
msgstr ""
msgid ""
"There are no dependencies or requirements, only standard tools such as POSIX"
" sed, POSIX make, etc."
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Manuals"
msgstr ""
msgid "The documentation is available via installed manpages or online:"
msgstr ""
msgid "Directory structure"
msgstr ""
msgid "The directory structure of the repository is:"
msgstr ""
msgid ""
"`aux/`: personal scripts and helpers I've vendored in to ensure the "
"repository is self contained, feel free to ignore it;"
msgstr ""
msgid "`doc/`: manpages, with their translated versions;"
msgstr ""
msgid ""
"`po/`: gettext `.po` files for the translated languages and hunspell "
"dictionaries for spell checking;"
msgstr ""
msgid "`src/`: main source code for the project;"
msgstr ""
msgid "`tests/`: integration tests for the project."
msgstr ""
msgid "Contributing"
msgstr ""
msgid "Extra tools used for development are:"
msgstr ""
msgid "For running the extra development-only checks, run:"
msgstr ""
msgid "$ make dev-check\n"
msgstr ""
msgid "and for generating the documentation HTML and website, run:"
msgstr ""
msgid "$ make public\n"
msgstr ""
msgid "Links"
msgstr ""
msgid "[homepage](https://euandreh.xyz/remembering/en/)"
msgstr ""
msgid "[source code](https://git.euandreh.xyz/remembering/)"
msgstr ""
msgid "[bug tracking](https://euandreh.xyz/remembering/TODOs.html)"
msgstr ""
msgid "[CI logs](https://euandreh.xyz/remembering/ci.html)"
msgstr ""
msgid "[CHANGELOG](https://euandreh.xyz/remembering/en/CHANGELOG.html)"
msgstr ""
msgid "Releases"
msgstr ""
msgid ""
"[v0.2.1](https://git.euandreh.xyz/remembering/commit/?id=v0.2.1) "
"[remembering-v0.2.1.tar.gz](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.2.1.tar.gz)"
" "
"([sig](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.2.1.tar.gz.asc))"
" - 2021-02-23"
msgstr ""
msgid ""
"[v0.2.0](https://git.euandreh.xyz/remembering/commit/?id=v0.2.0) "
"[remembering-v0.2.0.tar.gz](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.2.0.tar.gz)"
" "
"([sig](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.2.0.tar.gz.asc))"
" - 2021-02-21"
msgstr ""
msgid ""
"[v0.1.2](https://git.euandreh.xyz/remembering/commit/?id=v0.1.2) "
"[remembering-v0.1.2.tar.gz](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.1.2.tar.gz)"
" "
"([sig](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.1.2.tar.gz.asc))"
" - 2021-01-26"
msgstr ""
msgid ""
"[v0.1.1](https://git.euandreh.xyz/remembering/commit/?id=v0.1.1) "
"[remembering-v0.1.1.tar.gz](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.1.1.tar.gz)"
" "
"([sig](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.1.1.tar.gz.asc))"
" - 2021-01-26"
msgstr ""
msgid ""
"[v0.1.0](https://git.euandreh.xyz/remembering/commit/?id=v0.1.0) "
"[remembering-v0.1.0.tar.gz](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.1.0.tar.gz)"
" "
"([sig](https://git.euandreh.xyz/remembering/snapshot/remembering-v0.1.0.tar.gz.asc))"
" - 2021-01-26"
msgstr ""
msgid "License"
msgstr ""
msgid ""
"[pt](https://euandreh.xyz/remembering/pt/) | "
"[fr](https://euandreh.xyz/remembering/fr/) | "
"[eo](https://euandreh.xyz/remembering/eo/)"
msgstr ""
msgid ""
"Add memory to [`dmenu`](https://tools.suckless.org/dmenu/), "
"[`fzf`](https://github.com/junegunn/fzf) and similar tools."
msgstr ""
msgid ""
"Similar to [`yeganesh`](http://dmwit.com/yeganesh/), but with no build-time "
"or run-time dependencies, and not coupled with `dmenu`."
msgstr ""
msgid ""
"[`remembering.1`](https://euandreh.xyz/remembering/en/remembering.1.html) "
"([pt](https://euandreh.xyz/remembering/pt/remembering.1.html), "
"[fr](https://euandreh.xyz/remembering/fr/remembering.1.html), "
"[eo](https://euandreh.xyz/remembering/eo/remembering.1.html));"
msgstr ""
msgid ""
"[`remembering.5`](https://euandreh.xyz/remembering/en/remembering.5.html) "
"([pt](https://euandreh.xyz/remembering/pt/remembering.5.html), "
"[fr](https://euandreh.xyz/remembering/fr/remembering.5.html), "
"[eo](https://euandreh.xyz/remembering/eo/remembering.5.html))."
msgstr ""
msgid "[Valgrind](https://valgrind.org) for memory testing;"
msgstr ""
msgid "[ShellCheck](https://www.shellcheck.net/) for validating scripts;"
msgstr ""
msgid ""
"[po4a](https://po4a.org/index.php.en), "
"[mdpo](https://mdpo.readthedocs.io/en/master/) and "
"[gettext](https://www.gnu.org/software/gettext/) for i18n and l10n support;"
msgstr ""
msgid ""
"[makefile2graph](https://github.com/lindenb/makefile2graph) and "
"[graphviz](https://graphviz.org/) for generating "
"[makefile.svg](https://euandreh.xyz/git-permalink/makefile.svg);"
msgstr ""
msgid ""
"[pandoc](https://pandoc.org/) for generating the documentation HTML and "
"website."
msgstr ""
msgid ""
"Send contributions to the [mailing "
"list](https://lists.sr.ht/~euandreh/public-inbox?search=%5Bremembering%5D) "
"via [`git send-email`](https://git-send-email.io/)."
msgstr ""
msgid ""
"[mailing list](https://lists.sr.ht/~euandreh/public-"
"inbox?search=%5Bremembering%5D)"
msgstr ""
msgid ""
"The code is licensed under [GNU Affero General Public License v3.0 or "
"later](https://git.euandreh.xyz/remembering/tree/COPYING) (AGPL-3.0-or-"
"later)."
msgstr ""
#~ msgid "[pt][pt1] | [fr][fr1] | [eo][eo1]"
#~ msgstr ""
#~ msgid "Add memory to [`dmenu`][dmenu], [`fzf`][fzf] and similar tools."
#~ msgstr ""
#~ msgid ""
#~ "Similar to [`yeganesh`][yeganesh], but with no build-time or run-time "
#~ "dependencies, and not coupled with `dmenu`."
#~ msgstr ""
#~ msgid ""
#~ "[`remembering.1`][`remembering.1`] ([pt][pt.1], [fr][fr.1], [eo][eo.1]);"
#~ msgstr ""
#~ msgid ""
#~ "[`remembering.5`][`remembering.5`] ([pt][pt.5], [fr][fr.5], [eo][eo.5])."
#~ msgstr ""
#~ msgid "[Valgrind][Valgrind] for memory testing;"
#~ msgstr ""
#~ msgid "[ShellCheck][ShellCheck] for validating scripts;"
#~ msgstr ""
#~ msgid ""
#~ "[po4a][po4a], [mdpo][mdpo] and [gettext][gettext] for i18n and l10n support;"
#~ msgstr ""
#~ msgid ""
#~ "[makefile2graph][makefile2graph] and [graphviz][graphviz] for generating "
#~ "[makefile.svg][makefile.svg];"
#~ msgstr ""
#~ msgid "[pandoc][pandoc] for generating the documentation HTML and website."
#~ msgstr ""
#~ msgid ""
#~ "Send contributions to the [mailing list][mailing list] via [`git send-"
#~ "email`](https://git-send-email.io/)."
#~ msgstr ""
#~ msgid "[mailing list][mailing list]"
#~ msgstr ""
#~ msgid ""
#~ "The code is licensed under [GNU Affero General Public License v3.0 or "
#~ "later][AGPL-3.0-or-later] (AGPL-3.0-or-later)."
#~ msgstr ""
#, fuzzy
#~ msgid "[pt1]: https://euandreh.xyz/remembering/pt/"
#~ msgstr "[pt1]: https://euandreh.xyz/remembering/pt/"
#, fuzzy
#~ msgid "[fr1]: https://euandreh.xyz/remembering/fr/"
#~ msgstr "[fr1]: https://euandreh.xyz/remembering/fr/"
#, fuzzy
#~ msgid "[eo1]: https://euandreh.xyz/remembering/eo/"
#~ msgstr "[eo1]: https://euandreh.xyz/remembering/eo/"
#, fuzzy
#~ msgid "[dmenu]: https://tools.suckless.org/dmenu/"
#~ msgstr "[dmenu]: https://tools.suckless.org/dmenu/"
#, fuzzy
#~ msgid "[fzf]: https://github.com/junegunn/fzf"
#~ msgstr "[fzf]: https://github.com/junegunn/fzf"
#, fuzzy
#~ msgid "[yeganesh]: http://dmwit.com/yeganesh/"
#~ msgstr "[yeganesh]: http://dmwit.com/yeganesh/"
#, fuzzy
#~ msgid ""
#~ "[`remembering.1`]: https://euandreh.xyz/remembering/en/remembering.1.html"
#~ msgstr ""
#~ "[`remembering.1`]: https://euandreh.xyz/remembering/en/remembering.1.html"
#, fuzzy
#~ msgid "[pt.1]: https://euandreh.xyz/remembering/pt/remembering.1.html"
#~ msgstr "[pt.1]: https://euandreh.xyz/remembering/pt/remembering.1.html"
#, fuzzy
#~ msgid "[fr.1]: https://euandreh.xyz/remembering/fr/remembering.1.html"
#~ msgstr "[fr.1]: https://euandreh.xyz/remembering/fr/remembering.1.html"
#, fuzzy
#~ msgid "[eo.1]: https://euandreh.xyz/remembering/eo/remembering.1.html"
#~ msgstr "[eo.1]: https://euandreh.xyz/remembering/eo/remembering.1.html"
#, fuzzy
#~ msgid ""
#~ "[`remembering.5`]: https://euandreh.xyz/remembering/en/remembering.5.html"
#~ msgstr ""
#~ "[`remembering.5`]: https://euandreh.xyz/remembering/en/remembering.5.html"
#, fuzzy
#~ msgid "[pt.5]: https://euandreh.xyz/remembering/pt/remembering.5.html"
#~ msgstr "[pt.5]: https://euandreh.xyz/remembering/pt/remembering.5.html"
#, fuzzy
#~ msgid "[fr.5]: https://euandreh.xyz/remembering/fr/remembering.5.html"
#~ msgstr "[fr.5]: https://euandreh.xyz/remembering/fr/remembering.5.html"
#, fuzzy
#~ msgid "[eo.5]: https://euandreh.xyz/remembering/eo/remembering.5.html"
#~ msgstr "[eo.5]: https://euandreh.xyz/remembering/eo/remembering.5.html"
#, fuzzy
#~ msgid "[Valgrind]: https://valgrind.org"
#~ msgstr "[Valgrind]: https://valgrind.org"
#, fuzzy
#~ msgid "[ShellCheck]: https://www.shellcheck.net/"
#~ msgstr "[ShellCheck]: https://www.shellcheck.net/"
#, fuzzy
#~ msgid "[po4a]: https://po4a.org/index.php.en"
#~ msgstr "[po4a]: https://po4a.org/index.php.en"
#, fuzzy
#~ msgid "[gettext]: https://www.gnu.org/software/gettext/"
#~ msgstr "[gettext]: https://www.gnu.org/software/gettext/"
#, fuzzy
#~ msgid "[pandoc]: https://pandoc.org/"
#~ msgstr "[pandoc]: https://pandoc.org/"
#, fuzzy
#~ msgid "[mdpo]: https://mdpo.readthedocs.io/en/master/"
#~ msgstr "[mdpo]: https://mdpo.readthedocs.io/en/master/"
#, fuzzy
#~ msgid "[makefile2graph]: https://github.com/lindenb/makefile2graph"
#~ msgstr "[makefile2graph]: https://github.com/lindenb/makefile2graph"
#, fuzzy
#~ msgid "[graphviz]: https://graphviz.org/"
#~ msgstr "[graphviz]: https://graphviz.org/"
#, fuzzy
#~ msgid "[makefile.svg]: https://euandreh.xyz/git-permalink/makefile.svg"
#~ msgstr "[makefile.svg]: https://euandreh.xyz/git-permalink/makefile.svg"
#, fuzzy
#~ msgid ""
#~ "[mailing list]: https://lists.sr.ht/~euandreh/public-"
#~ "inbox?search=%5Bremembering%5D"
#~ msgstr ""
#~ "[mailing list]: https://lists.sr.ht/~euandreh/public-"
#~ "inbox?search=%5Bremembering%5D"
#, fuzzy
#~ msgid "[AGPL-3.0-or-later]: https://git.euandreh.xyz/remembering/tree/COPYING"
#~ msgstr ""
#~ "[AGPL-3.0-or-later]: https://git.euandreh.xyz/remembering/tree/COPYING"
|