shannonshell 0.1.1

An AI-first shell with seamless access to bash, nushell, and any other shell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod ai;
pub mod completer;
pub mod completions;
pub mod config;
pub mod executor;
pub mod highlighter;
pub mod nushell_engine;
pub mod prompt;
pub mod repl;
pub mod shell;
pub mod theme;
pub mod tree_sitter_nu;