Skip to content

Commit

Permalink
docs: add cmd/github cache to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Aug 6, 2023
1 parent 10f2c7a commit 5c69283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can also use the `--watched` option to mark all Aired Unwatched Episodes of

## GitHub

`cmd/github` fetches Repositories and Recent Contributions for a specific [GitHub](https://github.com/) User.
`cmd/github` fetches Repositories and Recent Contributions for a specific [GitHub](https://github.com/) User. Repositories are cached if the `alfred_workflow_cache` environment variable (automatically provided by Alfred) is set.

### Usage

Expand All @@ -115,6 +115,8 @@ $ github
}
```

You can use the `--clear` option to clear the cached GitHub Repositories.

### Configuration

`cmd/github` consumes an environment variables that should be [provided by Alfred](https://www.alfredapp.com/help/workflows/advanced/variables/#environment) when invoking the script in a workflow:
Expand Down

0 comments on commit 5c69283

Please sign in to comment.