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

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)

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
```