Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevedylandev/cpf

A simple script to copy the contents of a file to your clipboard
https://github.com/stevedylandev/cpf

Last synced: 11 days ago
JSON representation

A simple script to copy the contents of a file to your clipboard

Awesome Lists containing this project

README

        

# cpf

cpf (or cp file) is a super simple script to copy the contents of a file through the terminal to your clipboard.

![gif of cpf](cpf.gif)

## Usage

Simply run `cpf` followed by the file you want to copy the contents of.

```bash
cpf index.js

File contents copied to clipboard!
```

## Installation

Copy and paste the following command into your terminal

```bash
git clone https://github.com/stevedylandev/cpf && cd cpf && sudo chmod +x install.sh && sudo ./install.sh
```