This repository contains the source code for Clip-a-roo, a text snippet manager application built with Nuxt 4. It is a little client-side app that stores your frequently used text snippets inside your browser's localStorage, and therefore works offline/locally.
You can access a hosted version of Clip-a-roo from https://cliparoo.blurrybit.com, or if you prefer to self-host, you can clone the repository and run it yourself.
Currently, Clip-a-roo is in early development, so expect bugs and missing features. If you find any issues or have feature requests, please open an issue on the GitHub repository.
To self-host Clip-a-roo, follow these steps:
- Clone the repository:
git clone https://github.com/noc2spam/cliparoo.git
- Navigate to the project directory:
cd cliparoo - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000to access Clip-a-roo.