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
12
//! cursor-helper library
//!
//! Core functionality for Cursor IDE helper operations.
//!
//! # Disclaimer
//!
//! This tool is not affiliated with or endorsed by Anysphere, Inc. (Cursor).
//! It reads locally stored data files on your machine for personal use,
//! backup, and data portability. See DISCLAIMER.md for full details.

pub mod config;
pub mod cursor;