mcfly 0.6.0

McFly replaces your default ctrl-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network.
Documentation
[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
version = "2.33"

[dependencies.csv]
version = "1"

[dependencies.directories-next]
version = "2.0"

[dependencies.humantime]
version = "2.1.0"

[dependencies.itertools]
version = "0.9.0"

[dependencies.libc]
version = "0.2"

[dependencies.rand]
version = "0.7"

[dependencies.regex]
version = "1"

[dependencies.relative-path]
version = "1.6.1"

[dependencies.rusqlite]
features = ["bundled", "functions", "unlock_notify"]
version = "0.15.0"

[dependencies.shellexpand]
version = "2.1"

[dependencies.termion]
version = "1.5.5"

[dependencies.unicode-segmentation]
version = "1.6"

[package]
authors = ["Andrew Cantino <cantino@users.noreply.github.com>"]
description = "McFly replaces your default ctrl-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network."
edition = "2018"
exclude = ["HomebrewFormula", "HomebrewFormula/*", "pkg/*", "docs/*"]
license = "MIT"
name = "mcfly"
repository = "https://github.com/cantino/mcfly"
version = "0.6.0"
[profile.dev]
debug = true

[profile.release]
lto = true