https://github.com/itsjibel/ejib
Ejib is a lightweight Text editor
https://github.com/itsjibel/ejib
cpp lightweight text-editor
Last synced: 20 days ago
JSON representation
Ejib is a lightweight Text editor
- Host: GitHub
- URL: https://github.com/itsjibel/ejib
- Owner: itsjibel
- License: gpl-3.0
- Created: 2023-02-06T10:54:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T11:23:37.000Z (about 3 years ago)
- Last Synced: 2025-05-08T02:18:06.972Z (12 months ago)
- Topics: cpp, lightweight, text-editor
- Language: C++
- Homepage:
- Size: 426 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Ejib

## Operating systems supported
+ __Linux based__:
+ Ubuntu
+ Fedora
+ Kali
## Quick summary of the Ejib
lightweight and fast text editor
## Editor features
+ Write, erase, paste, etc on text
+ Using shortcuts like __^F__ to save the file, __^V__ for paste copied text and __^B__ to change the mode to visual to speed up editing text, etc
+ Having a section called __visual mode__ for quick editing in the text, searching in the text, moving around in the text, etc.
+ Save text to file or open file quickly
+ Colorizing the text to make it more readable for programmers
+ ### Visual mode: help/visual_mode_help.txt
+ ### Shortcuts: help/shortcuts_help.txt
+ ### General info: help/help.txt
## Coding model properties
+ __Ease of reading the code due to the division of code parts in the library and the division of large sections to the small functions.__
+ __Detailed comments in incomprehensible parts__
## Several examples of __visual mode__ commands
+ __text -S "something"__ Search "something" in text
+ __file -S__ Save the file
+ __text -D__ Delete all of the text
## __You can get more complete information about various commands in the program itself__