Add styled first-time setup UI using lipgloss with Tokyo Night theme colors. The prompt now includes emojis and better visual feedback when creating the initial configuration file. - Add new ui module with styled render functions - Prompt user for project paths interactively on first run - Parse comma-separated paths with whitespace trimming - Show styled success message with configured directories - Add lipgloss dependency for terminal styling
19 lines
327 B
TOML
19 lines
327 B
TOML
[package]
|
|
name = "tmuxido"
|
|
version = "0.4.3"
|
|
edition = "2024"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
toml = "0.8"
|
|
dirs = "5.0"
|
|
walkdir = "2.4"
|
|
anyhow = "1.0"
|
|
shellexpand = "3.1"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
lipgloss = "0.1"
|