1
0
mirror of https://github.com/alebcay/awesome-shell.git synced 2025-08-01 06:00:28 +02:00

Fixes #272 by Pointing mr and surfraw link to new url (#278)

* Pointed mr link to valid url

It appears that the mr repo was deleted from github. I've updated it to what appears to the homepage.

* Fix the chinese-version link to the mr tool.

* Point surfraw to a reasonable new upstream, as alioth has been turned off.
This commit is contained in:
tjstub
2018-09-04 17:02:54 -07:00
committed by Caleb Xu
parent 2571eb87de
commit bc9cee96b0
2 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [sshfs](https://github.com/osxfuse/sshfs) - A tool for mounting remote file systems over SSH
* [sshrc](https://github.com/Russell91/sshrc) - Bring your .bashrc, .vimrc, etc. with you when you SSH
* [sudocabulary](https://github.com/badarsh2/Sudocabulary) - Learn English Vocabulary from your terminal
* [surfraw](http://surfraw.alioth.debian.org/) - browse specific site and search the web from your terminal without browser.
* [surfraw](https://gitlab.com/surfraw/Surfraw) - browse specific site and search the web from your terminal without browser.
* [task-manager](https://github.com/lingtalfi/task-manager) - Execute all your scripts with just two or three keystrokes.
* [thefuck](https://github.com/nvbn/thefuck) - Fix common shell mistakes by using an easy to remember command
* [tldr](https://github.com/raylee/tldr) - A fully-functional bash client for tldr, simplified and community-driven man pages
@@ -154,7 +154,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [git-up](https://github.com/aanand/git-up) - Automatically rebase incoming changes instead of merging. Be polite!
* [hub](https://github.com/github/hub) - hub helps you win at git.
* [licins](https://github.com/dogoncouch/licins) - Insert commented software licenses into source code.
* [mr](https://github.com/joeyh/myrepos) - Multiple Repository management tool
* [mr](https://myrepos.branchable.com) - Multiple Repository management tool
* [overcommit](https://github.com/brigade/overcommit) - A fully configurable and extendable Git hook manager
* [pre-commit](https://pre-commit.com) - A framework for managing and maintaining multi-language pre-commit hooks
* [rebound](https://github.com/shobrook/rebound) - Instantly browse Stack Overflow results in your terminal when you get a compiler error