Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheshire137/gogostardewcal
Command-line tool to keep track of things you want to do each day in your Stardew Valley game.
https://github.com/cheshire137/gogostardewcal
calendar cli command-line-tool golang script stardew-valley
Last synced: 2 months ago
JSON representation
Command-line tool to keep track of things you want to do each day in your Stardew Valley game.
- Host: GitHub
- URL: https://github.com/cheshire137/gogostardewcal
- Owner: cheshire137
- License: mit
- Created: 2019-12-21T20:09:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T20:34:31.000Z (about 5 years ago)
- Last Synced: 2024-12-04T20:54:13.084Z (2 months ago)
- Topics: calendar, cli, command-line-tool, golang, script, stardew-valley
- Language: Go
- Homepage:
- Size: 464 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Go Go Stardew Cal
This is a command-line tool written in Go to keep track of
things you want to do each day in your Stardew Valley game, such
as whose birthday it is so you can give them a gift, when the
Night Market arrives, when the traveling merchant arrives, etc.![Screenshot](screenshot1.png)
## How to run
I built this app using Go version 1.13.4.
```sh
make
bin/stardewcal
```It will prompt you for the current season and day in your Stardew Valley
game, then tell you if any birthdays, festivals, or other notable events
are happening that day. You can keep going forward a day at a time as
you play the game.If you're modifying the app and want to build it and run it in one step,
do:```sh
go run cmd/stardewcal/main.go
```