Skip to content

electrikmilk/cherri-macos-app

Repository files navigation

256

Cherri IDE

IDE for the Cherri programming language.

Screenshot 2023-12-21 at 23 44 29

Features

Document-based macOS app

Create, edit, save, open, duplicate, rename, etc. Cherri files.

Build & Run

  • 🔨 Build: Compile the current Cherri file into a Shortcut.
  • ▶️ Run: Compile, then open the compiled Shortcut.

Inline Errors & Warnings

Screenshot 2023-12-21 at 23 45 09 Screenshot 2023-12-21 at 23 44 58

Tabs

Enable the tab bar in the Menubar in View -> Show Tab Bar. Click the plus button to create a new Cherri file.

If you open a file and it does not open in a new tab, go to your System Settings -> Desktop & Dock -> Set Prefer tabs when opening documents to Always.

Screenshot 2023-12-21 at 23 46 21

Document Type

This app sets up .cherri files as a type of plain text document.

Screenshot 2023-12-20 at 20 25 41

If you have previews on, it shows the contents of the file.

Screenshot 2023-12-20 at 20 25 25

Settings

Screenshot 2023-12-20 at 20 23 53

Dependencies

How to run

Requirements

  • XCode - Download from the Mac App Store.
  • Go - Install from Homebrew or go.dev.

Run

  1. Open Cherri/Cherri.xcodeproj in XCode.
  2. Click the play icon button to build the project after it has been indexed.

This should "install" the project on your Mac, at least temporarily. But if it disappears due to being an unsigned app, just follow the steps above to re-install.