commit 7ff9cf61738ba748258003ca08ed52c12326e496
parent 796a9e158533372ed9fed4af99640ace4d8c1876
Author: breadcat <breadcat@users.noreply.github.com>
Date: Tue, 17 Feb 2026 15:00:26 +0000
Update readme a little
More features, you see
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/readme.md b/readme.md
@@ -18,8 +18,8 @@ Then access the server via a web browser, the default port is 8080.
## Features
* Multiple tags per category
-* Bulk tag management via file ID or `tag:value` query
-* Search through names, comments or tag values with wildcard support
+* Bulk tag management via `file-id` or `tag:value` query
+* Search through file names, descriptions or tag values with wildcard support
* Image, video, text and cbz gallery viewers
* Will transcode incompatible video formats
* Tag value aliases, e.g. `color:blue` and `color:navy`
@@ -29,6 +29,9 @@ Then access the server via a web browser, the default port is 8080.
* Artbitrary searchable descriptions on files
* Raw file URI copying for external application access
* In browser file management (delete, rename)
+* Self-organising, categorised notes, with optional `sed` operation rules
+* Orphan and reverse orphan finding
+* Database backup and vacuum support
## Limitations
* SQLite requires cgo, which requires gcc. Build/run with `CGO_ENABLED=1`