CLI Manager

October 22, 2023 ยท View on GitHub

search-img

You know when you want to search for a graphical (GUI) program in your computer and you hit the main menu and start typing its name or visually search for it? This program is the same, but for CLIs! ๐Ÿ˜Ž

Screenshots

main add search view

Features

  • Add new CLIs
  • Edit existing CLIs
  • Delete CLIs
  • Search/filter CLIs
  • Copy CLI command to clipboard
  • View all CLIs

Installation

No installation required. Just run the executable via command-line

OSExecutable
Windowscli-manager-windows.exe
Linuxcli-manager-linux
MacOScli-manager-darwin

Persistence

The CLI records are stored on a local SQLite database file, named database.sqlite

Build from source

Will generate the executables for Windows, Linux and MacOS

Requirements:

  • Go (check version in go.mod)
  • Make

Command:

make build