An open API service indexing awesome lists of open source software.

https://github.com/athun-me/cli-reminder-go

This Golang CLI Reminder project allows you to set reminders with a specified time.
https://github.com/athun-me/cli-reminder-go

cli-app command-line-arguments golang

Last synced: 11 months ago
JSON representation

This Golang CLI Reminder project allows you to set reminders with a specified time.

Awesome Lists containing this project

README

          

# Golang CLI Reminder Project

This Golang CLI Reminder project allows you to set reminders with a specified time.

## Getting Started

To run this application, follow the instructions below.

### Prerequisites

- You need to have Go installed on your system. If you haven't already installed Go, you can download it from [here](https://golang.org/dl/).

### Installation

1. Clone the repository:

```sh
git clone https://github.com/Athunlal/CLI-Reminder-GO.git
cd Golang-CLI-Reminder-Project
```

2. To run this Application :

```sh
go run main.go

eg:
go run main.go 13:32 hey how are you
```

### Documentions for the library that i used :

- docs 1 beeep libraries : [here](https://github.com/gen2brain/beeep.git).

- docs 2 : when libraries [here](https://github.com/olebedev/when.git).