diff --git a/.gitignore b/.gitignore index 3c3629e..6ddcd8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +dist/* +src/* node_modules diff --git a/.travis.yml b/.travis.yml index 9552ee3..85a0493 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ before_script: - gem install awesome_bot script: - ./movies-for-hackers.sh - - awesome_bot README.md --allow-dupe --allow-redirect + - awesome_bot readme.md --allow-dupe --allow-redirect diff --git a/CODE-OF-CONDUCT.md b/code-of-conduct.md similarity index 100% rename from CODE-OF-CONDUCT.md rename to code-of-conduct.md diff --git a/CONTRIBUTING.md b/contributing.md similarity index 100% rename from CONTRIBUTING.md rename to contributing.md diff --git a/LICENSE.md b/license similarity index 100% rename from LICENSE.md rename to license diff --git a/movies-for-hackers.sh b/movies-for-hackers.sh index edecb23..fa7da56 100755 --- a/movies-for-hackers.sh +++ b/movies-for-hackers.sh @@ -1,21 +1,15 @@ +#/bin/sh + version=0.1 -#Colors -white="\033[1;37m" -grey="\033[0;37m" +# Colors purple="\033[0;35m" red="\033[1;31m" green="\033[1;32m" -yellow="\033[1;33m" -Purple="\033[0;35m" -Cyan="\033[0;36m" -Cafe="\033[0;33m" -Fiuscha="\033[0;35m" blue="\033[1;34m" -transparent="\e[0m" clear; echo "" - sleep 0.01 && echo "$purple " +sleep 0.01 && echo "$purple " sleep 0.2 && echo " ███╗ ███╗ ██████╗ ██╗ ██╗██╗███████╗███████╗ " sleep 0.2 && echo " ████╗ ████║██╔═══██╗██║ ██║██║██╔════╝██╔════╝ " sleep 0.2 && echo " ██╔████╔██║██║ ██║██║ ██║██║█████╗ ███████╗ " diff --git a/README.md b/readme.md similarity index 95% rename from README.md rename to readme.md index 0cb66d2..d87ae99 100644 --- a/README.md +++ b/readme.md @@ -6,9 +6,9 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https://twitter.com/nikolaskama). -[![Build Status](https://travis-ci.org/k4m4/movies-for-hackers.svg?branch=master)](https://travis-ci.org/k4m4/movies-for-hackers) + +[![Donations Badge](https://yourdonation.rocks/images/badge.svg)](https://yourdonation.rocks) [![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/k4m4) -[![Made With Love](https://img.shields.io/badge/made%20with-%3C3-red.svg)](https://github.com/k4m4) [![GitHub stars](https://img.shields.io/github/stars/k4m4/movies-for-hackers.svg)](https://github.com/k4m4/movies-for-hackers/stargazers) ## Contents @@ -61,6 +61,7 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https:// | [Listening](http://www.imdb.com/title/tt3153582/) | Thriller/Drama | 2014 | 5.6/10 | | [I.T.](http://www.imdb.com/title/tt2679552/) | Thriller/Drama/Crime | 2016 | 5.4/10 | | [Office Space](http://www.imdb.com/title/tt0151804/) | Romance/Comedy | 1999 | 7.8/10 | +| [The Signal](http://www.imdb.com/title/tt2910814/) | Thriller | 2014 | 6.1/10 | ## Science Fiction / Fantasy @@ -134,6 +135,7 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https:// | [Plug and Pray](http://www.imdb.com/title/tt1692889/) | Documentary | 2010 | 7.2/10 | | [In the Realm of the Hackers](http://www.imdb.com/title/tt1199631/) | Documentary | 2003 | 7.4/10 | | [Softwaring Hard](http://www.imdb.com/title/tt3063636/) | Documentary | 2014 | 8.2/10 | +| [Silk Road: Drugs, Death and the Dark Web](http://www.imdb.com/title/tt7301126/) | Documentary | 2017 | 7.4/10 | # TV Shows @@ -151,6 +153,7 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https:// | [You Are Wanted](http://www.imdb.com/title/tt5462886/) | Drama/Thriller | 2017 | 6.1/10 | | [Scorpion](http://www.imdb.com/title/tt3514324/) | Action/Drama | 2014 | 7.2/10 | | [CSI: Cyber](http://www.imdb.com/title/tt3560060/) | Crime/Drama/Mystery | 2015 | 5.4/10 | +| [The Code](http://www.imdb.com/title/tt3914672/) | Drama | 2014 | 7.6/10 | # Other Cool Lists @@ -167,4 +170,4 @@ Check out my [blog](https://nikolaskama.me/) and follow me on [Twitter](https:// # Contributing -Your contributions are always welcome! Please take a look at the [contribution guidelines](https://github.com/k4m4/movies-for-hackers/blob/master/CONTRIBUTING.md) first. +Your contributions are always welcome! Please take a look at our [contribution guidelines](https://github.com/k4m4/movies-for-hackers/blob/master/contributing.md) and [code of conduct](https://github.com/k4m4/movies-for-hackers/blob/master/code-of-conduct.md) first.