bento-cli 0.1.0

A command organizer that searches and organizes all your commands, packages, aliases, and functions in one place
Documentation
[[bin]]
name = "bento"
path = "src/main.rs"

[dependencies.clap]
version = "4.0"

[dependencies.colored]
version = "3.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.10"

[lib]
name = "bento"
path = "src/lib.rs"

[package]
authors = ["00msjr"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A command organizer that searches and organizes all your commands, packages, aliases, and functions in one place"
edition = "2024"
homepage = "https://github.com/00msjr/bento"
keywords = ["cli", "command", "search", "terminal", "organizer"]
license = "MIT"
name = "bento-cli"
readme = "README.md"
repository = "https://github.com/00msjr/bento"
version = "0.1.0"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"