aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/quote/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Quote: Filter out empty tokens on getJokler2019-12-241-2/+7
|
* Quote: Split methods and add a 'next' commandJokler2019-12-161-61/+177
| | | | | The 'next' command runs the previous get/search commands again but for the next index/offset.
* Quote: Add search subcommandJokler2019-12-151-1/+38
|
* Remove 'extern crate' linesJokler2019-12-071-0/+5
|
* Run cargo fmt on all filesJokler2019-12-071-4/+1
|
* Upgrade rust edition to 2018Jokler2019-12-071-4/+4
|
* Quote: Actually fix info messageJokler2019-10-311-6/+3
|
* Quote: Fix info message and adjust get outputJokler2019-10-311-11/+22
|
* Quote: Return random quote on missing user argJokler2019-10-311-17/+35
|
* Quote: Info: Add negative indexing and fix errorJokler2018-11-061-1/+12
|
* Quote: Fix get command when no index was specifiedJokler2018-09-221-15/+14
|
* Quote: Ignore trailing space when no index was specifiedJokler2018-09-211-7/+13
|
* Quote: Add initial quote pluginJokler2018-09-211-0/+262