2

GitHub - ganeshdipdumbare/tuimake: tuimake is a simple command line tool to run...

 1 year ago
source link: https://github.com/ganeshdipdumbare/tuimake
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

tuimake

tuimake(graphical make) is a simple command line tool to use Makefile in interactive way.(Sample Makefile in this repo is used in the below example)

demo.gif

Description

  • The tuimake is a command line tool to use with Makefile. It gets the targets and their description and shows it on TUI.
    • First it gets all the targets and their description at the start from Makefile
    • The target and their description must be in the following format in the Makefile.
    target: ## description of the target
      command
  • For showing it on beautiful TUI it uses bubbletea.
  • You can interact and select the target to execute on TUI.

Installation

  • Requirements:-
    • Go 1.20
  • To install the tool, just run the following command
    go install github.com/ganeshdipdumbare/[email protected]

Improvements

  • Add unit tests

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK