No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-11 14:03:35 +09:30
src yea 2026-09-08 16:33:36 +09:30
.gitignore yea 2026-09-08 16:33:36 +09:30
Cargo.lock query parser 2026-09-08 14:20:28 +09:30
Cargo.toml Work 2026-09-08 16:30:38 +09:30
README.md note 2026-09-11 14:03:35 +09:30

Soup

The sufficiently advanced search.

Idea: way to capture and index web pages, put them in the index. archive them. maybe paths become a tag/property like any other and URIs become the discriminator; a local file is file://, a web resource's is https://.

Search Syntax

  • <term> matches on file paths, contents, and metadata.
  • @p:<term> matches only on file paths.
  • @c:<term> matches only on file content.
  • "<term> <term>" is one term instead of two.

TODO

  • Wildcards: <te*rm>