mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 07:08:44 +00:00
Merge pull request #56 from PR0M3TH3AN/codex/update-documentation-and-ensure-newline-in-text-files
Update docs for collections and views
This commit is contained in:
16
README.md
16
README.md
@@ -1,14 +1,26 @@
|
|||||||
# Marlin
|
# Marlin
|
||||||
|
|
||||||
This repository hosts the Marlin indexing tool.
|
This repository hosts the Marlin indexing tool.
|
||||||
See [docs/roadmap.md](docs/roadmap.md) for the current delivery roadmap.
|
See [docs/roadmap.md](docs/roadmap.md) and
|
||||||
|
[docs/adr/DP-001_schema_v1.1.md](docs/adr/DP-001_schema_v1.1.md)
|
||||||
|
for the current delivery roadmap and schema.
|
||||||
|
|
||||||
## CLI Cheatsheet
|
## CLI Cheatsheet
|
||||||
|
|
||||||
The full command reference is generated during the build of the CLI. See
|
The full command reference is generated during the build of the CLI. See
|
||||||
[cli-bin/docs/cli_cheatsheet.md](cli-bin/docs/cli_cheatsheet.md).
|
[cli-bin/docs/cli_cheatsheet.md](cli-bin/docs/cli_cheatsheet.md).
|
||||||
|
|
||||||
|
## Collections and Views
|
||||||
|
|
||||||
|
Named **collections** act like playlists of files. Create one with
|
||||||
|
`marlin coll create <name>`, add files via
|
||||||
|
`marlin coll add <name> <pattern>` and list contents using
|
||||||
|
`marlin coll list <name>`.
|
||||||
|
|
||||||
|
**Views** save search queries for quick reuse. Save a query with
|
||||||
|
`marlin view save <view> "tag:todo"`, list all views using
|
||||||
|
`marlin view list` and execute one with `marlin view exec <view>`.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed under the [MIT License](LICENSE).
|
Licensed under the [MIT License](LICENSE).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user