CLI based text editor
- C++ 89.6%
- C 10.4%
| .clang-format | ||
| aoclibs.h | ||
| build | ||
| cmds.c | ||
| LICENSE | ||
| odd.c | ||
| README.md | ||
| types.h | ||
| utils.c | ||
odd
This project is in early stage
odd is a CLI-based text editor inspired by GNU ed, with focus on being extensible and feature rich (but doesn't yet provide such features). It currently doesn't let itself be scriptable.
odd has builtin commands to edit text files directly, supports editing multiple files, and in case a command, odd doesn't knows about, is invoked, it tries to run it as a shell command instead.
Dependencies
- GNU readline
Compiling
cc @build
License
This repository is licensed under the GPL version 3 License.