[[bin]]
name = "try"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.crossterm]
version = "0.27"
[dependencies.dirs]
version = "5.0"
[dependencies.thiserror]
version = "1"
[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"
[package]
authors = ["Dariusz Parys"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Lightweight, time-sensitive directory navigation for experiments — a fast way to jump between temporary project folders"
edition = "2024"
exclude = [".github", ".gitignore", "install.sh"]
homepage = "https://github.com/dariuszparys/try-rs"
keywords = ["cli", "navigation", "directory", "productivity", "fuzzy-finder"]
license = "MIT"
name = "try-cli"
readme = "README.md"
repository = "https://github.com/dariuszparys/try-rs"
version = "0.1.1"