SWQ-rs
Star Wars Quote And GIF Utility
[![Rust](https://github.com/TheCatster/swq-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/TheCatster/swq-rs/actions/workflows/rust.yml)
## About SWQ-rs
[![Rust](https://github.com/TheCatster/swq-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/TheCatster/swq-rs/actions/workflows/rust.yml)
Use your terminal often, and really want to grab that perfect quote or GIF for the situation? SWQ has you covered! It's easy to use, and quickly adds a GIF or full quote (with or without author) to your clipboard. SWQ-rs is a rewrite of the original Python+fire into Rust+clap for a faster, and more efficient codebase.
## Usage
- `swq quote KEYWORDS`
- `swq gif KEYWORDS`
That's it!
## Installation
- Cargo: `cargo install swq`
- AUR: `paru -S swq`
A Tenor API key is recommended, to get one please go to [Tenor API](https://tenor.com/gifapi), and on first time use of the GIF command, it will prompt you to paste it in (the key is held in the keyring).
## To-Do:
- [x] Get quotes
- [x] Get GIFs (from Tenor)
- [x] Auto add to clipboard
- [ ] Add quotes
- [ ] TBD!
### Support:
The best way to support SWQ-rs is to contribute! Feel free to make PRs, open issues, and help us make this the best utility we can! If you're interested in adding a feature, simply open an issue.
### License:
Distributed under the GNU Public License (GPLv3) (See accompanying file LICENSE)
Keywords: rust, ureq, clap, cli