Spenser Black

Results 107 issues of Spenser Black

It would be cool if there was a set of plugins for reading manifests and reporting the project type (`package.json` => NPM, `Cargo.toml` => Crates.io, etc.). This won't be part...

plugin:new

### What feature would you like to be implemented? It would be nice to be able to list activated plugins in a simple format. ### Proposed Implementation `repofetch --list` lists...

enhancement
fetcher

Add your suggestions to #219 :smiley:

help wanted
meta

Resolves #264 ## To do checklist - [ ] Update/create `RELEASE_NOTES` file if necessary ## Note With some popular distros still using 2.7, this probably won't get merged for a...

If this is implemented, this is how it should work: - Triggered by `workflow_dispatch` - Commit changes to repo (it would be awesome if it generated a PR) - [...

meta

To make this compatible on more environments, there should be looser dependency requirements. ## Notes - Quickly skimming the diff between the latest 4.x.y and 6.0.0, octokit might be OK...

help wanted
dependencies
packaging

When Ruby 2.7 hits the EOL, it should be removed from the workflow and devcontainer. This might open up the possibility of bumping the *maximum* version. This should be considered...

good first issue

#212 Was closed once the docs were fixed (no broken tags, no blatantly false info), but the docs still have room for improvement. If you like writing documentation, please submit...

documentation
help wanted

The GitHub stats were reduced from the Rust version to minimize API requests. A `github-extended` plugin that *requires* a token, and utilizes the GraphQL endpoint, would be fun. This plugin...

plugin:new

[`gh`](https://github.com/cli/cli) allows for extensions -- binaries/executables named `gh-foo`. The `gh` extension can assume that the auth token exists, and get it with `gh auth token`. Semi-blocked by #186

enhancement