xcreep

command module
v0.0.0-...-5a2e7fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2020 License: MIT Imports: 4 Imported by: 0

README

xcreep

xcreep is an easy wrapper for xclip made in Go.

Installation

Simply

go get github.com/gmelodie/xcreep

Usage

  1. Copy the contents of a file, say example.txt, to the clipboard:
./xcreep example.txt

xcreep copy

  1. Paste it wherever you want with CTRL+V or Right-click > Paste.

xcreep paste

If you are on a different directory, just use either the absolute or the relative paths to that file:

./xcreep /home/root/flag.txt    # absolute path
./xcreep ../root/flag.txt       # relative path (if you are in /home/some-dir)

Why?

Because I was tired of (1) having to look up how to copy to clipboard with xclip and (2) not being able to cat file.txt > xclip or cat file.txt | xclip or simply xclip file.txt

But you can just make a simple script to wrap xclip

I know, but it was fun coding it in Go though

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL