aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 13 insertions, 6 deletions
diff --git a/README.md b/README.md
index bc7838c..6430da3 100644
--- a/README.md
+++ b/README.md
@@ -6,19 +6,16 @@ ARFNET Fast file index and search
- C webapp
- libmicrohttpd
- - POSIX regex
## Features
- All cached indexed in memory
- - Landing page w roots and searchbox
- - File directory tree browsing
- - Metadata (mime type, size)
- - Icons
- - Sorting
+ - Searchbox
+ - Periodic reindexing and inotify
- Searching
- Advanced name substring, exact, regex
- Sorting
+ - Filtering
## Building
@@ -28,3 +25,13 @@ Depends on libmicrohttpd, libmagic
make
```
+## TODO
+
+ - [ ] Regex query
+ - [ ] inotify
+
+## Bugs
+
+ - [ ] Query type not saved on submit
+ - [ ] Long output gets cut after ~300 results
+