Skip to content

tafabey/noter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noter

Noter is a basic terminal notepad program written in C; you can add, show, and delete notes.

Features

  • Take notes up to 20 lines.
  • Save notes to a file (notes.txt).
  • Add, show and delete notes
  • A basic terminal interface

Compiling the program

make

Cleaning *.o files and executable

make clean

Running the program

./noter.elf

How to use

The 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.

About

Noter is a basic terminal notepad program, the details are in the README.md

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors