miv icon indicating copy to clipboard operation
miv copied to clipboard

Stupid Text Editor

Currently under heavy development

What is Miv?

Miv is a STUPID text editor. The term "Miv" has no meaning and is just a play on words with "Vim"!

It has no superiority over other editors and only is developed for personal purposes! also it can be a good resource if you want to know how text editors work.

Compiling

Clone the project

git clone https://github.com/amiremohamadi/miv

Run the makefile.

cd miv/src
make # or sudo make install

And use like this:

./miv [path_to_file]

Usage and default keybindings

You can change default key bindings by editing defines.hh file, but default values are:

Key Behaviour
Ctrl + s Save The File
Ctrl + q Quit
Arrow Keys Move The Cursor
Pagedown/Pageup Move Up And Down

Don't forget, it's super stupid!

Requirements

  • ncurses (wncurses)

Copying

Available to anybody free of charge, under the terms of GPL V.2 License.