Docs.rs
cove-cli-0.5.3
cove-cli 0.5.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rasha-hantash
Dependencies
clap ^4
normal
crossterm ^0.28
normal
ratatui ^0.29
normal
serde ^1
normal
serde_json ^1
normal
ureq ^3
normal
tempfile ^3
dev
Versions
41.45%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module events
cove_
cli
0.5.3
Module events
Module Items
Functions
In crate cove_
cli
cove_cli
Module
events
Copy item path
Source
Functions
§
events_
dir
Path to the Cove events directory (~/.cove/events/).
find_
session_
id
Find the Claude session_id for a given tmux pane_id by scanning cove event files. Returns the session_id from the file whose last event matches the pane_id with the highest timestamp (handles pane_id recycling).
find_
session_
id_
in
Find the Claude session_id for a given pane_id by scanning event files in the given directory.
write_
event
Append a state event to the session’s event file.
write_
event_
to
Append a state event to a session file in the given directory.