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
- Host: GitHub
- URL: https://github.com/andtechstudios/snip
- Owner: andtechstudios
- License: bsd-3-clause
- Created: 2021-10-18T19:24:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T23:51:18.000Z (over 4 years ago)
- Last Synced: 2025-02-06T16:58:56.518Z (over 1 year ago)
- Topics: cli, cut, dotnet, nuget, paste, tool
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snip
*Simple cut & paste CLI*
[](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)