Skip to content

Initdd/terminal-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App

Overview

This is a simple notes app that allows you to add, remove, list and read notes.
The app now supports notes groups

News/Updates

  • Added notes groups

Features

  • Create new notes with specified priority levels.
  • Edit existing notes, including changing priority, group and modifying content.
  • Delete notes from the list.
  • List all notes with their priorities and content without the "UI"
  • List notes groups, and get the notes in a specific group

Dependencies

  • ncurses

Compilation

Warning

Remember to install the dependencies before compiling the program.

To compile the program, simply run the following command in the root directory of the project:

# Compile the program
make

Usage

To run the program, simply run the following command in the root directory of the project:

# Open the notes app program
./notes_app

To just get the list of notes, run the following command in the root directory of the project:

# List all notes without the "UI"
./notes_app -l

Contributing

Feel free to contribute to this project by creating a pull request.

About

A simple notes app that allows you to add, remove, list and read notes.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors