Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.01 KB

Aqua

License CircleCI codecov

Aqua is a text editor for the Rust programming language.

Currently under development. Built with TypeScript, Electron and React.

Aqua application screenshot

Usage

$ git clone git@github.com:FelipeRosa/aqua.git
$ cd aqua
$ npm i
$ npx webpack
$ npm start

Roadmap

  • Basic text editing features (modify text, open files, save files, copy/paste, undo/redo, etc.)
  • Rust syntax highlighting
  • Rustfmt integration
  • Cargo integration
  • Git integration

See issues and projects for more details.