mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-09 00:11:02 +00:00
dependabot/cargo/cargo-5b4ceb88c4
Bumps the cargo group with 1 update in the / directory: [openssl](https://github.com/sfackler/rust-openssl). Updates `openssl` from 0.10.63 to 0.10.72 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.72) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.72 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
PASTEBIN-CLI
◦ A simple CLI to use pastebin in your terminal
◦ Developed with the software and tools below.
📖 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
- Clone the pastebin-cli repository:
git clone https://github.com/Tilo-K/pastebin-cli
- Change to the project directory:
cd pastebin-cli
- Install the dependencies:
cargo install .
🤖 Running pastebin-cli
pastebin-cli
🤝 Contributing
Contributions are welcome! Here are several ways you can contribute:
- Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
- Report Issues: Submit bugs found or log feature requests for TILO-K.
Languages
Rust
100%