helpme 0.1.0

A minimal TUI for storing and running shell commands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "helpme"
version = "0.1.0"
edition = "2021"
description = "A minimal TUI for storing and running shell commands"
license = "MIT"
repository = "https://codeberg.org/cloudberries/HelpMe"
keywords = ["tui", "cli", "shell", "commands"]
categories = ["command-line-utilities"]

[[bin]]
name = "helpme"
path = "src/main.rs"

[dependencies]
ratatui = "0.26"
crossterm = "0.27"