chore(launcher): add nethack
This commit is contained in:
parent
0cf76b682f
commit
858285524d
1 changed files with 5 additions and 0 deletions
|
@ -198,6 +198,11 @@ func Run(cmd *cobra.Command, args []string) error {
|
|||
desc: "grow a plant in your terminal",
|
||||
exec: "botany",
|
||||
},
|
||||
Program{
|
||||
title: "nethack",
|
||||
desc: "80s console roguelike",
|
||||
exec: "nethack",
|
||||
},
|
||||
Program{
|
||||
title: "nsnake",
|
||||
desc: "ncurses snake game",
|
||||
|
|
Loading…
Add table
Reference in a new issue