No commit activity in last 3 years
No release in over 3 years
Basic key/value store designed for http links.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 0.8
~> 0.6
~> 10.4
~> 3.0
~> 0.10

Runtime

~> 4
 Project Readme

lita-onewheel-doc

Build Status Coverage Status

This plugin was designed as sort of a shared bookmark store for work. We use Confluence, which has a pretty ridiculous URI structure, and I wanted to find a way to store the location of things like the deploy instructions, how to nombom, and ways to make fun of my coworkers.

Thus, the plugin was born. It'll store, quite literally, anything you like.

Installation

Add lita-onewheel-doc to your Lita instance's Gemfile:

gem "lita-onewheel-doc"

Configuration

Just needs redis which you have because you're already running Lita.

Usage

Command Description
!doc key https://value Stores https://value under the key key. Note, web links are not enforced. You can store emoji if you like.
!doc key Find all documents starting with, or equal to key.
!doc list all keys.
!docdel key Remove key from the store.

To be implemented

Make !doc key substring search instead of starts-with.