npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

xcp

0.1.0

@dominictarr

npmHomeRepoSnykSocket
Downloads:10
$ npm install xcp
DailyWeeklyMonthlyYearly

x, c, p

terse commands for copy pasting in linux.

Install preqs

sudo apt-get install xclip

Usage

x (cut)

>echo hello | x

c (copy)

like cut, but also prints the input.

>echo hello | c
hello

p (paste)

>p
hello

License

MIT