repofetch icon indicating copy to clipboard operation
repofetch copied to clipboard

A remote repository stat fetcher with support for 3rd-party plugins

Results 16 repofetch issues
Sort by recently updated
recently updated
newest added

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. Release notes Sourced from actions/configure-pages's releases. v5.0.0 Changelog Attempt to auto-detect configuration files with varying file extensions @​JamesMGreene (#139) Convert errors into Actions-compatible logging...

dependencies
github_actions

Having secrets in plain text is pretty bad. It's a bit mitigated by the fact that `dotenv` allows for command substitutions (see example below), but that doesn't change the fact...

enhancement
help wanted

### What feature would you like to be implemented? Make it easy to allow the user to choose the appropriate plugin when multiple are matched. ### Proposed Implementation Either with...

enhancement

## To do checklist - [ ] Update/create `RELEASE_NOTES` file if necessary - [x] Loosen version requirements (some versions too high for apt install) - [x] Make ruby-faraday-retry optional (can't...

### Plugin Repofetch::Gitlab ### What happened? Ran `repofetch --repofetch-gitlab -- gitlab-org/gitlab` with `GITLAB_TOKEN` in `.repofetch.env` set to an expired token, and a fatal error occurred with a stacktrace. ### What...

plugin:bug

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...