Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.06 KB

Komandant

Komandant is a GUI app that stores and keeps your frequently run CLI commands organized, and allows executing them in a user-friendly way.

Benefits

  • No more frantic searching through your history, trying to find that one command you used God-knows how long ago.
  • No more endlessly navigating between commands with the arrow keys.
  • No more messing around with the finicky terminal cursor, struggling to paste something in only to find it contained a newline and now the wrong command is already running and spewing out errors.

Features

  • Saves your most frequently used commands and keeps them organized so you can easily find and execute them at any time.
  • Advanced control over the command options and parameters, enabling flexible execution and easy switching between behaviors.

Get started

  1. Clone repo
  2. Run yarn to install packages and dependencies
  3. Run yarn start to start the app in development mode

Check out the other available scripts in package.json.

Based on Electron React Boilerplate.