This project is a Tauri application developed with Vue 3 and TypeScript in Vite. The application allows users to store, manage, and copy shell commands easily.
- Adding Commands: Users can add new commands with descriptions and group them.
- Listing Commands: Commands are displayed in an accordion-style list, grouped by their categories.
- Copying Commands: Users can copy commands to the clipboard with a single click.
- Exporting Commands: Users can export the list of commands to a JSON file for backup or sharing.
- Importing Commands: Users can import commands from a JSON file to restore or update their command list.
Please ensure you have install the required dependencies according to this doc before start development or building.
Install packages
npm install
Run the application in development mode
npm run dev:tauri
Build the application
npm run build