erabu

Crates.ioerabu
lib.rserabu
version0.1.1
sourcesrc
created_at2019-08-06 16:38:38.900293
updated_at2019-08-06 16:39:43.131177
descriptionStore items in collections and randomly pick an item from them.
homepage
repositoryhttps://github.com/mojurasu/erabu
max_upload_size
id154569
size44,233
Simon Schürrle (SitiSchu)

documentation

README

erabu

Store items in collections and randomly pick an item from them.

Usage

Adding items

$ erabu add watch Boss Diesel Festina SuperDry
Added items: Boss, Diesel, Festina, SuperDry

Removing items

$ erabu del watch Boss
Removed items: Boss

Picking a random item

$ erabu pick watch
Diesel

Listing all Collections

$ erabu list
Collections: watch

Listing items inside a collection

$ erabu list watch
Collection: watch
     Items: Diesel, Festina, SuperDry

Misc

Collections are stored as json at ~/.erabu-collections

Commit count: 14

cargo fmt