enhancement: add offline CLI search and predefined query

to address https://github.com/logseq/logseq/pull/12000#issuecomment-3177406045.
Also bump version for initial release
This commit is contained in:
Gabriel Horner
2025-08-13 10:42:14 -04:00
parent afe9db73a9
commit cc1093ac85
6 changed files with 74 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@logseq/cli",
"version": "0.1.0-alpha.1",
"version": "0.1.0",
"description": "Logseq CLI",
"bin": {
"logseq": "cli.mjs"