# Copy next line comand

A minimal Raycast extension that splits clipboard text into individual lines and stores them as separate clipboard history items.

## Command

* **Copy next line comand**  
  Takes the current clipboard text, splits it by lines, and converts them into separate clipboard history entries.

## Usage

* Copy a block of text with multiple lines.
* Run **Copy next line comand**.
* Paste the lines later in sequence.

## Install in Raycast

* Open Raycast.
* Import this extension from:

```text
/Users/anton/Documents/GitHub/raycast/copy-sequentionaly
```

## Development

```bash
cd /Users/anton/Documents/GitHub/raycast/copy-sequentionaly
npm install
npm run dev
```
