mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-09 16:31:01 +00:00
8d3f195ea7c4cf7cab9a2e57c81ef7c93be958e5
* Setting paste name to filename * Version bump * Bump mio from 0.8.10 to 0.8.11 (#2) * Setting paste name to filename (#1) * Setting paste name to filename * Version bump * chore: Update dependencies * chore: version bump * License update * chore: license * Bump mio from 0.8.10 to 0.8.11 Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Tilo <Tilo-K@users.noreply.github.com> Co-authored-by: Tilo-K <tiloklarenbeek@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: added releases * Lockfile * Maybe fix regex * ver: 1.0.5 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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%