Skip to content

A cross-platform desktop app to store and recall commands.

Notifications You must be signed in to change notification settings

isfopo/globe-sprinter

Repository files navigation

Globe Sprinter

A cross-platform desktop app to store and recall commands.

Usage

Add commands and directories using the "+" icon. These commands then are available in the menu. When selected, the command will be copied to the clipboard and a new terminal window. Paste and run the command. Commands can be deleted or edited.

Menu Items

  • Configure

    • Opens the JSON file to store command. New commands can be added manually.
  • Settings

    • Opens the JSON file to store settings. Settings can be changed manually.
  • Reload

    • Reloads commands and settings to update manual changes.
  • Open

    • Opens window.
  • Hide

    • Hides window.
  • Quit

    • Closes program.

Development

Install, or have installed pnpm

Run pnpm install

Run pnpm start