No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
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>