ppl 4.0.3 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +4 -0
  3. data/.github/workflows/build.yml +7 -23
  4. data/.gitignore +0 -4
  5. data/.ruby-version +1 -0
  6. data/Gemfile +0 -1
  7. data/Rakefile +2 -2
  8. data/code_of_conduct.md +1 -1
  9. data/demo.svg +1 -0
  10. data/lib/ppl/adapter/storage/disk.rb +2 -2
  11. data/lib/ppl/adapter/storage/factory.rb +1 -1
  12. data/lib/ppl/application/configuration.rb +2 -2
  13. data/lib/ppl/command/completion.rb +1 -1
  14. data/lib/ppl/command/shell.rb +1 -1
  15. data/lib/ppl/command/version.rb +1 -1
  16. data/lib/ppl/version.rb +5 -0
  17. data/lib/ppl.rb +1 -4
  18. data/makefile +12 -1
  19. data/ppl.gemspec +12 -5
  20. data/ppl.svg +12 -0
  21. data/readme.md +4 -4
  22. data/spec/ppl/adapter/storage/disk_spec.rb +2 -2
  23. data/spec/ppl/command/completion_spec.rb +2 -2
  24. data/spec/ppl/command/shell_spec.rb +1 -1
  25. data/spec/ppl/command/version_spec.rb +1 -1
  26. metadata +56 -164
  27. data/.eleventy.js +0 -86
  28. data/.eleventyignore +0 -1
  29. data/gh-pages/Gemfile +0 -2
  30. data/gh-pages/Gemfile.lock +0 -238
  31. data/gh-pages/_config.yml +0 -5
  32. data/gh-pages/_includes/changelog.html +0 -23
  33. data/gh-pages/_includes/development-sidebar.html +0 -25
  34. data/gh-pages/_includes/footer.html +0 -22
  35. data/gh-pages/_includes/header.html +0 -43
  36. data/gh-pages/_includes/news.html +0 -36
  37. data/gh-pages/_includes/tip.html +0 -54
  38. data/gh-pages/_layouts/changelog.html +0 -1
  39. data/gh-pages/_layouts/command.html +0 -104
  40. data/gh-pages/_layouts/configuration.html +0 -71
  41. data/gh-pages/_layouts/development.html +0 -20
  42. data/gh-pages/_layouts/frontpage.html +0 -6
  43. data/gh-pages/_layouts/integration.html +0 -44
  44. data/gh-pages/_layouts/news.html +0 -2
  45. data/gh-pages/_layouts/page.html +0 -6
  46. data/gh-pages/_layouts/tip.html +0 -2
  47. data/gh-pages/_posts/2012-01-15-first-post.md +0 -16
  48. data/gh-pages/_posts/2012-12-20-1.0.0.md +0 -19
  49. data/gh-pages/_posts/2012-12-20-1.1.0.md +0 -28
  50. data/gh-pages/_posts/2012-12-20-1.2.0.md +0 -18
  51. data/gh-pages/_posts/2012-12-21-1.3.0.md +0 -20
  52. data/gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md +0 -26
  53. data/gh-pages/_posts/2012-12-22-1.4.1.md +0 -21
  54. data/gh-pages/_posts/2012-12-22-1.5.0.md +0 -17
  55. data/gh-pages/_posts/2012-12-23-1.5.1.md +0 -13
  56. data/gh-pages/_posts/2012-12-23-1.5.2.md +0 -15
  57. data/gh-pages/_posts/2012-12-26-1.5.3.md +0 -19
  58. data/gh-pages/_posts/2012-12-27-1.6.0.md +0 -18
  59. data/gh-pages/_posts/2012-12-29-1.7.0.md +0 -18
  60. data/gh-pages/_posts/2013-01-05-1.8.0.md +0 -18
  61. data/gh-pages/_posts/2013-01-06-1.9.0.md +0 -20
  62. data/gh-pages/_posts/2013-01-10-1.10.0.md +0 -18
  63. data/gh-pages/_posts/2013-01-20-1.11.0.md +0 -14
  64. data/gh-pages/_posts/2013-02-16-1.12.0.md +0 -14
  65. data/gh-pages/_posts/2013-02-17-1.13.0.md +0 -29
  66. data/gh-pages/_posts/2013-02-17-1.14.0.md +0 -15
  67. data/gh-pages/_posts/2013-02-17-1.14.1.md +0 -18
  68. data/gh-pages/_posts/2013-02-17-two-months-in.md +0 -27
  69. data/gh-pages/_posts/2013-03-16-1.15.0.md +0 -28
  70. data/gh-pages/_posts/2013-03-16-coloured-output-released.md +0 -27
  71. data/gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md +0 -28
  72. data/gh-pages/_posts/2013-04-11-1.15.1.md +0 -13
  73. data/gh-pages/_posts/2013-04-12-1.16.0.md +0 -22
  74. data/gh-pages/_posts/2013-04-14-1.17.0.md +0 -15
  75. data/gh-pages/_posts/2013-04-14-1.17.1.md +0 -20
  76. data/gh-pages/_posts/2013-04-14-1.17.2.md +0 -13
  77. data/gh-pages/_posts/2013-04-15-sync-alias.md +0 -31
  78. data/gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md +0 -37
  79. data/gh-pages/_posts/2013-04-16-1.18.0.md +0 -15
  80. data/gh-pages/_posts/2013-04-16-set-up-color-output.md +0 -47
  81. data/gh-pages/_posts/2013-04-19-1.19.0.md +0 -13
  82. data/gh-pages/_posts/2013-04-19-1.20.0.md +0 -15
  83. data/gh-pages/_posts/2013-04-20-1.21.0.md +0 -16
  84. data/gh-pages/_posts/2013-04-20-1.22.0.md +0 -14
  85. data/gh-pages/_posts/2013-04-20-1.22.1.md +0 -13
  86. data/gh-pages/_posts/2013-04-21-1.22.2.md +0 -15
  87. data/gh-pages/_posts/2013-04-21-1.23.0.md +0 -35
  88. data/gh-pages/_posts/2013-04-23-1.24.0.md +0 -16
  89. data/gh-pages/_posts/2013-04-24-1.25.0.md +0 -21
  90. data/gh-pages/_posts/2013-05-09-2.0.0.md +0 -33
  91. data/gh-pages/_posts/2013-05-09-version-2.0.0-released.md +0 -32
  92. data/gh-pages/_posts/2013-07-20-2.1.0.md +0 -36
  93. data/gh-pages/_posts/2013-07-20-2.2.0.md +0 -20
  94. data/gh-pages/_posts/2013-10-12-2.3.0.md +0 -19
  95. data/gh-pages/_posts/2014-03-30-2.3.1.md +0 -25
  96. data/gh-pages/_posts/2015-01-05-2.3.2.md +0 -18
  97. data/gh-pages/_posts/2015-12-03-get-involved.md +0 -29
  98. data/gh-pages/_posts/2015-12-05-2.3.3.md +0 -16
  99. data/gh-pages/_posts/2016-01-02-2.4.0.md +0 -19
  100. data/gh-pages/_posts/2017-05-01-2.4.1.md +0 -12
  101. data/gh-pages/_posts/2017-10-23-sleep-mode.md +0 -18
  102. data/gh-pages/_posts/2018-01-03-3.0.1.md +0 -12
  103. data/gh-pages/_stylesheets/ppl/color.less +0 -119
  104. data/gh-pages/_stylesheets/ppl/layout.less +0 -54
  105. data/gh-pages/_stylesheets/ppl/style.less +0 -185
  106. data/gh-pages/_stylesheets/ppl/typography.less +0 -59
  107. data/gh-pages/development/changelog/index.md +0 -18
  108. data/gh-pages/development/changelog/split.rb +0 -51
  109. data/gh-pages/development/index.html +0 -32
  110. data/gh-pages/development/roadmap/index.md +0 -15
  111. data/gh-pages/documentation/about/index.html +0 -63
  112. data/gh-pages/documentation/commands/add/index.md +0 -43
  113. data/gh-pages/documentation/commands/age/add/index.md +0 -40
  114. data/gh-pages/documentation/commands/age/index.md +0 -38
  115. data/gh-pages/documentation/commands/bday/index.md +0 -44
  116. data/gh-pages/documentation/commands/completion/index.md +0 -38
  117. data/gh-pages/documentation/commands/email/index.md +0 -64
  118. data/gh-pages/documentation/commands/grep/index.md +0 -32
  119. data/gh-pages/documentation/commands/init/index.md +0 -28
  120. data/gh-pages/documentation/commands/ls/index.md +0 -55
  121. data/gh-pages/documentation/commands/mutt/index.md +0 -36
  122. data/gh-pages/documentation/commands/mv/index.md +0 -26
  123. data/gh-pages/documentation/commands/name/index.md +0 -45
  124. data/gh-pages/documentation/commands/nick/index.md +0 -44
  125. data/gh-pages/documentation/commands/org/index.md +0 -45
  126. data/gh-pages/documentation/commands/phone/index.md +0 -56
  127. data/gh-pages/documentation/commands/post/index.md +0 -61
  128. data/gh-pages/documentation/commands/pull/index.md +0 -39
  129. data/gh-pages/documentation/commands/push/index.md +0 -36
  130. data/gh-pages/documentation/commands/remote/index.md +0 -40
  131. data/gh-pages/documentation/commands/rm/index.md +0 -23
  132. data/gh-pages/documentation/commands/scrape/index.md +0 -38
  133. data/gh-pages/documentation/commands/shell/index.md +0 -39
  134. data/gh-pages/documentation/commands/show/index.md +0 -33
  135. data/gh-pages/documentation/commands/url/index.md +0 -44
  136. data/gh-pages/documentation/commands/version/index.md +0 -27
  137. data/gh-pages/documentation/configuration/address_book/index.md +0 -22
  138. data/gh-pages/documentation/configuration/alias/index.md +0 -45
  139. data/gh-pages/documentation/configuration/color/index.md +0 -47
  140. data/gh-pages/documentation/configuration/color_age/index.md +0 -20
  141. data/gh-pages/documentation/configuration/color_bday/index.md +0 -20
  142. data/gh-pages/documentation/configuration/color_email/index.md +0 -21
  143. data/gh-pages/documentation/configuration/color_ls/index.md +0 -21
  144. data/gh-pages/documentation/configuration/color_name/index.md +0 -20
  145. data/gh-pages/documentation/configuration/color_nick/index.md +0 -20
  146. data/gh-pages/documentation/configuration/color_org/index.md +0 -20
  147. data/gh-pages/documentation/configuration/color_phone/index.md +0 -22
  148. data/gh-pages/documentation/configuration/color_post/index.md +0 -20
  149. data/gh-pages/documentation/configuration/color_url/index.md +0 -20
  150. data/gh-pages/documentation/configuration/index.html +0 -8
  151. data/gh-pages/documentation/index.html +0 -183
  152. data/gh-pages/documentation/integration/bash/index.md +0 -23
  153. data/gh-pages/documentation/integration/google/index.md +0 -26
  154. data/gh-pages/documentation/integration/index.html +0 -8
  155. data/gh-pages/documentation/integration/mutt/index.md +0 -35
  156. data/gh-pages/documentation/integration/zsh/index.md +0 -19
  157. data/gh-pages/documentation/quick-start/index.html +0 -88
  158. data/gh-pages/documentation/tips/index.html +0 -9
  159. data/gh-pages/index.html +0 -108
  160. data/gh-pages/news/index.html +0 -9
  161. data/gh-pages/robots.txt +0 -3
  162. data/gh-pages/stylesheets/flatstrap.css +0 -10
  163. data/gh-pages/stylesheets/ppl.scss +0 -235
  164. data/gh-pages/wiki.png +0 -0
  165. data/package.json +0 -23
  166. data/site/_data/url.js +0 -4
  167. data/site/casts/hero.cast +0 -189
  168. data/site/development.njk +0 -6
  169. data/site/documentation.njk +0 -6
  170. data/site/index.njk +0 -75
  171. data/site/news.njk +0 -6
  172. data/site/style.scss +0 -140
  173. data/spec/ppl/adapter/color_spec.rb +0 -14
  174. data/spec/ppl/adapter/email_scraper_spec.rb +0 -14
  175. data/spec/ppl/adapter/vcard_spec.rb +0 -23
  176. data/spec/ppl/format/address_book_spec.rb +0 -17
  177. data/spec/ppl/format/contact_spec.rb +0 -16
  178. data/spec/ppl/format/name_spec.rb +0 -17
  179. data/spec/ppl/format/postal_address_spec.rb +0 -17
  180. data/yarn.lock +0 -3605
