oo-ide 0.0.2

∞ is a terminal IDE focused on low distraction, high usability.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 

`∞` (`oo`) is a terminal-based IDE intended for low distraction and high accessibility. The goal is to offer a distraction-free IDE with easy access to commands. Many terminal editors (such as vim) offer distraction-free modes at the command of user interactions, requiring the ability to memorize complex shortcuts. Many GUI-based editors and IDEs offer easy access to commands at the price of clutter.

*WARNING* `∞` is a work in progress. While it is already capable of editing projects, it is not well tested, still needs to undergo a lot of changes, and might cause data loss. Experiment at your own risk.

## Installation instructions

```
cargo install oo-ide
```

Run with:

```
oo /path/to/project
```