cli-menu-maker 0.1.1

A small program to run cli commands from a menu!
1
2
3
4
5
6
7
8
9
10
11
12
title: "Example title"
message: "A message!"
fg_color: 133
bg_color: 232
msg_color: 236
commands:
  - name: Hello World
    command: "echo hello world!"
  - name: Hello World Again
    command: "echo hello world!!!!"
  - name: Open vim
    command: "vim"