Skip to content

A simple clipboard application developed with tauri and vue

Notifications You must be signed in to change notification settings

Vincy-Cheng/command-copier

Repository files navigation

Command Copier

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.

Features

  • 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.

Prerequisites

Please ensure you have install the required dependencies according to this doc before start development or building.

Local Development

Install packages

npm install

Run the application in development mode

npm run dev:tauri

Build the application

npm run build

Screenshots

image

About

A simple clipboard application developed with tauri and vue

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published