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 - [📖 Table of Contents](#-table-of-contents) - [📍 Overview](#-overview) - [📦 Features](#-features) - [📂 repository Structure](#-repository-structure) - [⚙️ Modules](#modules) - [🚀 Getting Started](#-getting-started) - [🔧 Installation](#-installation) - [🤖 Running pastebin-cli](#-running-pastebin-cli) --- ## 📦 Features - Creating new pastes - Reading pastes - Deleting pastes --- ## 📂 Repository Structure ```sh └── pastebin-cli/ ├── Cargo.lock ├── Cargo.toml └── src/ ├── keys.rs ├── main.rs └── pastebin.rs ``` --- --- ## 🚀 Getting Started ### 🔧 Installation ```sh cargo install pastebin-cli ``` ### 🔧 Installation via Source Code 1. Clone the pastebin-cli repository: ```sh git clone https://github.com/Tilo-K/pastebin-cli ``` 2. Change to the project directory: ```sh cd pastebin-cli ``` 3. Install the dependencies: ```sh cargo install . ``` ### 🤖 Running pastebin-cli ```sh pastebin-cli ``` --- ## 🤝 Contributing Contributions are welcome! Here are several ways you can contribute: - **[Submit Pull Requests](https://github.com/Tilo-K/pastebin-cli/blob/main/CONTRIBUTING.md)**: Review open PRs, and submit your own PRs. - **[Join the Discussions](https://github.com/Tilo-K/pastebin-cli/discussions)**: Share your insights, provide feedback, or ask questions. - **[Report Issues](https://github.com/Tilo-K/pastebin-cli/issues)**: Submit bugs found or log feature requests for TILO-K.