pastebin-cli

Crates.iopastebin-cli
lib.rspastebin-cli
version0.1.7
sourcesrc
created_at2023-10-26 19:40:15.655205
updated_at2024-05-07 18:41:34.63085
descriptionA simple CLI for pastebin.com
homepagehttps://tilok.dev
repositoryhttps://github.com/Tilo-K/pastebin-cli
max_upload_size
id1015038
size107,850
Tilo (Tilo-K)

documentation

README


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:

Commit count: 18

cargo fmt