mcfly 0.7.1

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod cli;
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;