aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2025-11-21Add native support for document slicesHEADmainJP Appel
2025-11-21Update documentation, comments, and tidy codebaseJP Appel
2025-09-17Add query alias to debug shellJP Appel
2025-08-15Add licenseJP Appel
2025-08-10Fix approximate queries on nullable categoriesJP Appel
2025-08-10Change approximate statmenets to use sqlite MATCH operatorJP Appel
2025-08-10Change db schema; remove aliases, add fts5 integrationJP Appel
2025-08-05Add form for querying server from httpJP Appel
2025-08-05Fix headings not being written by customOutputJP Appel
2025-08-05Update docsJP Appel
2025-08-05Change regex operator symbolJP Appel
2025-08-05Add headings category to query langJP Appel
2025-08-05Change link parsing regex to support trailing slashJP Appel
2025-08-05Add headings to db serializer and deserializerJP Appel
2025-08-05Add header parsing and improved link parsingJP Appel
2025-08-02Add initial todos for new heading categoryJP Appel
2025-08-02Improve initial db connectionJP Appel
2025-08-01Improve server loggingJP Appel
2025-07-28Remove todo contextsJP Appel
2025-07-28Resolve multiple todosJP Appel
2025-07-28Add yaml output formatJP Appel
2025-07-28Fix incorrect compiling of regex queries on set categoriesJP Appel
2025-07-28Add regex operatorJP Appel
2025-07-27Remove unimplemented external command operatorsJP Appel
2025-07-27Refactor server over unix sockets to use SOCK_STREAMJP Appel
2025-07-23Implement basic server over unix datagramJP Appel
2025-07-23Fix link parsing regexJP Appel
2025-07-23Update READMEJP Appel
2025-07-23Update help infoJP Appel
2025-07-22Add periodic db optimizationsJP Appel
2025-07-22Separate program entry point from commandsJP Appel
2025-07-19Add key-val db table for metadataJP Appel
2025-07-19Add limit to interperter stack sizeJP Appel
2025-07-19Improve command documentation and query outputJP Appel
2025-07-18Add newline to default outputerJP Appel
2025-07-18Add flag to avoid crawling hidden filesJP Appel
2025-07-18Add methods for updating existing document entriesJP Appel
2025-07-18Add object pool for server jsonify buffersJP Appel
2025-07-18Simplify link parsingJP Appel
2025-07-18Improved loggingJP Appel
2025-07-13Add Last-Modified to responseJP Appel
2025-07-13Correct multi-doc json outputJP Appel
2025-07-02Add experimental http serverJP Appel
2025-07-02Add WriteTo like methods to Outputter interfaceJP Appel
2025-07-02Add link parsingJP Appel
2025-06-30Add filepath to searchable categoriesJP Appel
2025-06-30Fix shadowing of nil pointerJP Appel
2025-06-30Implement compiled query executionJP Appel
2025-06-30Add integer arithmetic to shellJP Appel
2025-06-29Add 'at' command to shellJP Appel