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

https://github.com/andtechstudios/snip

Simple copy & paste CLI
https://github.com/andtechstudios/snip

cli cut dotnet nuget paste tool

Last synced: 27 days ago
JSON representation

Simple copy & paste CLI

Awesome Lists containing this project

README

          

# Snip
*Simple cut & paste CLI*

[![badge](https://img.shields.io/github/v/tag/andtechstudios/snip?label=nuget)](https://gitlab.com/andtech/pkg/-/packages?search[]=snip)

Now you can enjoy the ease of cut & paste functionality in the shell. No more needing to remember obnoxiously long `mv` operands.

```bash
$ cd ~/downloads
$ snip file.txt # cut
$ cd ~/really/long/path/
$ snip # paste
```

# Usage
## Cut
```
$ snip
```

This is like pressing Ctrl + X (or + X)

## Paste
```
$ snip
```

This is like pressing Ctrl + V (or + V)