Add TODOs
This commit is contained in:
parent
1f6761bf5a
commit
353b86af65
4
tag.sh
4
tag.sh
|
@ -13,6 +13,10 @@ set -ueo pipefail
|
|||
# - tag $FILENAME $TAG - tag $FILENAME with $TAG, $TAG can be repeated
|
||||
# - listtags $FILENAME - list all tags for $FILENAME
|
||||
|
||||
# TODO: when tagging, check if tags exist
|
||||
# TODO: when tagging, allow more than one tag
|
||||
# FIXME: adding tags doesn't work
|
||||
|
||||
DB_FILE="tags.db"
|
||||
DB_SCHEMA="database.sql"
|
||||
declare -A FILTERS
|
||||
|
|
Loading…
Reference in New Issue