#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

#49 in Date and time

Download history 6/week @ 2024-01-23 3/week @ 2024-02-06 4/week @ 2024-02-13 67/week @ 2024-02-20 22/week @ 2024-02-27 2/week @ 2024-03-26 5/week @ 2024-04-02 314/week @ 2024-05-07

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
~336K SLoC