Skip to content

Commit a5b1890

Browse files
authored
Package corrections (#62)
* Fixed `_posts` Jekyll setup include. * Fixed `_posts` "Links" sections. * Fixed `_posts` section headers. * Fixed `_posts` code blocks. * Fixed `_posts` front matter. * Fixed `_pages` miscellaneous components.
1 parent 2481168 commit a5b1890

34 files changed

+353
-229
lines changed

_posts/2014-06-01-term.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ category: default
66
tags: [animation, color]
77
---
88

9-
109
This package allows you to manipulate colors, cursor position and make animations on the terminal.
1110

1211
{% highlight bash %}
@@ -69,6 +68,7 @@ screen Entire screen
6968

7069
## Links
7170

72-
* [Source Code (GitHub)](https://github.com/bpkg/term);
73-
* [Author: Joseph Werle](https://github.com/jwerle);
71+
* [Source Code (GitHub)](https://github.com/bpkg/term)
72+
* Author: [Joseph Werle](https://github.com/jwerle)
7473

74+
{% include JB/setup %}

_posts/2014-06-15-github.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ To see an example of a shell script and more info, go to the GitHub repository b
5353

5454
## Links
5555

56-
* [Source Code (GitHub)](https://github.com/bpkg/github);
57-
* [Author: Joseph Werle](https://github.com/jwerle);
56+
* [Source Code (GitHub)](https://github.com/bpkg/github)
57+
* Author: [Joseph Werle](https://github.com/jwerle)
5858

59+
{% include JB/setup %}

_posts/2014-06-16-clip.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ category: default
66
tags: [clipboard]
77
---
88

9-
109
Really simple clipboard manager in Bash.
1110
You can access it via command-line or inside shell scripts.
1211

@@ -17,6 +16,7 @@ $ bpkg install -g clip
1716
## Usage
1817

1918
**Store**: *only stores single value:*
19+
2020
{% highlight bash %}
2121
$ echo foo | clip
2222
{% endhighlight %}
@@ -30,7 +30,7 @@ $ clip
3030

3131
## Links
3232

33-
* [Source Code (GitHub)](https://github.com/bpkg/clip);
34-
* Author: [Joseph Werle](https://github.com/jwerle);
35-
33+
* [Source Code (GitHub)](https://github.com/bpkg/clip)
34+
* Author: [Joseph Werle](https://github.com/jwerle)
3635

36+
{% include JB/setup %}

_posts/2014-06-16-dbu.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ category: default
66
tags: [sync, dropbox]
77
---
88

9-
109
![logo](http://www.andreafabrizi.it/images/dropbox_logo.png)
1110

1211
`dbu` (Dropbox Uploader) is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
@@ -120,8 +119,9 @@ andrea@DropBox:/ServerBackup$ get notes.txt
120119

121120
## Links
122121

123-
* [Homepage](http://www.andreafabrizi.it/?dropbox_uploader);
124-
* [Source Code (GitHub)](https://github.com/bpkg/dbu);
125-
* Author: [Andrea Fabrizi](http://www.andreafabrizi.it/);
126-
* Packager: [Joseph Werle](https://github.com/jwerle);
122+
* [Homepage](https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/)
123+
* [Source Code (GitHub)](https://github.com/bpkg/dbu)
124+
* Author: [Andrea Fabrizi](https://www.andreafabrizi.it/)
125+
* Packager: [Joseph Werle](https://github.com/jwerle)
127126

127+
{% include JB/setup %}

_posts/2014-06-16-dots.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ category: default
66
tags: [configuration]
77
---
88

9-
109
![image](https://i.cloudup.com/RCpB-ASfme.png)
1110

1211
The goal of `dots` is to automate the process of getting your operating system from a stock build to a fully functional machine.
@@ -60,9 +59,9 @@ update Update dots
6059

6160
## Links
6261

63-
* [Source Code (GitHub)](https://github.com/bpkg/dots);
64-
* Author: [Matthew Mueller](https://github.com/MatthewMueller);
65-
* Packager: [Joseph Werle](https://github.com/jwerle);
62+
* [Source Code (GitHub)](https://github.com/bpkg/dots)
63+
* Author: [Matthew Mueller](https://github.com/MatthewMueller)
64+
* Packager: [Joseph Werle](https://github.com/jwerle)
6665
* Logo by [Piotrek Chuchla](http://www.thenounproject.com/pchuchla/)
6766

68-
67+
{% include JB/setup %}

_posts/2014-06-16-jsonsh.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ category: default
66
tags: [json, parser]
77
---
88

9-
109
yo, so it's a json parser written in bash
1110

1211
Pipe json to it, and it traverses the json objects and prints out the path to the current object (as a JSON array) and then the object, without whitespace.
@@ -49,8 +48,8 @@ curl registry.npmjs.org/express | ./JSON.sh | egrep '\["versions","[^"]*"\]'
4948

5049
## Links
5150

52-
* [Source Code (GitHub)](https://github.com/bpkg/JSON.sh);
53-
* Author: [Dominic Tarr](https://github.com/dominictarr);
54-
* Packager: [Joseph Werle](https://github.com/jwerle);
55-
51+
* [Source Code (GitHub)](https://github.com/bpkg/JSON.sh)
52+
* Author: [Dominic Tarr](https://github.com/dominictarr)
53+
* Packager: [Joseph Werle](https://github.com/jwerle)
5654

55+
{% include JB/setup %}

_posts/2014-06-16-nman.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ category: default
66
tags: [docs, nodejs]
77
---
88

9-
109
This package adds the convenience of man pages to [the node.js API](http://nodejs.org/api/).
1110

1211
{% highlight bash %}
@@ -35,7 +34,7 @@ $ nman assert
3534

3635
## Links
3736

38-
* [Source Code (GitHub)](https://github.com/bpkg/nman);
39-
* [Author: Joseph Werle](https://github.com/jwerle);
40-
37+
* [Source Code (GitHub)](https://github.com/bpkg/nman)
38+
* Author: [Joseph Werle](https://github.com/jwerle)
4139

40+
{% include JB/setup %}

_posts/2014-06-16-osx-screencast.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ category: default
66
tags: [video, osx]
77
---
88

9-
109
Easily create a screencast on OS X in a few commands.
1110
Inspired from [this gist](https://gist.github.com/dergachev/4627207).
1211

1312
{% highlight bash %}
1413
$ bpkg install -g osx-screencast
15-
1614
{% endhighlight %}
1715

1816
## Usage
@@ -78,6 +76,7 @@ options:
7876

7977
## Links
8078

81-
* [Source Code (GitHub)](https://github.com/bpkg/osx-screencast);
82-
* Author: [Joseph Werle](https://github.com/jwerle);
79+
* [Source Code (GitHub)](https://github.com/bpkg/osx-screencast)
80+
* Author: [Joseph Werle](https://github.com/jwerle)
8381

82+
{% include JB/setup %}

_posts/2014-06-16-recho.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ category: default
66
tags: [internet, ssh]
77
---
88

9-
109
This package makes easy to send quick strings across SSH hosts.
1110

1211
{% highlight bash %}
@@ -33,7 +32,8 @@ recho [-hvV] [ssh_options] [user@] [echo_options] [string]
3332

3433
## Links
3534

36-
* [Source Code (GitHub)](https://github.com/bpkg/recho);
37-
* Author: [Joseph Werle](https://github.com/jwerle);
35+
* [Source Code (GitHub)](https://github.com/bpkg/recho)
36+
* Author: [Joseph Werle](https://github.com/jwerle)
3837
* ["Sister project" *rtail*](http://bpkg.sh/pkg/rtail)
3938

39+
{% include JB/setup %}

_posts/2014-06-16-rtail.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ category: default
66
tags: [internet, ssh]
77
---
88

9-
109
Sometimes you just want to quickly access the final contents of a file on a remote SSH host.
1110
Well, now you can do it.
1211

@@ -34,7 +33,8 @@ rtail [-hvV] [ssh_options] [user@] [tail_options] [files...]
3433

3534
## Links
3635

37-
* [Source Code (GitHub)](https://github.com/bpkg/rtail);
38-
* Author: [Joseph Werle](https://github.com/jwerle);
36+
* [Source Code (GitHub)](https://github.com/bpkg/rtail)
37+
* Author: [Joseph Werle](https://github.com/jwerle)
3938
* ["Sister project" *recho*](http://bpkg.sh/pkg/recho)
4039

40+
{% include JB/setup %}

0 commit comments

Comments
 (0)