Skip to content

geekprojects/vide

Repository files navigation

Vide

Vide is a simple IDE with a vi-like interface. It is still very much an alpha-quality project right now.

Screenshot

Features

  • MacOS and Linux support
  • vi interface
  • C, C++ and ObjC syntax highlighting, structure and diagnostics.

Requirements

Installation

mkdir build
cd build
cmake ..
make
sudo make install

License

Vide is available under the GPL3 license.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU General Public License] (COPYING) for more details.