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

https://github.com/2kabhishek/goodluck

fortune in Go but luckier 🍀🛎
https://github.com/2kabhishek/goodluck

cli fortune golang toy

Last synced: 7 months ago
JSON representation

fortune in Go but luckier 🍀🛎

Awesome Lists containing this project

README

          

goodluck


License


People


Stars


Forks


Watches


Last Updated

Are you lucky today? Run goodluck to find out.

## Prerequisites

Before you begin, ensure you have met the following requirements:

- You have installed the latest version of `go` & `fortune`.

## Installing goodluck

To install goodluck, follow these steps:

```bash
git clone https://github.com/2kabhishek/goodluck
cd goodluck
go build
go install
```

## Using goodluck

```bash
USAGE:
goodluck
```

You may also have to export your fortune files path as an environment variable.
It can be done like this:

```bash
fortune -f # Copy the path in output
export FORTUNE_PATH="/copied/path/"
```