Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "dashboard",
Short: "Interactive dashboard for managing MailerSend",
Long: `Launch a terminal UI for browsing domains, activity, analytics, and more.
The dashboard provides a lazygit-style interface with:
- Sidebar navigation between views
- Vim-style keybindings (j/k to navigate, Enter to select)
- Real-time data from your MailerSend account
Press ? for help or q to quit.`,
RunE: runDashboard,
}
Cmd is the dashboard command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.