Cursor Rule is a command-line tool for pulling Cursor rule files to your local .cursor/rules
directory. It helps users manage and update their Cursor rules efficiently, making it easier to customize your Cursor editor experience.
- Pull specific rule files from JavaScript, Rust, or common modules
- List and select modules to pull all files from
- Interactive selection of rule files
- Command-line options for quick selection of modules
- Detailed success and failure reporting
- Node.js (v16.0.0 or higher)
- npm (v6.0.0 or higher)
npm install -g @fchc8/cursor-rules
git clone https://github.com/fchc7/cursor-rules.git
cd cursor-rules
npm install
npm link
pullrule [options]
-j, --js
: Pull JavaScript rules-r, --rust
: Pull Rust rules-c, --common
: Pull common rules-l, --list
: List and select modules to pull all files from-h, --help
: Display help information-V, --version
: Display version information
- Pull specific rule files interactively:
pullrule
- Pull JavaScript rules interactively:
pullrule --js
- Pull all files from selected modules:
pullrule --list
- Pull all JavaScript and common rules:
pullrule --js --common --list
This project is licensed under the MIT License.