https://github.com/brkpoint/bytesync-terminaleditor
Text or code editor in terminal (better then vim maybe)
https://github.com/brkpoint/bytesync-terminaleditor
code-editor easy-to-use macos terminal windows
Last synced: 5 months ago
JSON representation
Text or code editor in terminal (better then vim maybe)
- Host: GitHub
- URL: https://github.com/brkpoint/bytesync-terminaleditor
- Owner: brkpoint
- License: mit
- Created: 2024-01-31T20:46:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T21:32:29.000Z (almost 2 years ago)
- Last Synced: 2025-08-29T17:18:39.281Z (10 months ago)
- Topics: code-editor, easy-to-use, macos, terminal, windows
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ByteSync-TerminalEditor C++/C
Text or code editor in terminal (better then vim maybe)
## About:
This repo's code was made in c++11 so its pain to code.
You can use included makefile to compile this repo.
### How do run the makefile?
In your terminal paste this command:
```zsh
make
```
And when it compiled then type:
*its going to work like this*
```zsh
./a.out
```