__This is work in progress!__ ## Data providers for know-thy-shell Data providers for [know-thy-shell](https://github.com/know-thy-shell). ## Locations The following locations are supported: - [autojump](https://github.com/wting/autojump/tree/master/bin) - [chromium browsers](https://brave.com) - [history](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Bash-History-Facilities) - [mcfly](https://github.com/cantino/mcfly) Note that mcfly should be a superset of shell history. When mcfly is present the history module will be disabled. ## API Each of the data providers implements the following api - build - info - search - get ## Usage This create is used by the [kts cli](https://crates.io/crates/know-thy-shell) and the [know-py-shell](https://pypi.org/project/know-py-shell/) python glue interface. __This is work in progress!__