Skip to content

KrosFire/Iliad

Repository files navigation

Iliad

Iliad logo

An IDE build on Tauri with Rust and Vue. Powered by Ace Editor.

Install

Prerequisites

  • Node version >=14 installed

Installing Iliad

Download latest release avaliable for:

  • MacOS
  • Windows

Iliad comes with a basic CLI for easy navigation. To use it add alias to your command line for executable.

MacOS:

echo "alias ill=\"[path to Iliad program]\"" >> [path to terminal config file]

Windows:

  1. Create a .bat or .cmd file:
@echo off

DOSKEY ill="[Path to Iliad executable]"
  1. Run regedit and go to (Win 10/11) HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor
  2. Add String Value entry with the name AutoRun and the full path of your .bat/.cmd file.

Features

  • Syntax highlighting for 164 languages
  • Search file
  • Drag And Drop folders and files
  • Rearrange tabs
  • Resizable customizable windows system
  • CLI
  • Files synchronization
  • Persistent state
  • File system manipulation (rename, delete files and folders)
  • LSP for TypeScript

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published