/notes

Linux note manager

Primary LanguageC

Notes Manager

Overview

Simple terminal application for managing your notes on Linux.

Notes Overview 1

Notes Overview 2

Notes Overview 3

Installation

  1. Clone the repository locally:
   `git clone https://github.com/Myrrrca/notes`
  1. Run the install script from the project directory:
    `./install`
  1. To delete the local repository, run the following command:
   `rm -rf "$(pwd)"`

Usage

To run the application, type notes in your terminal.

Features

  • All notes are stored locally on your machine in .md format.
  • Ability to migrate notes from the current directory to a new directory (and delete the old one).
  • Automatic screen clearing after each main action.
  • Tab completion for note names.
  • Automatic formatting of text into .md format.
  • Color formatting for code samples.

Additional Information

Please report any bugs or issues on the project's GitHub Issues page, providing detailed information about the problem.