Skip to content

ToothedTomb/NemoS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

What is NemoS?

NemoS - Is a simple Terminal Text Editor that is similar to Nano. πŸ™‚

Install to your system:

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"

Running the Application:

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.

Open the NemoS man pages:

man nemos - Open the help page for NemoS, using man pages.

Instuctions:

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

Screenshots:

Below are the screenshots for this program - NemoS 4.0!

Editing the document:

Screenshot From 2025-05-23 16-43-31

If changes are made but not saved yet. You will see modified next to the file name:

Screenshot From 2025-05-23 16-43-46

Copy mode in NemoS:

Screenshot From 2025-05-23 16-44-07

Find mode in NemoS:

Screenshot From 2025-05-23 16-44-24

Find and replace mode in NemoS:

Screenshot From 2025-05-23 16-44-42

Help menu in NemoS:

Screenshot From 2025-05-23 16-45-00

Videos:

Below are videos that shows the features of NemoS 4.0:

NemoS - Copy Mode:

simplescreenrecorder-2025-05-24_16.39.24.mp4

NemoS - Find Mode:

simplescreenrecorder-2025-05-25_08.42.25.mp4

Compile the code:

g++ main.cpp -o nemos -lncurses

Download the latest stable version:

https://github.com/ToothedTomb/NemoS/releases/tag/4.0.0

Download the latest unstable version:

https://github.com/ToothedTomb/NemoS/releases/tag/5.0.0-Alpha

Credits:

Jonathan Steadman

Thanks for reading.

About

NemoS - Is a simple Terminal Text Editor that is similar to Nano. πŸ™‚

Resources

License

Security policy

Stars

Watchers

Forks