yabirgb / rq

Easy q for anything: reading lists, pending tasks... made with rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rq

Easy q for anything: reading lists, pending tasks... Based on fdavidcl/q

Dependencies

Rust

Installation

Clone this repo and build it

cargo build --release

Copy rq to any folder in your path like

cp target/release/rq ~/.local/bin

Maybe you'll need to chmod +x rq

Usage

Pop something from your q:

$ rq

Add something to your q:

$ rq learn rust

About

Easy q for anything: reading lists, pending tasks... made with rust

License:MIT License


Languages

Language:Rust 100.0%