cursor-helper 0.2.2

CLI helper for Cursor IDE operations not exposed in the UI
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! CLI commands

pub mod backup;
pub mod clean;
pub mod clone;
pub mod export_chat;
pub mod list;
pub mod rename;
pub mod restore;
pub mod stats;
pub mod utils;