An open API service indexing awesome lists of open source software.

https://github.com/drsoliddevil/beditor

A CLI text editor written in C
https://github.com/drsoliddevil/beditor

c cli text-editor

Last synced: about 1 year ago
JSON representation

A CLI text editor written in C

Awesome Lists containing this project

README

          

# bEditor

bEditor is a text editor written in C and runs in the CMD terminal.
* This program uses the Win32 API and is a Windows only program.
* The keybinds of this program is made for a Swedish/Scandinavian keyboard.
* All keys correlating to an ASCII character work.
* This program uses `ALT+key` instead of `ALT+SHIFT+key`

Shortcuts:\
`CTRL+Q` - Quit\
`CTRL+S` - Save\
`CTRL+O` - Load\
`CTRL+N` - New document

TODO:
* Prevent keypresses from being entered as terminal commands.