Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/DanielFiller30/ScriptManager

Easy to use menu bar-tool for your mac, to run shell-scripts.
https://github.com/DanielFiller30/ScriptManager

macos menubar-app scripts swiftui terminal-app

Last synced: about 1 month ago
JSON representation

Easy to use menu bar-tool for your mac, to run shell-scripts.

Lists

README

        

# Script Manager (macOS)

An easy and comfortable macOS **menu bar-tool**, to organize and use your own terminal-scripts.



Script Manager is released under the MIT license.


Current GitHub version.

Available for macOS

#

## Usage

Script Manager is a menu bar-tool to organize and simplify running a custom terminal-script:
- Add a new script and test it before saving (persistent storage)
- Full customizable settings to use your personal configurations
- Error-logging with custom directory
- Local notifications when script finished
- ...

### New features added in version 3.0 (v1.0.2)
- Fixed dismissing sheet to use ScriptManager with macOS Sonoma
- Added dynamic time calculation to monitor your progress
- Parallel execution of multiple scripts has been enabled

### New features added in version 2.0 (v1.0.1)
- Output window for running script
- Change your main color from settings
- Add Tags to organize your scripts
- New UI-Design
- Keyboard-shortcuts for scripts
- Toggle to run tool by startup


## Setup via Homebrew
To install the ScriptManager with Homebrew, you have to run the following command in your terminal:

`brew install danielfiller30/tap/scriptmanager`

Or `brew tap danielfiller30/tap` and then `brew install scriptmanager`.

To open the app, you have to trust the application in the system settings:
- Open settings on your Mac
- Navigate to **Privacy & Security**
- Under security, press allow to open the ScriptManager

## Setup via Xcode
To install and use your personal Script Manager via Xcode, you have to follow this steps:
- Clone this project to your local space
- Open the project in Xcode
- Run a build
- Copy the resulting program-file to your programs folder
> Xcode > Product > Show Build Folder in Finder