Fix link redirects on wahoo and bashful

This commit is contained in:
Caleb Xu 2016-01-07 09:14:35 -05:00
parent eced7b149a
commit c520d906ec
2 changed files with 4 additions and 4 deletions

View File

@ -185,7 +185,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [fresh](https://github.com/freshshell/fresh) - Keep your dotfiles fresh
* [homeshick](https://github.com/andsens/homeshick) - Git dotfile synchronizer written in Bash
* [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - Framework for managing your Fish shell configuration inspired by Oh My Zsh
* [Wahoo](https://github.com/wa/wahoo) - All-purpose framework and decentralized package manager for the fishshell.
* [Wahoo](https://github.com/bucaran/wahoo) - All-purpose framework and decentralized package manager for the fishshell.
* [vcsh](https://github.com/RichiH/vcsh) - Config manager based on Git
## Shell Script Development
@ -194,7 +194,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more
* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
* [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts
* [bashful](https://github.com/unterzicht/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/fisherman/fishtape) - TAP producer and test harness for fish

View File

@ -186,7 +186,7 @@
* [fresh](https://github.com/freshshell/fresh) - 使你的 dotfiles 保持更新
* [homeshick](https://github.com/andsens/homeshick) - 使用 Bash 编写的 Git dotfile 同步器
* [oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - 用于管理 Fish shell 配置的框架,由 Oh My Zsh 获得灵感
* [Wahoo](https://github.com/wa/wahoo) - 适用于 Fish shell 的全功能框架及去中心化包管理器
* [Wahoo](https://github.com/bucaran/wahoo) - 适用于 Fish shell 的全功能框架及去中心化包管理器
* [vcsh](https://github.com/RichiH/vcsh) - 基于 Git 的配置管理器
## Shell 脚本开发
@ -195,7 +195,7 @@
* [ansi](https://github.com/fidian/ansi) - 使用纯 Bash 实现的 ANSI 转义码,包括更改文本颜色、定位光标等等
* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash 单元测试框架
* [bashful](https://github.com/jmcantrell/bashful) - 简化编写 Bash 脚本的库收集
* [bashful](https://github.com/unterzicht/bashful) - 简化编写 Bash 脚本的库收集
* [bashmanager](https://github.com/lingtalfi/bashmanager) - 用来创建命令行工具的微型 Bash 框架
* [bats](https://github.com/sstephenson/bats) - Bash 自动化测试系统
* [composure](https://github.com/erichs/composure) - 撰写、文档、版本、及组织你的 shell 函数