cmdx 0.1.0

Cross-platform command and path translator library for terminal emulators
Documentation
1
2
3
4
5
6
7
//! Translator module - contains all translation logic

pub mod os;
pub mod command_map;
pub mod engine;
pub mod path;
pub mod env;