NemoS - Is a simple Terminal Text Editor that is similar to Nano. 🙂
Note: You need to be the root user.
Firstly you need to make it runable, do this command to do so: “chmod +x ./install.sh”
Now you can install the software, by running this command: “sudo bash install.sh”
nemos - Will create a untitlied.txt file.
nemos txt.txt - Will use the file or create a new one if txt.txt does not exist.
man nemos - Open the help page for NemoS, using man pages.
Arrow Keys: Navigate
Enter: Insert new line
Backspace: Delete character
Ctrl+S: Save file
Ctrl+R: Rename file
Ctrl+O: Open another document
Ctrl+C: Copy text
Ctrl+V: Paste text
Ctrl+Z: Undo changes
Ctrl+Y: Redo changes
Ctrl+F: Find text
Ctrl+K: Replace text
Ctrl+D: Show date
Ctrl+T: Show time
Ctrl+P: Print document
Ctrl+X: Exit editor
Below are the screenshots for this program - NemoS 4.0!
Below are videos that shows the features of NemoS 4.0:
https://github.com/user-attachments/assets/0cce7fff-f5aa-4275-b805-95a1b61c9a2e
https://github.com/user-attachments/assets/842bcb1c-6ee3-4ac9-a870-5306cc45e110
g++ main.cpp -o nemos -lncurses
https://github.com/ToothedTomb/NemoS/releases/tag/4.0.0
https://github.com/ToothedTomb/NemoS/releases/tag/5.0.0-Alpha
Jonathan Steadman