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.
- Host: GitHub
- URL: https://github.com/athun-me/cli-reminder-go
- Owner: athun-me
- Created: 2023-11-07T05:22:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T05:49:09.000Z (over 2 years ago)
- Last Synced: 2025-03-28T20:18:02.104Z (over 1 year ago)
- Topics: cli-app, command-line-arguments, golang
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).