@@ -1,44 +0,0 @@
1
- {% include header.html %}
2
-
3
- <div class="integration">
4
-
5
- <div class="row">
6
-
7
- <div class="span4 command-list">
8
- <h2>
9
- Integration
10
- </h2>
11
-
12
- <ul class="nav nav-list">
13
- <li{%if page.integration == "bash"%} class="active"{% endif %}>
14
- <a href="{{site.url}}/documentation/integration/bash">Bash</a>
15
- </li>
16
- <li{%if page.integration == "google"%} class="active"{% endif %}>
17
- <a href="{{site.url}}/documentation/integration/google">Google</a>
18
- </li>
19
- <li{%if page.integration == "mutt"%} class="active"{% endif %}>
20
- <a href="{{site.url}}/documentation/integration/mutt">Mutt</a>
21
- </li>
22
- <li{%if page.integration == "zsh"%} class="active"{% endif %}>
23
- <a href="{{site.url}}/documentation/integration/zsh">ZSH</a>
24
- </li>
25
- </ul>
26
- </div>
27
-
28
- <div class="span8">
29
-
30
- {% if page.title %}
31
- <h2>
32
- {{page.title}}
33
- </h2>
34
- {% endif %}
35
-
36
- {{content}}
37
- </div>
38
-
39
- </div>
40
-
41
- </div>
42
-
43
- {% include footer.html %}
44
-
@@ -1,2 +0,0 @@
1
- {% include news.html %}
2
-
@@ -1,6 +0,0 @@
1
- {% include header.html %}
2
-
3
- {{content}}
4
-
5
- {% include footer.html %}
6
-
@@ -1,2 +0,0 @@
1
- {% include tip.html %}
2
-
@@ -1,16 +0,0 @@
1
- ---
2
- title: Version 1.0.0 released
3
- date: 2012-12-12
4
- layout: news
5
- section: news
6
- categories: [news]
7
- ---
8
-
9
- After a solid month or so of work, the first stable version of ppl has been
10
- released to the public. This version includes the ability to store contacts'
11
- names, organizations, email addresses, phone numbers, and birthdays.
12
-
13
- It's by no means feature complete at this stage, and the
14
- [roadmap](/development/roadmap) has details of the known deficiencies in this
15
- release.
16
-
@@ -1,19 +0,0 @@
1
- ---
2
- title: 1.0.0
3
- summary: First public version
4
- date: 2012-12-20
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.0.0.html
9
- ---
10
-
11
- This is the first publicly-announced release. Since none of the previous
12
- releases have been publicised in any way, it's assumed that nobody out there has
13
- been using them.
14
-
15
- This being the case, the changelog entry for `1.0.0` is effectively the set of
16
- all changes since the non-existence of the program until this version. So let's
17
- put that in list form as seems to be customary in changelogs:
18
-
19
- * ppl now exists
@@ -1,28 +0,0 @@
1
- ---
2
- title: 1.1.0
3
- summary: Hacker News feature requests and bugfixes
4
- date: 2012-12-20
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.1.0.html
9
- ---
10
-
11
- These are some very quickly added changes resulting from this morning's exposure
12
- on [Hacker News](http://news.ycombinator.com/item?id=4947047). A few real
13
- show-stopping bugs have been fixed, and a new feature has been added for mutt
14
- users.
15
-
16
- Many thanks to [@storge](https://github.com/storge) on GitHub for all the help
17
- fixing the long series of issues in [Issue #1](https://github.com/hnrysmth/ppl/issues/1). You absolute legend.
18
-
19
- Also, thanks to [7h0ma5](http://news.ycombinator.com/user?id=7h0ma5) on HN for
20
- the [mutt integration suggestion](http://news.ycombinator.com/item?id=4947256)
21
- and the helpful documentation link. Support for usage as the backend to mutt's
22
- `query_command` option has been added in the form of [ppl
23
- mutt](/documentation/commands/mutt).
24
-
25
- * Fixed missing dependency declaration in gemspec
26
- * Fixed missing minimum ruby version in gemspec
27
- * Fixed completely broken and useless `ppl init` command
28
- * Added `ppl mutt` command
@@ -1,18 +0,0 @@
1
- ---
2
- title: 1.2.0
3
- summary: ppl post
4
- date: 2012-12-20
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.2.0.html
9
- ---
10
-
11
- A relatively small release in terms of new functionality, `1.2.0` simply adds
12
- the [ppl post](/documentation/commands/post) command. This command was always in
13
- the pipeline, but thanks anways to
14
- [nicky0](http://news.ycombinator.com/user?id=nicky0) on Hacker News for
15
- [prompting me](http://news.ycombinator.com/item?id=4947468) to prioritise it
16
- slightly.
17
-
18
- * Added `ppl post` command
@@ -1,20 +0,0 @@
1
- ---
2
- title: 1.3.0
3
- summary: XDG-compatible configuration
4
- date: 2012-12-21
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.3.0.html
9
- ---
10
-
11
- Adds support for XDG-compatible configuration. Many thanks to
12
- [@tijn](https://github.com/hnrysmth/ppl/issues/4) on GitHub for [recommending this
13
- functionality](https://github.com/hnrysmth/ppl/issues/4).
14
-
15
- This means ppl can now be alternatively configured using a file at
16
- `~/.config/ppl/config`. If you like keeping your `~/` free of dotfile clutter
17
- then this is good news. If not, don't worry, `~/.pplconfig` continues working as
18
- normal.
19
-
20
- * Add support for XDG-compatible configuration file location
@@ -1,26 +0,0 @@
1
- ---
2
- title: Thanks For All Your Feedback
3
- date: 2012-12-21
4
- layout: news
5
- section: news
6
- categories: [news]
7
- ---
8
-
9
- Yesterday I worked up the courage to submit this project to Hacker News under
10
- the usual [Show HN](http://news.ycombinator.com/item?id=4947047) format. I was
11
- pleasantly surprised by how positive the feedback was overall. It was especially
12
- heartening to confirm that I'm not the only person out there who would be
13
- interested in using a command line address book!
14
-
15
- As a result of all the attention that came flooding in, questions were asked and
16
- answered, bugs were reported and fixed, and features were suggested and
17
- implemented. It was a really fun day.
18
-
19
- The elephant in the room is obviously sync functionality at this point. Lots
20
- and lots of people have made it very clear that even though they think this
21
- project is a great idea it is useless in the extreme to them unless it can sync
22
- with their GMail or iCloud. Rest assured that [this has not gone
23
- unnoticed](https://github.com/hnrysmth/ppl/issues/5).
24
-
25
- Stay tuned!
26
-
@@ -1,21 +0,0 @@
1
- ---
2
- title: 1.4.1
3
- summary: Multiple email addresses per contact
4
- date: 2012-12-22
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.4.1.html
9
- ---
10
-
11
- This version is a first step towards removing the annoying limitation of one
12
- email address, postal address and so on per contact. This isn't glamorous work
13
- but it's vital functionality.
14
-
15
- The ability to add more than one email address to a contact has been added. This
16
- is not 100% complete: email addresses cannot yet be deleted, for example. And
17
- [ppl show](/documentation/commands/show) does not yet show all the addresses
18
- (only [ppl email](/documentation/commands/email) does for now). But at least
19
- it's now possible to store the data
20
-
21
- * Contacts can now have more than one email address
@@ -1,17 +0,0 @@
1
- ---
2
- title: 1.5.0
3
- summary: ppl shell
4
- date: 2012-12-22
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.5.0.html
9
- ---
10
-
11
- The addition of "interactive mode" in the form of [ppl
12
- shell](/documentation/commands/shell). Thanks to
13
- [@axelGschaider](https://github.com/axelGschaider) on GitHub for [the
14
- suggestion](https://github.com/hnrysmth/ppl/issues/7). This ought to make life a lot
15
- easier for people entering lots of commands at once!
16
-
17
- * Added `ppl shell` command
@@ -1,13 +0,0 @@
1
- ---
2
- title: 1.5.1
3
- summary: ppl post bugfix
4
- date: 2012-12-23
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.5.1.html
9
- ---
10
-
11
- This is a very small release to fix one very small bug.
12
-
13
- * Fix fatal error in `ppl post <contact>` when contact has no address
@@ -1,15 +0,0 @@
1
- ---
2
- title: 1.5.2
3
- summary: ppl shell usability tweaks
4
- date: 2012-12-23
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.5.2.html
9
- ---
10
-
11
- Another very small, very minor release addressing a usability issue with [ppl
12
- shell](/documentation/commands/shell).
13
-
14
- * Add "welcome" message to `ppl shell` explaining how to quit
15
- * Don't show "ppl>" prompt in `ppl shell` if stdin isn't a tty
@@ -1,19 +0,0 @@
1
- ---
2
- title: 1.5.3
3
- summary: Better 'no such contact' error message
4
- date: 2012-12-26
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.5.3.html
9
- ---
10
-
11
- There have been a lot of internal changes in this release, and one user-facing
12
- change to improve the error message when a non-existent contact is specified in
13
- a command.
14
-
15
- Before this change, non-existent contacts resulted in a fairly cryptic error
16
- message consisting only of the given non-existent contact ID. From now on the
17
- problem is actually explained to the user.
18
-
19
- * Added a proper error message when a non-existent contact is specified
@@ -1,18 +0,0 @@
1
- ---
2
- title: 1.6.0
3
- summary: ppl email --delete and bugfix
4
- date: 2012-12-27
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.6.0.html
9
- ---
10
-
11
- This release contains a bugfix and the means for users to undo the minor damage
12
- caused by the bug. The bug was causing every new email address added by users to
13
- be saved against the contact *twice*. The fix stops that from happening. And a
14
- new feature has been added in the form of a `--delete` flag for [ppl
15
- email](/documentation/commands/email) so that dupliate addresses can be removed.
16
-
17
- * Fixed a bug causing duplicate email addresses to be saved
18
- * Added `--delete` flag to `ppl email`
@@ -1,18 +0,0 @@
1
- ---
2
- title: 1.7.0
3
- summary: ppl show output overhaul
4
- date: 2012-12-29
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.7.0.html
9
- ---
10
-
11
- This version contains some fairly substantial changes to the way the [ppl
12
- show](/documentation/commands/show) command formats its output. The need for
13
- this change was unearthed by a [question from
14
- @storge](https://github.com/hnrysmth/ppl/issues/14) on GitHub. In short, the command
15
- was only showing one of the given contact's email addresses, giving the
16
- impression that this was all that ppl supported storing.
17
-
18
- * Improved the output format of `ppl show`
@@ -1,18 +0,0 @@
1
- ---
2
- title: 1.8.0
3
- summary: ppl url
4
- date: 2013-01-05
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.8.0.html
9
- ---
10
-
11
- Added another attribute that contacts often have: URLs. For example, a given
12
- contact may have a profile page on some social network, a personal website, or
13
- any number of different possibilities. The new comand, [ppl
14
- url](/documentation/commands/url), works similarly to [ppl
15
- email](/documentation/commands/email) and allows you to store these URLs in your
16
- address book.
17
-
18
- * Added `ppl url` command
@@ -1,20 +0,0 @@
1
- ---
2
- title: 1.9.0
3
- summary: Aliases and ppl version
4
- date: 2013-01-06
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.9.0.html
9
- ---
10
-
11
- This release adds two new features: the [version
12
- command](/documentation/commands/version), and support for
13
- [aliases](/documentation/configuration/alias). Both features function similarly
14
- to their git counterparts, albeit in a less complete way. For now the aliasing
15
- only supports simple aliasing of plain command names, and doesn't allow things
16
- like aliasing long chains of arguments or git's `!f() {}` style commands. These
17
- things will come in time.
18
-
19
- * Added `ppl version` command
20
- * Added rudimentary alias support
@@ -1,18 +0,0 @@
1
- ---
2
- title: 1.10.0
3
- summary: Multiple organizations and phone numbers
4
- date: 2013-01-10
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.10.0.html
9
- ---
10
-
11
- A lot of the work in this release went into some much-needed refactoring as a
12
- precautionary measure against accumulating too much technical debt early on. The
13
- code reuse enabled by this refactor facilitated the addition of some key
14
- functionality, too.
15
-
16
- * Added support for storing multiple organizations with `ppl org` command
17
- * Added support for storing multiple phone numbers with `ppl phone` command
18
- * Added support for deleting phone numbers with `ppl phone` command
@@ -1,14 +0,0 @@
1
- ---
2
- title: 1.11.0
3
- summary: ppl nick
4
- date: 2013-01-20
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.11.0.html
9
- ---
10
-
11
- This is a simple release that just adds new functionality in the form of support
12
- for another vCard property: [nicknames](/documentation/commands/nick).
13
-
14
- * Added `ppl nick` command
@@ -1,14 +0,0 @@
1
- ---
2
- title: 1.12.0
3
- summary: ppl age
4
- date: 2013-02-16
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.12.0.html
9
- ---
10
-
11
- This release adds the [age](/documentation/commands/age) command, which provides
12
- easy access to the ages of all contacts based on their dates of birth.
13
-
14
- * Added `ppl age` command
@@ -1,29 +0,0 @@
1
- ---
2
- title: 1.13.0
3
- summary: ppl push, pull and remote
4
- date: 2013-02-17
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.13.0.html
9
- ---
10
-
11
- The result of a lot of thought, this is the long-awaited git synchronisation
12
- functionality. What's been added are three new commands,
13
- [pull](/documentation/commands/pull), [push](/documentation/commands/push), and
14
- [remote](/documentation/commands/remote). These commands have no behaviour of
15
- their own, and are effectively aliases that execute their git counterparts
16
- inside the address book's directory.
17
-
18
- I think that this functionality is a good compromise: synchronising address book
19
- data can be accomplished using simple, familiar commands such as `ppl pull
20
- origin master`, and ppl itself is not unduly burdened with duplicating any git
21
- functionality.
22
-
23
- Another positive outcome of this work is that it brings proper git-style "bang"
24
- aliases closer to being a reality. The code changes required for these three
25
- commands lay a lot of the foundations necessary for bang aliases.
26
-
27
- * Added `ppl pull` command
28
- * Added `ppl push` command
29
- * Added `ppl remote` command
@@ -1,15 +0,0 @@
1
- ---
2
- title: 1.14.0
3
- summary: Bang aliases
4
- date: 2013-02-17
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.14.0.html
9
- ---
10
-
11
- Hot on the heels of `1.13.0`, this release brings the git-style bang alias
12
- functionality facilitated by the previous release's code changes. This allows
13
- the creation of aliases which execute a shell command.
14
-
15
- * Add bang alias support
@@ -1,18 +0,0 @@
1
- ---
2
- title: 1.14.1
3
- summary: Removes discrepancy with documentation
4
- date: 2013-02-17
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.14.1.html
9
- ---
10
-
11
- The release of `1.14.0` exposed a small screw-up in ppl's alias support. The
12
- `[alias]` section of the `~/.pplconfig` file was not being picked up at all.
13
- Instead it was looking for a section called `[aliases]`, which was insconsistent
14
- with the documentation and with git, on which the functionality is based. This
15
- release, therefore, is a fix for this issue: an `[alias]` section in
16
- `.pplconfig` should now work as described.
17
-
18
- * Fixed `[alias]` configuration
@@ -1,27 +0,0 @@
1
- ---
2
- title: Two Months In
3
- date: 2013-02-17
4
- layout: news
5
- section: news
6
- categories: [news]
7
- ---
8
-
9
- It's been almost two months now since the big day of [ppl's public
10
- release](news/thank-you-for-your-all-your-feedback/). In that time, development
11
- has continued at a more steady, sustainable pace than during the period leading
12
- up to the release itself. New functionality has been added, and a few bugs have
13
- been fixed, as [the changelog](/development/changelog) will attest.
14
-
15
- One particularly nasty bug has been reported whose solution eludes me for the
16
- moment. It seems ppl does not cope well with [non-ASCII
17
- characters](https://github.com/hnrysmth/ppl/issues/17). The error itself is coming
18
- from within vpim - although it is almost certainly not a vpim bug - and is
19
- proving a tough nut to crack. Encodings in Ruby 1.9 are [fraught with
20
- complexity](http://yehudakatz.com/2010/05/05/ruby-1-9-encodings-a-primer-and-the-solution-for-rails/),
21
- but I'm optimistic about the existence of a simple solution.
22
-
23
- On a more positive note, it's worth mentioning that the overall health of the
24
- project seems to be good. I continue to enjoy building and maintaining ppl, and
25
- public interest in a command-line address book is as strong as could be expected
26
- for such a niche piece of software. Thanks for all your patience and support!
27
-
@@ -1,28 +0,0 @@
1
- ---
2
- title: 1.15.0
3
- summary: Color output added
4
- date: 2013-03-16
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.15.0.html
9
- ---
10
-
11
- This adds support for colourised output to most ppl commands. The following
12
- commands are affected by this change:
13
-
14
- * [age](/documentation/configuration/color_age)
15
- * [bday](/documentation/configuration/color_bday)
16
- * [email](/documentation/configuration/color_email)
17
- * [ls](/documentation/configuration/color_ls)
18
- * [name](/documentation/configuration/color_name)
19
- * [nick](/documentation/configuration/color_nick)
20
- * [org](/documentation/configuration/color_org)
21
- * [phone](/documentation/configuration/color_phone)
22
- * [post](/documentation/configuration/color_post)
23
- * [url](/documentation/configuration/color_url)
24
-
25
- Internally, this release depends on two new gems:
26
-
27
- * [morphine](https://github.com/bkeepers/morphine)
28
- * [colored](https://github.com/defunkt/colored)
@@ -1,27 +0,0 @@
1
- ---
2
- title: Coloured Output Released
3
- date: 2013-03-16
4
- layout: news
5
- section: news
6
- categories: [news]
7
- ---
8
-
9
- It's been about a month since the last release, but that's not because of any
10
- lack of internal activity. Today marks the release of support for git-style
11
- coloured output, configurable in `~/.pplconfig`.
12
-
13
- This has taken a while to achieve just because I wanted to take my time over it
14
- and try to really get it right the first time. Some refactoring was necessary in
15
- order to get config data into the code responsible for formatting output, but
16
- hopefully the resulting usage of the
17
- [morphine](https://github.com/bkeepers/morphine) dependency injection container
18
- should reduce such code churn in future.
19
-
20
- In other news, the [UTF-8 bug](https://github.com/hnrysmth/ppl/issues/17) mentioned
21
- in [last month's update](/news/two-months-in/) should be gone soon. I've spoken
22
- to the maintainer of vpim about it, and [his
23
- response](http://rubyforge.org/pipermail/vpim-talk/2013/000185.html) was
24
- positive. Apparently vpim just doesn't quite support Ruby 1.9.1's String class
25
- yet, but will do soon.
26
-
27
-
@@ -1,28 +0,0 @@
1
- ---
2
- title: Ruby 2.0 Compatibility
3
- date: 2013-04-10
4
- layout: news
5
- section: news
6
- categories: [news]
7
- ---
8
-
9
- The latest version of ppl is available now, and it's one of those tiny,
10
- pointless-sounding ones: `1.15.1`. This release is all about Ruby 2.0
11
- compatibility. A recent issue reported on GitHub by
12
- [@pigmonkey](https://github.com/pigmonkey) brought to my attention that vpim,
13
- ppl's underlying vCard library, [doesn't work at all in Ruby
14
- 2.0](https://github.com/hnrysmth/ppl/issues/19).
15
-
16
- invalid multibyte escape: /^\xFF\xFE/
17
-
18
- This is all better now, and ppl works as well in Ruby 2.0 as it does in the
19
- 1.9.\* range. This was a bit of a seismic change behind the scenes, and it
20
- almost seems misleading to increment only the patch version number.
21
-
22
- Essentially, I forked vpim in order to get this done. While this is an
23
- unexpected turn of events, it does mean I'm now quite well-placed to fix its
24
- UTF-8 issues myself instead of depending on the mercy of upstream. By the way,
25
- if you're interested in helping with this, go take a look at
26
- [greencard](https://github.com/hnrysmth/greencard). It's vpim stripped down to just
27
- the vCard functionality used by ppl. Go fork it!
28
-
@@ -1,13 +0,0 @@
1
- ---
2
- title: 1.15.1
3
- summary: Ruby 2.0 support
4
- date: 2013-04-11
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.15.1.html
9
- ---
10
-
11
- Heralding support for Ruby 2.0 and beyond, this version of ppl also sees the
12
- replacement of the vpim gem dependency with greencard. See the [news
13
- post](/news/ruby-2.0-compatibility/) for more details.
@@ -1,22 +0,0 @@
1
- ---
2
- title: 1.16.0
3
- summary: Mutt integration tweaks
4
- date: 2013-04-12
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.16.0.html
9
- ---
10
-
11
- With a couple of tweaks to the way ppl handles mutt queries, `1.16.0` should be
12
- a nice improvement for anybody using ppl to autocomplete email addresses in the
13
- mail client that "just sucks less".
14
-
15
- * Added missing functionality to the [mutt](/documentation/commands/mutt)
16
- command enabling it to output *all* of a contact's matching email addresses
17
- instead of just the first.
18
- * Added the `-i` flag to the [mutt](/documentation/commands/mutt) command
19
- enabling it to perform case-insensitive search of the address book.
20
-
21
- Many thanks to [@pigmonkey](https://github.com/pigmonkey) on GitHub for the
22
- cooperation that made this release happen.
@@ -1,15 +0,0 @@
1
- ---
2
- title: 1.17.0
3
- summary: UTF-8 support
4
- date: 2013-04-14
5
- layout: changelog
6
- section: development
7
- categories: [changelog]
8
- permalink: /development/changelog/1.17.0.html
9
- ---
10
-
11
- This is a peculiar version in that it doesn't change any code in ppl itself, but
12
- simultaneously fixes a really major issue that's been affecting it. All this
13
- version does is to increment the greencard gem dependency version number to a
14
- version that copes with UTF-8 input. It's a *tiny* change, but it's a major
15
- improvement.