SwiftUI MacOS app allows the users to enter a swift script code to execute and see its output side-by-side.
Live Output
You will be getting a live output of the executed script.
Multiple Runs
The possibility to run the script multiple times, just using the stepper.
Activity Indicator
A nice animating pulse running activity indicator, which also indicates the last script result state.
- Gray: No operation yet
- Green: Success
- Red: Error
Progress Bar
A small progress bar appears at the bottom to shows the expected remaining time to finish, based on the time elapsed for already finished runs.
Error Highlighting
The location descriptions of errors in the output are clickable. So, you can click on it to highlight the error line in the input.
Language Keywords
Different colors for the language keywords, not all of them are supported; they are so easy to be added, though!
Simple and Responsive
Clear and responsive UI, with the automatic support for the Dark and light modes.
- MacOS 11 or later
- Unzip the file here to run the app, or drag it to your applications folder.
- If you want to add the support for more language keywords, navigate to Keywords.swift, then add the keyword and its color.
Reach out to me at one of the following places!
- Portfolio at
kirlosyousef.com
- Linkedin at
Kirlos Yousef
- MIT License
- Copyright 2020 © Kirlos Yousef.