Merge pull request #102 from herrbischoff/awesome-bot

Add awesome bot for links
This commit is contained in:
Marcel Bischoff 2016-02-29 12:42:37 +01:00
commit f27058b1e2
2 changed files with 13 additions and 3 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe --white-list example.com,hawkwings.net

View File

@ -608,7 +608,7 @@ cd "$(osascript -e 'tell app "Finder" to POSIX path of (insertion location as al
#### Open URL #### Open URL
```bash ```bash
open http://www.github.com open https://github.com
``` ```
#### Open File #### Open File
@ -619,7 +619,7 @@ open README.md
#### Open Applications #### Open Applications
You can open applications using `-a`. You can open applications using `-a`.
```bash ```bash
open -a "Google Chrome" http://www.github.com open -a "Google Chrome" https://github.com
``` ```
#### Open Folder #### Open Folder
@ -1496,4 +1496,4 @@ chsh -s $(brew --prefix)/bin/zsh
## License ## License
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://licensebuttons.net/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.