mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 00:14:48 -05:00
[PR #1069] [CLOSED] Added rebound to command-line tools #962
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1069
Author: @shobrook
Created: 5/14/2018
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
5800dc3Added rebound to command-line tools📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
Reboundis a command-line tool that instantly fetches Stack Overflow results when you get a compiler error.What's the difference between this Python project and similar ones?
The only similar ones are
how2andsocli, which are command-line clients for browsing Stack Overflow.Reboundis different because it automatically pulls an error message and keywords from the stack trace, creates a search query, and displays the most relevant SO results in the terminal. It also has the same functionality ashow2andsocli, if the user chooses.--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.