WIP: make tags be files in a dir instead of lines in a file #34

Draft
seb wants to merge 7 commits from tags-dir into main
7 changed files with 10 additions and 0 deletions
Showing only changes of commit 1fe6a438b9 - Show all commits

View file

@ -674,6 +674,11 @@ mod tests {
done_time: None,
tags: Vec::<String>::from([
String::from("TAG2"),
String::from("bird/wing"),
String::from("bird/wing/feather"),
String::from("deer,antler"),
String::from("deer,antler,tassle"),
String::from("hop,scotch/shoe"),
String::from("i-am-also-a-tag"),
String::from("tag1"),
]),

View file

@ -128,6 +128,11 @@ mod tests {
done_time: None,
tags: Vec::<String>::from([
String::from("TAG2"),
String::from("bird/wing"),
String::from("bird/wing/feather"),
String::from("deer,antler"),
String::from("deer,antler,tassle"),
String::from("hop,scotch/shoe"),
String::from("i-am-also-a-tag"),
String::from("tag1"),
]),