Noter is a basic terminal notepad program written in C; you can add, show, and delete notes.
- Take notes up to 20 lines.
- Save notes to a file (
notes.txt). - Add, show and delete notes
- A basic terminal interface
makemake clean./noter.elfThe program will prompt you for a command:
- add: Takes note
- show: Shows all notes
- delete: Deletes note
- exit: Exits the program
This program is licensed under the BSD-3-Clause License. See the LICENSE file for details.