
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
issue-explorer
Advanced tools
Explore Github issues from your terminal. See introductory post.
$ npm install issue-explorer --global
$ issue-explorer all RepoName/UserName # all issues
$ issue-explorer open RepoName/UserName # open issues
$ issue-explorer closed RepoName/UserName # closed issues
$ issue-explorer [open|all|closed] RepoName/UserName#7 # single issue
$ issue-explorer [open|all|closed] # detects repo from cwd and explores issues
These commands will open a nice, simple interface for browsing.
Space to load more issuesEnter on an issue on the list to open the single issueo on the single issue to open in browserq.Cmd/Ctrl + C or esc.gie is an alias for issue-explorerNote: opening a single issue will succeed whether it is open or closed
You can use the application without authenticating with Github. However, you face the risk of going over the limit of requests allowed per hour. Authenticated requests have a way higher rate limit.
To authorize issue-explorer:
$ issue-explorer auth
This will prompt you for your username and password. These are used to create an access token that will be stored on your computer and used in consequent requests rather than your password. You can view/update/revoke the created access token in your settings panel.
Errors are appended to a gie.log file in the current working directory. If the interface suddenly shuts down due to an error, you can inspect the file. Please copy over the log when reporting the issue.
HAPPY EXPLORING! :sunglasses:
The MIT License (MIT)
Copyright (c) 2015 GochoMugo mugo@forfuture.co.ke
FAQs
Explore Github issues from your terminal
We found that issue-explorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.