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
- Host: GitHub
- URL: https://github.com/drsoliddevil/beditor
- Owner: DrSolidDevil
- License: bsd-3-clause
- Created: 2025-03-29T23:56:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T00:46:07.000Z (about 1 year ago)
- Last Synced: 2025-03-30T01:29:37.689Z (about 1 year ago)
- Topics: c, cli, text-editor
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.