Show HN: A terminal tool for Logseq journal entries
The article introduces lsq, a command-line tool that provides a simple and efficient way to search for files and directories on a Linux system. It offers advanced search capabilities, including support for regular expressions and the ability to search within file contents.
Technical details: - Written in Go using Bubble Tea for the TUI - Reads Logseq's config.edn for format preferences - Supports both external editor ($EDITOR) and TUI modes - Handles both Markdown and Org formats
Core design decisions: 1. Zero-config default installation (uses standard ~/Logseq path) 2. Single command to open today's journal (just 'lsq') 3. TUI mode for Logseq-specific features (TODO/priority cycling)
The project started as a simple editor launcher but evolved to include a TUI when I realized certain Logseq features couldn't be easily replicated in a standard text editor.
Code and installation instructions are in the repo. Feedback and contributions welcome.