tagliatelle

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8b11f558d8ed082753acdf0450786dd6ead302e2
parent adad88f8079c226a7e60f857390965dec7adab6d
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri, 17 Apr 2026 17:19:51 +0100

Undocumented additional feature

Diffstat:
Mreadme.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/readme.md b/readme.md @@ -38,6 +38,7 @@ Then access the server via a web browser, the default port is 8080. * Orphan and reverse orphan finding * Database backup and vacuum support * `tag=!` and `tag=x,value=!` for duplicating previously applied tags +* Chainable `/and/tag/tag2/value2` filter matching ## Limitations * SQLite requires cgo, which requires gcc. Build/run with `CGO_ENABLED=1`