repository
0.0.0-20220806092156-19c54d754860
Repository: https://github.com/aksh-bansal-dev/starterm.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
starterm
Fancy start screen for terminal.
How to use
Add .starterm.json
in the home directory
{
"heading": "",
"items": [
{
"name": "Tmux",
"description": "Terminal multiplexer",
"key": "1",
"cmd": ["gnome-terminal", "--tab", "--", "tmux"]
},
{
"name": "Nvim",
"description": "Text editor",
"key": "2",
"cmd": ["gnome-terminal", "--tab", "--", "nvim"]
}
]
}