Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 1.08 KB

README.md

File metadata and controls

76 lines (48 loc) · 1.08 KB

PasteWut CLI

Command Line Interface for PasteWut, a PasteBin written in golang for easily sharing text and code just with an AlphaNumeric code

Installation

Install pswt using homebrew

  brew tap devmegablaster/devmegablaster
  brew install pswt

Or install the Latest release from the release page

Run Locally

Clone the project

  git clone https://github.com/devmegablaster/pastewut-cli

Go to the project directory

  cd pastewut-cli

Start the CLI

  go run .

Usage/Examples

  • Get help on Commands and Usage
pswt -h
  • Create a new PasteWut
pswt n
  • Create a new PasteWut from your clipboard content
pswt n -c
  • Get PasteWut contents from the code
pswt g <code>
  • Get PasteWut contents copied to your clipboard
pswt g -c <code>

Contributing

Contributions are always welcome!

Guidlines on contributing will be updated soon, feel free to clone and make a PR

Authors