27 Commits

Author SHA1 Message Date
182ca7ec0d Add some content to README.md 2025-08-08 13:29:48 +02:00
1e7e84a9a5 Enhance explanation around existing tags
Adding existing tags is a nop. Changing a tag into an existing tag is
effectively a deletion of the original tag.
2025-08-08 12:54:54 +02:00
d3bafe2885 Bump version 1.1.0 → 1.2.0 2025-08-08 12:43:11 +02:00
88d1943221 Change to use sets instead of vectors
This simplifies the editing handlers.
2025-08-08 12:39:32 +02:00
22ac115a6c Add remark: tags are always written alphabetically 2025-08-07 10:46:34 +02:00
230f314cca Bump version 1.0.1 → 1.1.0 2025-08-07 10:43:37 +02:00
89ea51fb19 Remove sort option from man page 2025-08-06 20:45:58 +02:00
3681d9e67f Fix #1, remove sort option
Adding an existing tag would actually add an extra instance. Now, we use
a set internally to deduplicate tags. As a side effect, tags are always
sorted, so the option to write tags back sorted has been removed.
2025-08-06 20:41:39 +02:00
0ee6e35bb7 Fix author markup 2025-04-10 06:31:16 +02:00
d0734fbafa Migrate to latest project structure 2025-01-08 12:45:52 +01:00
95e33043f9 Add README.md 2024-11-22 16:36:18 +01:00
bob
7dcbc629d7 Update LICENSE 2024-11-22 15:43:21 +01:00
bob
e7b039a03a Add LICENSE 2024-11-22 15:30:57 +01:00
54013e8e52 Add example 2024-07-25 07:54:58 +02:00
3555c35457 Fix: enlarge buffer when too small 2024-07-24 12:38:15 +02:00
cb8f1abca7 Without editing options, listing is implied 2024-07-24 12:02:54 +02:00
7445bf1b6b Fix file argument in synopsis 2024-07-22 11:09:22 +02:00
b7f362d1ea Fix help text 2024-07-22 11:09:10 +02:00
06b8293bf8 Fix inconsistency 2024-07-22 10:55:37 +02:00
0f5a968f94 Fix typo 2024-07-22 09:43:50 +02:00
235c968f9a Add examples to man page 2024-07-22 09:42:12 +02:00
7205bd7315 Add man page 2024-07-21 20:30:51 +02:00
76e07fe5e0 Small coding changes 2024-07-21 20:30:39 +02:00
7689984870 Add sort option 2024-07-20 14:30:14 +02:00
1e7ace00c4 Add different colors for before/after tag listing 2024-07-19 17:03:07 +02:00
01738449c5 Add implementation 2024-07-19 16:36:25 +02:00
ad0c12d112 First commit 2024-07-19 13:40:45 +02:00