lineselect 0.1.0

Interactive Line Selector
[package]
name = "lineselect"
version = "0.1.0"
edition = "2021"
description = "Interactive Line Selector"
authors = ["Gilson Urbano <hello@gilsonurbano.com>"]
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/urbsanogilson/lineselect"
keywords = ["cli"]
categories = ["command-line-utilities"]

[dependencies]
clap = "4.3.11"
colored = "2.0.4"
dialoguer = "0.10.4"