Skip to content

CLI reminder application written in Go that allows you to add and list reminders.

Notifications You must be signed in to change notification settings

marialuizaleitao/simple-cli-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple CLI Reminder

A simple CLI reminder application written in Go that allows you to add and list reminders.

Features

  • Add reminders with a message.
  • List all reminders.

Installation

  1. Clone the repository:

    git clone <repository-url>
  2. Navigate to the project directory:

    cd reminder
  3. Build the application:

    go build -o reminder

Usage

Add a Reminder

To add a reminder, use the following command:

./reminder add "Your reminder message"

List Reminders

To list all reminders, use the following command:

./reminder list

Examples

Add a reminder with the message "Buy groceries":

./reminder add "Buy groceries"

List all reminders:

./reminder list

Notes

Reminders are stored in a text file called reminders.txt in the same directory as the application.
Ensure you have write permissions to the directory where the application is located.

About

CLI reminder application written in Go that allows you to add and list reminders.

Topics

Resources

Stars

Watchers

Forks

Languages