From 221f1576ca15a53ed1e630e438fb4f77c534db6e Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Thu, 12 May 2016 20:13:55 -0400 Subject: [PATCH] Update existing links (English) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 981f82d..cf31446 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [slugify](https://github.com/benlinton/slugify) - Command that converts filenames and directories to a web friendly format * [sman](https://github.com/tokozedg/sman) - :bug: A command-line snippet manager * [spark](https://github.com/holman/spark) - ▁▂▃▅▂▇ in your shell -* [Shark](https://github.com/fishery/shark) - ▁▂▃▅ Sparkline Generator +* [Shark](https://github.com/fisherman/shark) - ▁▂▃▅ Sparkline Generator * [sheet](https://github.com/oscardelben/sheet) - Text snippets for the command line * [spot](https://github.com/rauchg/spot) - Tiny file search utility - [snips](https://github.com/srijanshetty/snips) - Commandline tool to manage snippets of code. @@ -94,7 +94,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash * [cloc](https://github.com/AlDanial/cloc) - Count Lines of Code * [dokku](https://github.com/dokku/dokku) - Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen. -* [getopts](https://github.com/fishery/getopts) - CLI parser for fish +* [getopts](https://github.com/fisherman/getopts) - CLI parser for fish * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Many Git extra utilities. Churn, cut-branch, improved-merge and many more. * [git-extras](https://github.com/tj/git-extras) - Git utilities -- repo summary, repl, changelog population, author commit percentages and more * [git-open](https://github.com/paulirish/git-open) - Type `git open` to open the GitHub page or website for a repository in your browser @@ -130,7 +130,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Self-hosted, lightweight servers and networking tools written in shell scripts.* -* [aria2](https://github.com/tatsuhiro-t/aria2) - aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink +* [aria2](https://github.com/aria2/aria2) - aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink * [balls](https://github.com/jneen/balls) - Bash on Balls * [bashttpd](https://github.com/avleen/bashttpd) - A web server written in Bash * [bitpocket](https://github.com/sickill/bitpocket) - "DIY Dropbox" or "2-way directory (r)sync with proper deletion" @@ -209,7 +209,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts * [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools * [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System -* [Fishtape](https://github.com/fishery/fishtape) - TAP producer and test harness for fish +* [Fishtape](https://github.com/fisherman/fishtape) - TAP producer and test harness for fish * [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions * [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - A command line argument parser in 50 lines of portable shell script. * [is.sh](https://github.com/qzb/is.sh) - An alternative for builtin test command, it will make your "if" statements pretty @@ -229,7 +229,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [Bash Hackers Wiki](http://wiki.bash-hackers.org/) * [Greg Wooledge's (aka "greycat") wiki](http://mywiki.wooledge.org). Specifically [Bash Guide](http://mywiki.wooledge.org/BashGuide), [Bash FAQ](http://mywiki.wooledge.org/BashFAQ) and [Bash Pitfalls](http://mywiki.wooledge.org/BashPitfalls) -* [Google's Shell Style Guide](https://google-styleguide.googlecode.com/svn/trunk/shell.xml) +* [Google's Shell Style Guide](https://google.github.io/styleguide/shell.xml) * [The Linux Documentation Project: Bash Programming - Intro/How-to](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html#toc) * [The Linux Documentation Project: Advanced Bash Scripting Guide](http://www.tldp.org/LDP/abs/html/) * [WikiBooks: Bash Shell Scripting](https://en.wikibooks.org/wiki/Bash_Shell_Scripting)