Skip to content

SwiftUI MacOS app allows the users to enter a swift script code to execute and see its output side-by-side.

License

Notifications You must be signed in to change notification settings

KirlosYousef/JetScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetScript MacOS App

SwiftUI MacOS app allows the users to enter a swift script code to execute and see its output side-by-side.

macOS version GitHub license Twitter

Table of Contents

Features

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.

Usage

  • 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.

Support

Reach out to me at one of the following places!

License

About

SwiftUI MacOS app allows the users to enter a swift script code to execute and see its output side-by-side.

Topics

Resources

License

Stars

Watchers

Forks

Languages