aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2025-06-28Refactor shell tokenizerJP Appel
2025-06-28Refactor debug shell to place values on stackJP Appel
2025-06-28Add leveld optimization wrapperJP Appel
2025-06-27Add keyword suggestions to interpreter errorsJP Appel
2025-06-27Add Levenshtein distance utilJP Appel
2025-06-26Improve compilation of clauses to sqlite3 SQLJP Appel
2025-06-26Add support commented lines in shellJP Appel
2025-06-26Add sane defaults for indexing and db storageJP Appel