#pastebin #cli #terminal #com

app pastebin-cli

A simple CLI for pastebin.com

7 releases

0.1.7 May 7, 2024
0.1.5 May 7, 2024
0.1.3 Feb 6, 2024
0.1.2 Jan 23, 2024
0.1.1 Oct 26, 2023

#58 in Date and time

Download history 6/week @ 2024-01-22 3/week @ 2024-02-05 68/week @ 2024-02-19 25/week @ 2024-02-26 7/week @ 2024-04-01 314/week @ 2024-05-06

314 downloads per month

AGPL-3.0-or-later

34KB
258 lines


PASTEBIN-CLI

◦ A simple CLI to use pastebin in your terminal

◦ Developed with the software and tools below.

OpenSSL Rust Hyper

git-last-commit GitHub commit activity GitHub top language

📖 Table of Contents


📦 Features

  • Creating new pastes
  • Reading pastes
  • Deleting pastes

📂 Repository Structure

└── pastebin-cli/
    ├── Cargo.lock
    ├── Cargo.toml
    └── src/
        ├── keys.rs
        ├── main.rs
        └── pastebin.rs



🚀 Getting Started

🔧 Installation

cargo install pastebin-cli

🔧 Installation via Source Code

  1. Clone the pastebin-cli repository:
git clone https://github.com/Tilo-K/pastebin-cli
  1. Change to the project directory:
cd pastebin-cli
  1. Install the dependencies:
cargo install .

🤖 Running pastebin-cli

pastebin-cli

🤝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Dependencies

~9–22MB
~340K SLoC