Files
Marlin/cli-bin/docs/cli_cheatsheet.md
thePR0M3TH3AN b43d3e3ebd Update .gitignore, add CLI cheatsheet, and modify benchmark results
- Updated .gitignore to include new target files and reports.
- Added a new CLI cheatsheet document for quick reference on commands and flags.
- Modified benchmark results in `bench/dirty-vs-full.md` to reflect updated performance metrics.
- Changed permissions for `run_all_tests.sh` to make it executable.
- Updated `target/.rustc_info.json` with additional output information.
- Adjusted file modes for `target/release/marlin` and `target/release/marlin.d`.
2025-05-20 14:59:02 -04:00

24 lines
580 B
Markdown

| Command | Flags |
| ------- | ----- |
| `link add` | --type |
| `link rm` | --type |
| `link list` | --direction, --type |
| `link backlinks` | — |
| `coll create` | — |
| `coll add` | — |
| `coll list` | — |
| `view save` | — |
| `view list` | — |
| `view exec` | — |
| `state set` | — |
| `state transitions-add` | — |
| `state log` | — |
| `task scan` | — |
| `task list` | --due-today |
| `remind set` | — |
| `annotate add` | --range, --highlight |
| `annotate list` | — |
| `version diff` | — |
| `event add` | — |
| `event timeline` | — |