https://github.com/lakphy/prompter-by-lakphy
This is a prompt management tool for VSCode.
https://github.com/lakphy/prompter-by-lakphy
cursor prompt vscode-extension
Last synced: 5 months ago
JSON representation
This is a prompt management tool for VSCode.
- Host: GitHub
- URL: https://github.com/lakphy/prompter-by-lakphy
- Owner: Lakphy
- License: lgpl-2.1
- Created: 2024-11-10T11:47:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T02:59:51.000Z (over 1 year ago)
- Last Synced: 2025-02-23T11:13:00.344Z (over 1 year ago)
- Topics: cursor, prompt, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=lakphy.prompter-by-lakphy
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Manage My Prompts
A Visual Studio Code extension for managing and copying your prompts efficiently.
## Features
- View and manage your prompts directly in VS Code's explorer
- Add, edit, and delete prompts with ease
- Copy individual prompts or all prompts at once
- Import and export prompts functionality
- Simple and intuitive interface
## Usage
1. Open VS Code
2. Look for the "Prompts" view in the Explorer sidebar
3. Use the ➕ button to add new prompts
4. Click the prompt item to copy
5. Other actions
- Edit the prompt
- Delete the prompt
- Copy the prompt
## Commands
The extension provides the following commands:
- **New Prompt** (`prompter-by-lakphy.addPrompt`): Create a new prompt
- **Edit Prompt** (`prompter-by-lakphy.editPrompt`): Modify existing prompts
- **Delete Prompt** (`prompter-by-lakphy.deletePrompt`): Remove unwanted prompts
- **Copy Prompt** (`prompter-by-lakphy.copyPrompt`): Copy a single prompt to clipboard
- **Copy All Prompts** (`prompter-by-lakphy.copyAllPrompts`): Copy all prompts to clipboard
- **Export Prompts** (`prompter-by-lakphy.exportPrompts`): Export all prompts to clipboard
- **Import Prompts** (`prompter-by-lakphy.importPrompts`): Import prompts from clipboard
## Installation
1. Open VS Code
2. Go to Extensions (Ctrl+Shift+X)
3. Search for "Prompter by lakphy"
4. Click Install
## Requirements
- VS Code version 1.86.0 or higher
## Contributing
Feel free to submit issues and enhancement requests on our GitHub repository.
## License
This extension is licensed under the [MIT License](LICENSE).
## Change Log
See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.