The most feature-rich, most useless editor. We wanna see the world burn.
This repository has been archived on 2025-09-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2020-05-19 10:37:25 +02:00
lib Added saving and loading from output.bin file 2020-05-19 10:37:25 +02:00
PDCurses Added saving and loading from output.bin file 2020-05-19 10:37:25 +02:00
src Added saving and loading from output.bin file 2020-05-19 10:37:25 +02:00
.gitignore added editor window 2020-05-13 21:21:47 +02:00
CMakeLists.txt Added saving and loading from output.bin file 2020-05-19 10:37:25 +02:00
LICENSE added license 2020-05-09 21:53:26 +02:00
README.md Updated Readme 2020-05-17 19:32:01 +02:00

mu-edit

The most useless editor for modifying normal text files.

Features:

  • Saving to one file (output.bin)
  • Directly writing zeros and ones into that file!
  • Still easy to exit!

Upcoming Features:

  • Writing to any file!
  • Opening any file!
  • Writing HEX numbers to the file!

Building

This project uses C++. We use cmake to compile it. Here is an example how compiling the program would look like:

mkdir build
cd build
cmake ..
cmake --build .

The resulting binary is located in the bin folder.