blob: 45e9fa60d9198ebbda48030e8650563e8f89ec95 (
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
|
# Tasks
## TODO How to preserve to sort order from STDIN {#task-b2c26218-5f21-4efd-afbd-ff6af57a358a}
- TODO in 2021-01-24
---
Keeping the sort order from STDIN, I would have to find a way to
merge STDIN with the existing profile.
## DONE Make sure to forward status code given by the provided command {#task-47589312-0a4d-46ac-9f13-45309471efeb}
- DONE in 2021-01-24
Done in commit
[6f5e467c6bb3f0369e4220be20ab1461cd9334ce](https://git.euandreh.xyz/remembering/commit/?id=6f5e467c6bb3f0369e4220be20ab1461cd9334ce).
- TODO in 2021-01-21
## TODO Exclude ponctuation from troff markup {#task-03d0e24c-4baf-404f-ac8a-f8d972ec622e}
- TODO in 2021-01-21
---
Things like:
```troff
A phrase with the last word
.B bold.
```
The final period is marked as bold, too.
## DONE Add `-h` and `--help` flags {#task-8593b78a-a5ac-4b6c-b9cf-74c021d4a8e5}
- DONE in 2021-01-24
Done in commit
[b0f64583bf02f84cadcfad9b610d9c02ec6c4ec2](https://git.euandreh.xyz/remembering/commit/?id=b0f64583bf02f84cadcfad9b610d9c02ec6c4ec2).
- TODO in 2021-01-21
## TODO Optimize for large lists {#task-fec292ff-b9de-4d6c-b156-a9adc4771f35}
- TODO in 2021-01-21
## DONE Add tests {#task-146fab37-e53b-489e-95d0-3fcdd4c3eaef}
- DONE in 2021-01-24
Finished in commit
[ee6bc4f2ce6da48f25a29931a178159e5801b5d9](https://git.euandreh.xyz/remembering/commit/?id=ee6bc4f2ce6da48f25a29931a178159e5801b5d9).
- TODO in 2021-01-21
---
On plain POSIX sh.
# Bugs
# Improvements
# Questions
# Resources
# Scratch
|