3 Commits

Author SHA1 Message Date
Lunxaaa
e2fa8d7214 Delete pkg directory 2026-04-04 21:28:09 +02:00
Lunxaaa
50826a0a9b Add TO-DO section to README
Added a TO-DO section with performance and terminal fixes.
2026-04-04 01:25:29 +02:00
Lunxaaa
646ff79ce8 Update README.md 2026-04-04 00:49:56 +02:00
7 changed files with 7 additions and 1560 deletions

View File

@@ -1,3 +1,7 @@
# TO-DO
fix performance issues lmfao
fix terminal
# Lunar Code
A lightweight, VSCode-inspired desktop code editor built with Tauri 2, React, TypeScript, CodeMirror 6, and shadcn/ui.
@@ -6,7 +10,7 @@ A lightweight, VSCode-inspired desktop code editor built with Tauri 2, React, Ty
### Arch Linux (recommended)
Download `lunar-code-0.1.0-1-x86_64.pkg.tar.zst` from the [latest release](https://github.com/luna/lunar-code/releases/latest), then:
Download `lunar-code-0.1.0-1-x86_64.pkg.tar.zst` from the [latest release](https://github.com/Lunxaaa/Lunar-code/releases/tag/v1), then:
```bash
sudo pacman -U lunar-code-0.1.0-1-x86_64.pkg.tar.zst
@@ -16,7 +20,7 @@ This installs the binary to `/usr/bin/lunar-code` and adds a `.desktop` entry so
### Debian/Ubuntu
Download `Lunar.Code_0.1.0_amd64.deb` from the [latest release](https://github.com/luna/lunar-code/releases/latest), then:
Download `Lunar.Code_0.1.0_amd64.deb` from the [latest release](https://github.com/Lunxaaa/Lunar-code/releases/tag/v1), then:
```bash
sudo dpkg -i Lunar.Code_0.1.0_amd64.deb
@@ -24,7 +28,7 @@ sudo dpkg -i Lunar.Code_0.1.0_amd64.deb
### Fedora/RHEL
Download `Lunar.Code-0.1.0-1.x86_64.rpm` from the [latest release](https://github.com/luna/lunar-code/releases/latest), then:
Download `Lunar.Code-0.1.0-1.x86_64.rpm` from the [latest release](https://github.com/Lunxaaa/Lunar-code/releases/tag/v1), then:
```bash
sudo rpm -i Lunar.Code-0.1.0-1.x86_64.rpm

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,19 +0,0 @@
# Generated by makepkg 7.1.0
# using fakeroot version 1.37.2
pkgname = lunar-code
pkgbase = lunar-code
xdata = pkgtype=pkg
pkgver = 0.1.0-1
pkgdesc = Lunar Code - A lightweight code editor
url = https://github.com/luna/lunar-code
builddate = 1775255169
packager = Unknown Packager
size = 11082428
arch = x86_64
license = MIT
provides = lunar-code
depend = webkit2gtk-4.1
depend = gtk3
depend = cairo
depend = glib2
depend = hicolor-icon-theme

Binary file not shown.

View File

@@ -1,10 +0,0 @@
[Desktop Entry]
Name=Lunar Code
Comment=A lightweight code editor
Exec=lunar-code %F
Icon=lunar-code
Terminal=false
Type=Application
Categories=Development;TextEditor;IDE;
Keywords=code;editor;programming;
MimeType=text/plain;text/x-csrc;text/x-c++src;text/x-java;text/x-python;text/javascript;application/json;text/html;text/css;text/xml;text/x-rust;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB