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
pub mod command_input;
pub mod fake_typer;
pub mod fixed_length_grapheme_string;
pub mod history;
pub mod history_cleaner;
pub mod init;
pub mod interface;
pub mod network;
pub mod node;
pub mod path_update_helpers;
pub mod settings;
pub mod shell_history;
pub mod simplified_command;
pub mod trainer;
pub mod training_cache;
pub mod training_sample_generator;