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

https://github.com/aster-ide/asteride

A Simple Text Editor written in Rust, made for Femboys 🌸. Maintainers=[@playfairs, @invra, @reallycreativedev]
https://github.com/aster-ide/asteride

ide programming rust text-editor

Last synced: 2 days ago
JSON representation

A Simple Text Editor written in Rust, made for Femboys 🌸. Maintainers=[@playfairs, @invra, @reallycreativedev]

Awesome Lists containing this project

README

          

# AsterIDE 🌸

**A Simple Text Editor** written in **Rust**, made for Femboys 🌸

---

## Why AsterIDE?

I made AsterIDE as a fun side Project with one thing in mind, to make a silly Text Editor, based on the image below.

![femware.png](./assets/femware.png)

>[!NOTE]
> AsterIDE will **NOT** look like the image above, it simply a meme / joke with some friends, it is not what the IDE will look like, but it will be based on it.

## Installation

### macOS

Apple could not verify "AsterIDE" is free of Malware that may harm your Mac or compromise your privacy.

![effect](./assets/docs/mac-install-fails/error-example.png)

Image of subject warning

Becasue we don't have $100/A$150 dollars to spend to become a recognized developer for Apple-
especially for a side project, this application is not (and will not be) signed.

To bypass this Gatekeeper mechanism to run this app unsigned, you have to follow steps below

- Open System Settings (formerly System Preferences)
- Privacy & Security
- Scroll all the way to the bottom
- Re open up the app
- Select "Open anyways"

![task](./assets/docs/mac-install-fails/todo.png)

if this doesn't help you, (e.g you cant follow steps as the prompts not showing)
there might be some X-Attributes stuck on the app which needs to be wiped for Gatekeeper to be happy.
To do so you can run this command, substituting with the app.

```sh
xattr -c
```

## Screenshots

![home-1.png](./assets/docs/app-demos/home-1.png)
![home-2.png](./assets/docs/app-demos/home-2.png)
![home-3.png](./assets/docs/app-demos/home-3.png)
![editor-1.png](./assets/docs/app-demos/editor-1.png)
![search-1.png](./assets/docs/app-demos/search-1.png)
![settings-1.png](./assets/docs/app-demos/settings-1.png)
![settings-2.png](./assets/docs/app-demos/settings-2.png)
![settings-3.png](./assets/docs/app-demos/settings-3.png)
![settings-4.png](./assets/docs/app-demos/settings-4.png)
![settings-5.png](./assets/docs/app-demos/settings-5.png)

---
Written in **Rust** with ❤️ by **Playfairs**.