Giter Site home page Giter Site logo

virtuous-editor's Introduction

Virtuous-Editor

A minimalist text editor purely done in C and VT100 ASNI codes

No ncurses nothing, why? because it's simple, it can be built by any linux compiler, without any fiddling with make files or any other thing Keep in mind this is a hobbyist project and not meant for commercial or actual use at all

Key bindings

CTRL-S - save CTRL-Q - quit CTRL-F - find

Usage - virtuous <file name>

Syntax Highlighting

Currently there is syntax highlighting for

  • PHP
  • C/C++
  • Lua
  • Python
  • Javascript
  • Vim script

other languages will come soon enough

Pallete changing

Simply change the color values inside the editorSyntaxToColor function, adding syntax highlighting for special files is documented inside the file

Building

Virtuous can be built with any C compiler for example gcc -o virtuous virtuous.c Recommended way of building it though for not getting any warnings is gcc -o virtuous virtuous.c -Wall -W -pedantic -std=c99 For the program to be in your path simply do cp virtuous /usr/bin/

Preview

Credits

Thanks to Colin/C. Night for coming up with the pallete and name for this editor

virtuous-editor's People

Contributors

gulkbag avatar

Stargazers

Seif avatar Martin Ribelotta avatar Simon Kissane avatar Sven Fehler avatar

Watchers

James Cloos avatar

Forkers

seipy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.