A Cursor extension that allows you to view and share your chat conversations.
- 🔍 View all your chat conversations in Cursor
- 📋 Export chats to markdown files
- 📎 Copy chat content to clipboard
- Documentation: Save important AI-assisted coding sessions
- Collaboration: Share your Cursor conversations with team members
- Backup: Keep a record of your AI interactions
-
Clone this repository:
git clone https://github.com/onemadgeek/cursor-chat-share.git cd cursor-chat-share -
Install dependencies:
npm install
-
Build the extension:
npm run package
-
Install the extension:
- In Cursor IDE, go to the Extensions view
- Click the "..." menu in the top right
- Select "Install from VSIX..."
- Navigate to the
cursor-chat-share-0.0.1.vsixfile in the project directory - Click Install
- Use the "Connect: Show All Cursor Chats" command to view your conversations
- Click the share icon in the status bar to export a chat
- Select a chat to view its full conversation history
MIT License