Skip to content

Latest commit

 

History

58 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tnotes

Tnotes is a terminal-based note-taking tool designed for managing project-related and personal notes during development. It functions similar to a todo list but with enhanced note-taking capabilities.

Installation Guide

Prerequisites

Ensure Go is installed on your system. Follow the official installation guide: Go Documentation

Setup

  1. Clone the Repository

    git clone https://github.com/UmairAhmedImran/Tnotes
    cd Tnotes
  2. Install Dependencies

    go mod tidy
  3. Initialize the Project

    go run main.go init

Usage

Adding Notes

Add a note with both title and content:

go run main.go add -t "title" -c "content"

Alternatively, add a note with just a title (you'll be prompted to enter content):

go run main.go add -t "title"

When prompted, type your content and press Enter.

Viewing Notes

List all note titles:

go run main.go list

List notes with content summary:

go run main.go list -r y

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages