magic-school-bus 0.3.0

Cross-platform TUI filesystem browser with Vi-like keybinds
[[bin]]
name = "msb"
path = "src/main.rs"
[dependencies.clap]
version = "2.32"

[dependencies.crossterm]
version = "0.4.0"

[dependencies.open]
version = "1.2.2"

[package]
authors = ["lgreathouse <me@lpghatguy.com>"]
description = "Cross-platform TUI filesystem browser with Vi-like keybinds"
edition = "2018"
license = "MIT"
name = "magic-school-bus"
repository = "https://github.com/LPGhatguy/magic-school-bus"
version = "0.3.0"