diff --git a/_posts/.#2014-06-16-wifi.md b/_posts/.#2014-06-16-wifi.md deleted file mode 120000 index 7300142..0000000 --- a/_posts/.#2014-06-16-wifi.md +++ /dev/null @@ -1 +0,0 @@ -kure@terminus2.27245:1402089224 \ No newline at end of file diff --git a/_posts/2014-06-01-term.md b/_posts/2014-06-01-term.md index 229797e..184fe79 100644 --- a/_posts/2014-06-01-term.md +++ b/_posts/2014-06-01-term.md @@ -5,7 +5,7 @@ description: "Terminal fun written in bash inspired by clibs/term" category: default tags: [animation, color] --- -{% include JB/setup %} + This package allows you to manipulate colors, cursor position and make animations on the terminal. diff --git a/_posts/2014-06-15-github.md b/_posts/2014-06-15-github.md index 42f1d06..1c18c25 100644 --- a/_posts/2014-06-15-github.md +++ b/_posts/2014-06-15-github.md @@ -5,7 +5,6 @@ description: "Github API from the command line" category: default tags: [library, github] --- -{% include JB/setup %} This package allows you to perform GitHub actions on your shell scripts. diff --git a/_posts/2014-06-16-clip.md b/_posts/2014-06-16-clip.md index 1e70551..65d29d2 100644 --- a/_posts/2014-06-16-clip.md +++ b/_posts/2014-06-16-clip.md @@ -5,7 +5,7 @@ description: "Silly terminal clipboard" category: default tags: [clipboard] --- -{% include JB/setup %} + Really simple clipboard manager in Bash. You can access it via command-line or inside shell scripts. diff --git a/_posts/2014-06-16-dbu.md b/_posts/2014-06-16-dbu.md index 5a9d5b1..e7f4def 100644 --- a/_posts/2014-06-16-dbu.md +++ b/_posts/2014-06-16-dbu.md @@ -5,7 +5,7 @@ description: "Bash script that manages Dropbox files" category: default tags: [sync, dropbox] --- -{% include JB/setup %} + ![logo](http://www.andreafabrizi.it/images/dropbox_logo.png) diff --git a/_posts/2014-06-16-dots.md b/_posts/2014-06-16-dots.md index 763c816..ab6b72a 100644 --- a/_posts/2014-06-16-dots.md +++ b/_posts/2014-06-16-dots.md @@ -5,7 +5,7 @@ description: "Bootstrapping library for OS/X & Ubuntu (and maybe others!)" category: default tags: [configuration] --- -{% include JB/setup %} + ![image](https://i.cloudup.com/RCpB-ASfme.png) diff --git a/_posts/2014-06-16-jsonsh.md b/_posts/2014-06-16-jsonsh.md index 809e858..1cbfc71 100644 --- a/_posts/2014-06-16-jsonsh.md +++ b/_posts/2014-06-16-jsonsh.md @@ -5,7 +5,7 @@ description: "A pipeable JSON parser written in Bash" category: default tags: [json, parser] --- -{% include JB/setup %} + yo, so it's a json parser written in bash diff --git a/_posts/2014-06-16-nman.md b/_posts/2014-06-16-nman.md index c9b7c53..6edd6b4 100644 --- a/_posts/2014-06-16-nman.md +++ b/_posts/2014-06-16-nman.md @@ -5,7 +5,7 @@ description: "Read the node.js core api in man page format" category: default tags: [docs, nodejs] --- -{% include JB/setup %} + This package adds the convenience of man pages to [the node.js API](http://nodejs.org/api/). diff --git a/_posts/2014-06-16-osx-screencast.md b/_posts/2014-06-16-osx-screencast.md index db8df6b..60bad65 100644 --- a/_posts/2014-06-16-osx-screencast.md +++ b/_posts/2014-06-16-osx-screencast.md @@ -5,7 +5,7 @@ description: "Easily create a screencast on OS X in a few commands" category: default tags: [video, osx] --- -{% include JB/setup %} + Easily create a screencast on OS X in a few commands. Inspired from [this gist](https://gist.github.com/dergachev/4627207). diff --git a/_posts/2014-06-16-recho.md b/_posts/2014-06-16-recho.md index 744fbb7..f192cb5 100644 --- a/_posts/2014-06-16-recho.md +++ b/_posts/2014-06-16-recho.md @@ -5,7 +5,7 @@ description: "Easily echo strings over SSH" category: default tags: [internet, ssh] --- -{% include JB/setup %} + This package makes easy to send quick strings across SSH hosts. diff --git a/_posts/2014-06-16-rtail.md b/_posts/2014-06-16-rtail.md index 227ebf1..716aed8 100644 --- a/_posts/2014-06-16-rtail.md +++ b/_posts/2014-06-16-rtail.md @@ -5,7 +5,7 @@ description: "Easily tail a file over SSH" category: default tags: [internet, ssh] --- -{% include JB/setup %} + Sometimes you just want to quickly access the final contents of a file on a remote SSH host. Well, now you can do it. diff --git a/_posts/2014-06-16-umq.md b/_posts/2014-06-16-umq.md index 2839868..a70e18f 100644 --- a/_posts/2014-06-16-umq.md +++ b/_posts/2014-06-16-umq.md @@ -5,7 +5,7 @@ description: "TCP message pushing and receiving in Bash" category: default tags: [internet, tcp, client, server] --- -{% include JB/setup %} + This package makes easy to handle TCP requests on the command-line. diff --git a/_posts/2014-06-16-wifi.md b/_posts/2014-06-16-wifi.md index a9f7f08..b3e1827 100644 --- a/_posts/2014-06-16-wifi.md +++ b/_posts/2014-06-16-wifi.md @@ -5,7 +5,7 @@ description: "Bash script that connects to wifi" category: default tags: [internet, wifi] --- -{% include JB/setup %} + This package provides convenient commands to manage your wifi networks. diff --git a/_posts/2014-06-17-markdown.md b/_posts/2014-06-17-markdown.md index d9957b4..7eaf20a 100644 --- a/_posts/2014-06-17-markdown.md +++ b/_posts/2014-06-17-markdown.md @@ -5,7 +5,6 @@ description: "Markdown interpreter using only traditional Unix tools" category: default tags: [markdown, parser] --- -{% include JB/setup %} markdown.bash is a Markdown interpreter using only traditional Unix tools. Specifically, it only uses `bash`, `sed`, `grep`, and `cut` (in one small instance). diff --git a/submit/index.md b/submit/index.md index 85e33dd..3dce4cd 100644 --- a/submit/index.md +++ b/submit/index.md @@ -47,7 +47,6 @@ There, it'll have this format: category: tags: [] --- - {% raw %}{% include JB/setup %}{% endraw %} You must provide at least the following: @@ -72,7 +71,6 @@ A _sample package information_ file would be like this: category: game tags: [fun, random, cute] --- - {% raw %}{% include JB/setup %}{% endraw %} This package has a random outcome: it either erases your home directory or echoes a "fortune" (message-of-the-day). ## Usage `fortune-fun`