ppl 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.editorconfig +12 -0
- data/.eleventy.js +86 -0
- data/.eleventyignore +1 -0
- data/.github/workflows/build.yml +30 -2
- data/.gitignore +3 -1
- data/Rakefile +1 -1
- data/features/step_definitions/ppl_steps.rb +24 -24
- data/gh-pages/Gemfile +2 -0
- data/gh-pages/_config.yml +5 -0
- data/gh-pages/_includes/changelog.html +23 -0
- data/gh-pages/_includes/development-sidebar.html +25 -0
- data/gh-pages/_includes/footer.html +22 -0
- data/gh-pages/_includes/header.html +43 -0
- data/gh-pages/_includes/news.html +36 -0
- data/gh-pages/_includes/tip.html +54 -0
- data/gh-pages/_layouts/changelog.html +1 -0
- data/gh-pages/_layouts/command.html +104 -0
- data/gh-pages/_layouts/configuration.html +71 -0
- data/gh-pages/_layouts/development.html +20 -0
- data/gh-pages/_layouts/frontpage.html +6 -0
- data/gh-pages/_layouts/integration.html +44 -0
- data/gh-pages/_layouts/news.html +2 -0
- data/gh-pages/_layouts/page.html +6 -0
- data/gh-pages/_layouts/tip.html +2 -0
- data/gh-pages/_posts/2012-01-15-first-post.md +16 -0
- data/gh-pages/_posts/2012-12-20-1.0.0.md +19 -0
- data/gh-pages/_posts/2012-12-20-1.1.0.md +28 -0
- data/gh-pages/_posts/2012-12-20-1.2.0.md +18 -0
- data/gh-pages/_posts/2012-12-21-1.3.0.md +20 -0
- data/gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md +26 -0
- data/gh-pages/_posts/2012-12-22-1.4.1.md +21 -0
- data/gh-pages/_posts/2012-12-22-1.5.0.md +17 -0
- data/gh-pages/_posts/2012-12-23-1.5.1.md +13 -0
- data/gh-pages/_posts/2012-12-23-1.5.2.md +15 -0
- data/gh-pages/_posts/2012-12-26-1.5.3.md +19 -0
- data/gh-pages/_posts/2012-12-27-1.6.0.md +18 -0
- data/gh-pages/_posts/2012-12-29-1.7.0.md +18 -0
- data/gh-pages/_posts/2013-01-05-1.8.0.md +18 -0
- data/gh-pages/_posts/2013-01-06-1.9.0.md +20 -0
- data/gh-pages/_posts/2013-01-10-1.10.0.md +18 -0
- data/gh-pages/_posts/2013-01-20-1.11.0.md +14 -0
- data/gh-pages/_posts/2013-02-16-1.12.0.md +14 -0
- data/gh-pages/_posts/2013-02-17-1.13.0.md +29 -0
- data/gh-pages/_posts/2013-02-17-1.14.0.md +15 -0
- data/gh-pages/_posts/2013-02-17-1.14.1.md +18 -0
- data/gh-pages/_posts/2013-02-17-two-months-in.md +27 -0
- data/gh-pages/_posts/2013-03-16-1.15.0.md +28 -0
- data/gh-pages/_posts/2013-03-16-coloured-output-released.md +27 -0
- data/gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md +28 -0
- data/gh-pages/_posts/2013-04-11-1.15.1.md +13 -0
- data/gh-pages/_posts/2013-04-12-1.16.0.md +22 -0
- data/gh-pages/_posts/2013-04-14-1.17.0.md +15 -0
- data/gh-pages/_posts/2013-04-14-1.17.1.md +20 -0
- data/gh-pages/_posts/2013-04-14-1.17.2.md +13 -0
- data/gh-pages/_posts/2013-04-15-sync-alias.md +31 -0
- data/gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md +37 -0
- data/gh-pages/_posts/2013-04-16-1.18.0.md +15 -0
- data/gh-pages/_posts/2013-04-16-set-up-color-output.md +47 -0
- data/gh-pages/_posts/2013-04-19-1.19.0.md +13 -0
- data/gh-pages/_posts/2013-04-19-1.20.0.md +15 -0
- data/gh-pages/_posts/2013-04-20-1.21.0.md +16 -0
- data/gh-pages/_posts/2013-04-20-1.22.0.md +14 -0
- data/gh-pages/_posts/2013-04-20-1.22.1.md +13 -0
- data/gh-pages/_posts/2013-04-21-1.22.2.md +15 -0
- data/gh-pages/_posts/2013-04-21-1.23.0.md +35 -0
- data/gh-pages/_posts/2013-04-23-1.24.0.md +16 -0
- data/gh-pages/_posts/2013-04-24-1.25.0.md +21 -0
- data/gh-pages/_posts/2013-05-09-2.0.0.md +33 -0
- data/gh-pages/_posts/2013-05-09-version-2.0.0-released.md +32 -0
- data/gh-pages/_posts/2013-07-20-2.1.0.md +36 -0
- data/gh-pages/_posts/2013-07-20-2.2.0.md +20 -0
- data/gh-pages/_posts/2013-10-12-2.3.0.md +19 -0
- data/gh-pages/_posts/2014-03-30-2.3.1.md +25 -0
- data/gh-pages/_posts/2015-01-05-2.3.2.md +18 -0
- data/gh-pages/_posts/2015-12-03-get-involved.md +29 -0
- data/gh-pages/_posts/2015-12-05-2.3.3.md +16 -0
- data/gh-pages/_posts/2016-01-02-2.4.0.md +19 -0
- data/gh-pages/_posts/2017-05-01-2.4.1.md +12 -0
- data/gh-pages/_posts/2017-10-23-sleep-mode.md +18 -0
- data/gh-pages/_posts/2018-01-03-3.0.1.md +12 -0
- data/gh-pages/_stylesheets/ppl/color.less +119 -0
- data/gh-pages/_stylesheets/ppl/layout.less +54 -0
- data/gh-pages/_stylesheets/ppl/style.less +185 -0
- data/gh-pages/_stylesheets/ppl/typography.less +59 -0
- data/gh-pages/development/changelog/index.md +18 -0
- data/gh-pages/development/changelog/split.rb +51 -0
- data/gh-pages/development/index.html +32 -0
- data/gh-pages/development/roadmap/index.md +15 -0
- data/gh-pages/documentation/about/index.html +63 -0
- data/gh-pages/documentation/commands/add/index.md +43 -0
- data/gh-pages/documentation/commands/age/add/index.md +40 -0
- data/gh-pages/documentation/commands/age/index.md +38 -0
- data/gh-pages/documentation/commands/bday/index.md +44 -0
- data/gh-pages/documentation/commands/completion/index.md +38 -0
- data/gh-pages/documentation/commands/email/index.md +64 -0
- data/gh-pages/documentation/commands/grep/index.md +32 -0
- data/gh-pages/documentation/commands/init/index.md +28 -0
- data/gh-pages/documentation/commands/ls/index.md +55 -0
- data/gh-pages/documentation/commands/mutt/index.md +36 -0
- data/gh-pages/documentation/commands/mv/index.md +26 -0
- data/gh-pages/documentation/commands/name/index.md +45 -0
- data/gh-pages/documentation/commands/nick/index.md +44 -0
- data/gh-pages/documentation/commands/org/index.md +45 -0
- data/gh-pages/documentation/commands/phone/index.md +56 -0
- data/gh-pages/documentation/commands/post/index.md +61 -0
- data/gh-pages/documentation/commands/pull/index.md +39 -0
- data/gh-pages/documentation/commands/push/index.md +36 -0
- data/gh-pages/documentation/commands/remote/index.md +40 -0
- data/gh-pages/documentation/commands/rm/index.md +23 -0
- data/gh-pages/documentation/commands/scrape/index.md +38 -0
- data/gh-pages/documentation/commands/shell/index.md +39 -0
- data/gh-pages/documentation/commands/show/index.md +33 -0
- data/gh-pages/documentation/commands/url/index.md +44 -0
- data/gh-pages/documentation/commands/version/index.md +27 -0
- data/gh-pages/documentation/configuration/address_book/index.md +22 -0
- data/gh-pages/documentation/configuration/alias/index.md +45 -0
- data/gh-pages/documentation/configuration/color/index.md +47 -0
- data/gh-pages/documentation/configuration/color_age/index.md +20 -0
- data/gh-pages/documentation/configuration/color_bday/index.md +20 -0
- data/gh-pages/documentation/configuration/color_email/index.md +21 -0
- data/gh-pages/documentation/configuration/color_ls/index.md +21 -0
- data/gh-pages/documentation/configuration/color_name/index.md +20 -0
- data/gh-pages/documentation/configuration/color_nick/index.md +20 -0
- data/gh-pages/documentation/configuration/color_org/index.md +20 -0
- data/gh-pages/documentation/configuration/color_phone/index.md +22 -0
- data/gh-pages/documentation/configuration/color_post/index.md +20 -0
- data/gh-pages/documentation/configuration/color_url/index.md +20 -0
- data/gh-pages/documentation/configuration/index.html +8 -0
- data/gh-pages/documentation/index.html +183 -0
- data/gh-pages/documentation/integration/bash/index.md +23 -0
- data/gh-pages/documentation/integration/google/index.md +26 -0
- data/gh-pages/documentation/integration/index.html +8 -0
- data/gh-pages/documentation/integration/mutt/index.md +35 -0
- data/gh-pages/documentation/integration/zsh/index.md +19 -0
- data/gh-pages/documentation/quick-start/index.html +88 -0
- data/gh-pages/documentation/tips/index.html +9 -0
- data/gh-pages/index.html +108 -0
- data/gh-pages/news/index.html +9 -0
- data/gh-pages/robots.txt +3 -0
- data/gh-pages/stylesheets/flatstrap.css +10 -0
- data/gh-pages/stylesheets/ppl.scss +235 -0
- data/gh-pages/wiki.png +0 -0
- data/lib/ppl.rb +4 -1
- data/makefile +18 -0
- data/package.json +23 -0
- data/ppl.gemspec +1 -1
- data/site/_data/url.js +4 -0
- data/site/casts/hero.cast +189 -0
- data/site/development.njk +6 -0
- data/site/documentation.njk +6 -0
- data/site/index.njk +75 -0
- data/site/news.njk +6 -0
- data/site/style.scss +140 -0
- data/yarn.lock +3605 -0
- metadata +149 -1
|
@@ -0,0 +1,13 @@
|
|
|
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.
|
|
@@ -0,0 +1,22 @@
|
|
|
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.
|
|
@@ -0,0 +1,15 @@
|
|
|
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.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.17.1
|
|
3
|
+
summary: Mutt integration tweaks
|
|
4
|
+
date: 2013-04-14
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.17.1.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Two fairly minor issues are fixed in this version. The first is a tweak to the
|
|
12
|
+
output of the [mutt](/documentation/commands/mutt) command, improving the
|
|
13
|
+
[understandability and usefulness of the user-facing
|
|
14
|
+
text](https://github.com/hnrysmth/ppl/issues/20#issuecomment-16302428). The second is
|
|
15
|
+
a bit of output sanitisation to help out people unlucky enough to have an
|
|
16
|
+
address book where some of the contacts' fields contain `^M` [carriage return
|
|
17
|
+
characters](https://github.com/hnrysmth/ppl/issues/27).
|
|
18
|
+
|
|
19
|
+
* Tweaked the output of the [mutt](/documentation/commands/mutt) command
|
|
20
|
+
* Add output sanitisation removing all `^M` characters from all output
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.17.2
|
|
3
|
+
summary: Fix for minor release bugs
|
|
4
|
+
date: 2013-04-14
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.17.2.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
An embarrassing "quick follow-up" release, this unbreaks a couple of things that
|
|
12
|
+
1.17.1 broke. Displaying the "Contact '%s' not found" message has been fixed, as
|
|
13
|
+
has the command list help text displayed by `ppl` and `ppl help`.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Sync Alias
|
|
3
|
+
date: 2013-04-15
|
|
4
|
+
layout: tip
|
|
5
|
+
categories: [tips]
|
|
6
|
+
permalink: /documentation/tips/sync-alias
|
|
7
|
+
author_name: hnrysmth
|
|
8
|
+
author_url: http://henrysmith.org/
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
If your ppl address book is cloned on multiple computers, you're probably
|
|
12
|
+
accustomed to using [pull](/documentation/commands/pull/) and
|
|
13
|
+
[push](/documentation/commands/pull/) to synchronise your data using Git. If so,
|
|
14
|
+
that's great. You're making the most of ppl's core functionality. But you could
|
|
15
|
+
probably be making more of its convenience-oriented features.
|
|
16
|
+
|
|
17
|
+
ppl allows you to configure [aliases](/documentation/configuration/alias/) as
|
|
18
|
+
shorcuts for often-used commands, or as a way of composing commands together.
|
|
19
|
+
Here's an alias called `sync` which does the latter.
|
|
20
|
+
|
|
21
|
+
sync = !ppl pull origin master && ppl push origin master
|
|
22
|
+
|
|
23
|
+
This allows you to execute `git pull origin master` and then `git push origin
|
|
24
|
+
master` in your address book directory by simply entering `ppl sync`. For most
|
|
25
|
+
users, this probably automates the entire synchronisation process.
|
|
26
|
+
|
|
27
|
+
Bear in mind that this alias will only work if you keep your contacts on the
|
|
28
|
+
`master` branch and have a remote called `origin`. If your setup is more complex
|
|
29
|
+
than that, you may have to get creative with your aliases to achieve this level
|
|
30
|
+
of laziness.
|
|
31
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: UTF-8 Fixed And More
|
|
3
|
+
date: 2013-04-15
|
|
4
|
+
layout: news
|
|
5
|
+
section: news
|
|
6
|
+
categories: [news]
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
Over the weekend, in an uncharacteristically late night of coding, I finally put
|
|
10
|
+
an end to that UTF-8 issue that had been preventing the [use of ppl with
|
|
11
|
+
non-ASCII characters](https://github.com/hnrysmth/ppl/issues/17) such as ß or ñ. My
|
|
12
|
+
apologies to anyone who wanted to try ppl and couldn't during the *two entire
|
|
13
|
+
months* that issue sat open. If it's any consolation, fixing it gave me many
|
|
14
|
+
headaches.
|
|
15
|
+
|
|
16
|
+
Even though it's only been a few days since the previous news post, there has
|
|
17
|
+
been a lot of progress in that time, thanks largely to the involvement and
|
|
18
|
+
encouragement of [@pigmonkey](https://github.com/pigmonkey) and
|
|
19
|
+
[@shushcat](https://github.com/shushcat) on GitHub. Some good refinements to the
|
|
20
|
+
[mutt integration](/documentation/integration/mutt/) have already made it into
|
|
21
|
+
recent versions of ppl, and there's some good discussion happening about what
|
|
22
|
+
needs doing to keep improving ppl in the near future.
|
|
23
|
+
|
|
24
|
+
The [documentation](/documentation) has had some much-needed attention invested
|
|
25
|
+
in it, too. A few bits and pieces have been tidied up, and a couple of entirely
|
|
26
|
+
new sections have been added as well. The [Integration
|
|
27
|
+
Guide](/documentation/integration/bash/) covers the growing number of ways of
|
|
28
|
+
using ppl with other software, and the [Tips Section](documentation/tips/)
|
|
29
|
+
should prove to be a good catch-all place for helpful advice about using ppl.
|
|
30
|
+
|
|
31
|
+
Contributions are welcome, so get in touch if you spot any mistakes, have any
|
|
32
|
+
tips to contribute, or know of any tools for integrating ppl into other
|
|
33
|
+
software. Big thanks to everyone for your input so far. Shout out to
|
|
34
|
+
[@alexGschaider](https://github.com/axelGschaider),
|
|
35
|
+
[@matthewp](https://github.com/matthewp/), and
|
|
36
|
+
[@storge](https://github.com/storge) for their help as well.
|
|
37
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.18.0
|
|
3
|
+
summary: ppl completion added
|
|
4
|
+
date: 2013-04-16
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.18.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
With the intention of streamlining the integration process with
|
|
12
|
+
[Bash](/documentation/integration/bash), and
|
|
13
|
+
[ZSH](/documentation/integration/zsh), this release adds the
|
|
14
|
+
[completion](/documentation/commands/completion) command. This new command
|
|
15
|
+
simply outputs the chosen shell autocompletion function to stdout.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Set Up Color Output
|
|
3
|
+
date: 2013-04-16
|
|
4
|
+
layout: tip
|
|
5
|
+
categories: [tips]
|
|
6
|
+
permalink: /documentation/tips/set-up-color-output
|
|
7
|
+
author_name: hnrysmth
|
|
8
|
+
author_url: http://henrysmith.org/
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
ppl provides a system for configuring the output of many of its commands in a
|
|
12
|
+
way that's almost identical to git's color output configuration. While not an
|
|
13
|
+
essential piece of functionality, a small amount of color can go a long way
|
|
14
|
+
towards improving your experience using ppl.
|
|
15
|
+
|
|
16
|
+
Personally, I try to rein in the temptation to go to town and assign a color to
|
|
17
|
+
absolutely everything. My `~/.pplconfig` simply colorizes all contact IDs in all
|
|
18
|
+
output, highlighting them in cyan to maximize their visibility.
|
|
19
|
+
|
|
20
|
+
<pre><code>$ ppl ls</code>
|
|
21
|
+
<code><span style="color: #2AA198;">alice:</span> Alice alice@example.org</code>
|
|
22
|
+
<code><span style="color: #2AA198;">bob:</span> Bob bob@example.org</code>
|
|
23
|
+
<code><span style="color: #2AA198;">eve:</span> Eve eve@example.org</code></pre>
|
|
24
|
+
|
|
25
|
+
Configuring ppl to colorize the output of ls like in the above example is
|
|
26
|
+
extremely easy, and will be especially familiar to you if you're already used to
|
|
27
|
+
configuring git. Here are the exact config file contents necesssary to show
|
|
28
|
+
contact IDs in cyan in the output of [ppl ls](/documentation/commands/ls).
|
|
29
|
+
|
|
30
|
+
[color]
|
|
31
|
+
ls = true
|
|
32
|
+
|
|
33
|
+
[color "ls"]
|
|
34
|
+
id = cyan
|
|
35
|
+
|
|
36
|
+
Simply add the above to your `~/.pplconfig`, run `ppl ls`, and you should see
|
|
37
|
+
contact IDs in cyan. If not, double-check whether you're running an up-to-date
|
|
38
|
+
version of ppl. This feature has been supported since `1.15.0`, making it only
|
|
39
|
+
about a month old at the time of writing.
|
|
40
|
+
|
|
41
|
+
Now that you know the basic gist of how to configure color, you'll probably be
|
|
42
|
+
glad to know that there's some fairly extensive [reference documentation for this
|
|
43
|
+
functionality](/documentation/configuration/color), including a [list of
|
|
44
|
+
supported colors](/documentation/configuration/color/#list_of_supported_colors)
|
|
45
|
+
and an example for each command which shows the [full list of configurable text
|
|
46
|
+
elements](/documentation/configuration/color_ls).
|
|
47
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.19.0
|
|
3
|
+
summary: ppl scrape added
|
|
4
|
+
date: 2013-04-19
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.19.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Following a [feature request](https://github.com/hnrysmth/ppl/issues/23) on GitHub,
|
|
12
|
+
this release adds the [scrape](/documentation/commands/scrape) command for
|
|
13
|
+
automatically adding contacts to an address book from an email message.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.20.0
|
|
3
|
+
summary: ppl nick --no-color added
|
|
4
|
+
date: 2013-04-19
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.20.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
In order to fix a [compatibility issue with OS
|
|
12
|
+
X](https://github.com/hnrysmth/ppl/issues/22#issuecomment-16622923), the usage of sed
|
|
13
|
+
to strip ANSI color escape codes in the autocompletion functions has been
|
|
14
|
+
replaced with a `--no-color` option which has been added to [ppl
|
|
15
|
+
nick](/documentation/commands/nick).
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.21.0
|
|
3
|
+
summary: ppl phone --type added
|
|
4
|
+
date: 2013-04-20
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.21.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Further increasing the expressiveness of ppl's commands, this release brings the
|
|
12
|
+
`--type` option to [ppl phone](/documentation/commands/phone). With this option,
|
|
13
|
+
the vCard format's `TYPE` parameter in the `TEL` field is now exposed to users.
|
|
14
|
+
This allows you to label phone numbers in a way that doesn't [break
|
|
15
|
+
compatibility with other
|
|
16
|
+
software](https://github.com/hnrysmth/ppl/issues/24#issuecomment-16623136).
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.22.0
|
|
3
|
+
summary: Noticeable performance optimization
|
|
4
|
+
date: 2013-04-20
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.22.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
In this version of ppl, one particularly egregious performance issue has been
|
|
12
|
+
fixed. Upgrading is *highly* recommended. Even if you haven't noticed any
|
|
13
|
+
problems worth complaining about, you should hopefully enjoy quite a boost with
|
|
14
|
+
this new version.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.22.1
|
|
3
|
+
summary: Fix minor output formatting bug
|
|
4
|
+
date: 2013-04-20
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.22.1.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
This version simply fixes a minor bug in the outputting format code, which was
|
|
12
|
+
introduced in `1.21.0`. Nothing serious, but a warning sign that I need to slow
|
|
13
|
+
myself down and perhaps look at automating more of the testing process.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.22.2
|
|
3
|
+
summary: Fix for broken --delete option
|
|
4
|
+
date: 2013-04-21
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.22.2.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
See the [Bash integration guide](/documentation/integration/bash) for details of
|
|
12
|
+
how to install the updated completion function to your system. Another bugfix
|
|
13
|
+
release, fixing the [broken `--delete`
|
|
14
|
+
option](https://github.com/hnrysmth/ppl/issues/33) of [`ppl
|
|
15
|
+
phone`](/documentation/commands/phone).
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.23.0
|
|
3
|
+
summary: Bash completion enhancements
|
|
4
|
+
date: 2013-04-21
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.23.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Unusually for a ppl release, this one doesn't add any new core functionality or
|
|
12
|
+
fix any bugs. Instead, this release is solely an update to the [Bash
|
|
13
|
+
integration](/documentation/integration/bash/). The following improvements have
|
|
14
|
+
been made to the bash completion.
|
|
15
|
+
|
|
16
|
+
* It now returns command name suggestions much more quickly
|
|
17
|
+
* It can autocomplete email addresses for use with [`ppl
|
|
18
|
+
email`](/documentation/commands/email)
|
|
19
|
+
* It can autocomplete nicknames for use with [`ppl
|
|
20
|
+
nick`](/documentation/commands/nick)
|
|
21
|
+
* It can autocomplete organizations for use with [`ppl
|
|
22
|
+
org`](/documentation/commands/org)
|
|
23
|
+
* It can autocomplete phone numbers for use with [`ppl
|
|
24
|
+
phone`](/documentation/commands/phone)
|
|
25
|
+
* It can autocomplete URLs for use with [`ppl url`](/documentation/commands/url)
|
|
26
|
+
* It can autocomplete git remotes for use with
|
|
27
|
+
[`pull`](/documentation/commands/pull) and
|
|
28
|
+
[`push`](/documentation/commands/push)
|
|
29
|
+
|
|
30
|
+
For example, if you're attempting to amend the `--type` of a contact's phone
|
|
31
|
+
number, you can now enter `ppl phone adam 071<Tab>` and Bash will autocomplete
|
|
32
|
+
the rest of the phone number.
|
|
33
|
+
|
|
34
|
+
See the [Bash integration guide](/documentation/integration/bash) for details of
|
|
35
|
+
how to install the updated completion function to your system.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.24.0
|
|
3
|
+
summary: Preferred email addresses
|
|
4
|
+
date: 2013-04-23
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.24.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
Preferred email addresses and phone numbers can be marked as such as of
|
|
12
|
+
`1.24.0`. This is good news if you have contacts with several similar addresses
|
|
13
|
+
or numbers who only tend to check one of them. Now you can mark their preferred
|
|
14
|
+
contact details with the `--preferred` flag and ppl will remember this
|
|
15
|
+
preferential status for you. Preferred numbers and addresses are displayed with
|
|
16
|
+
a `*` before them.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 1.25.0
|
|
3
|
+
summary: Customizable Output
|
|
4
|
+
date: 2013-04-24
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/1.25.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
This release brings the very basic first customizability to the output of ppl's
|
|
12
|
+
commands. As of this version, it's possible to pass a `--format` option to [`ppl
|
|
13
|
+
email`](/documentation/commands/email) and [`ppl
|
|
14
|
+
ls`](/documentation/commands/ls) to specify the exact nature of the output
|
|
15
|
+
required. Also part of this new version is the ability to configure preset
|
|
16
|
+
format strings for [`ppl ls`](/documentation/commands/ls) in `~/.pplconfig` and
|
|
17
|
+
invoke them by name using the `--pretty` option.
|
|
18
|
+
|
|
19
|
+
Obviously, this type of functionality has the potential to be added to just
|
|
20
|
+
about all of ppl's output. In time, that will happen. For now, this gets the
|
|
21
|
+
basic functionality out there for use.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 2.0.0
|
|
3
|
+
summary: ppl post overhaul
|
|
4
|
+
date: 2013-05-09
|
|
5
|
+
layout: changelog
|
|
6
|
+
section: development
|
|
7
|
+
categories: [changelog]
|
|
8
|
+
permalink: /development/changelog/2.0.0.html
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
As a result of its backwards compatibility breaking changes, the overhaul of
|
|
12
|
+
[ppl post](/documentation/commands/post) brings us to version 2.0.0. The
|
|
13
|
+
behaviour and usage of this command have changed completely in order to cope
|
|
14
|
+
with storing multiple postal addresses per contact.
|
|
15
|
+
|
|
16
|
+
Here is a short summary of what has changed:
|
|
17
|
+
|
|
18
|
+
* Running `ppl post` no longer lists contacts' full addresses.
|
|
19
|
+
Instead it lists contacts' address *IDs*.
|
|
20
|
+
* Running `ppl post <contact>` no longer shows that contact's single postal
|
|
21
|
+
address. Instead it lists *all* that contact's postal addresses.
|
|
22
|
+
* Postal address now have their own IDs. In order to change a postal address,
|
|
23
|
+
the ID of both the contact and the address itself must be given.
|
|
24
|
+
* It is now possible to mark a postal address as "preferred", similarly to email
|
|
25
|
+
addresses and phone numbers.
|
|
26
|
+
|
|
27
|
+
From a technical point of view, the downside of this release is the minor
|
|
28
|
+
violation of [RFC2426](http://www.ietf.org/rfc/rfc2426.txt) that it introduces.
|
|
29
|
+
The `ADR` field's `TYPE` attribute is intended as a means of tagging addresses
|
|
30
|
+
with extra information such as "home" or "work", but as of 2.0.0, ppl
|
|
31
|
+
misappropriates this attribute as the home of the unique ID of each postal
|
|
32
|
+
address.
|
|
33
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl 2.0.0 released
|
|
3
|
+
date: 2013-05-09
|
|
4
|
+
layout: news
|
|
5
|
+
section: news
|
|
6
|
+
categories: [news]
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
It's been almost exactly six months since the very [first
|
|
10
|
+
commit](https://github.com/hnrysmth/ppl/commit/e45917e06afd255271bad51ce216642e7277ce86),
|
|
11
|
+
and I'm proud to announce that ppl has now reached the dizzy heights of version
|
|
12
|
+
2.0.0! This is a milestone release for more than one reason, and I'm very happy
|
|
13
|
+
that this project has made it to this point.
|
|
14
|
+
|
|
15
|
+
Most important of all, the reason for the major version bump is that [ppl
|
|
16
|
+
post](/documentation/commands/post) has been overhauled to support storing
|
|
17
|
+
multiple postal addresses per contact. This overhaul introduced a number of
|
|
18
|
+
backwards-incompatible changes to the behaviour of that command and ppl's
|
|
19
|
+
underlying vCard integration, hence the bump to 2.0.0.
|
|
20
|
+
|
|
21
|
+
The other reason why this is quite a milestone release is that support for
|
|
22
|
+
multiple postal addresses was really the last major missing piece of the puzzle
|
|
23
|
+
in terms of core ppl functionality. There are still some bits and pieces of
|
|
24
|
+
vCard functionality that aren't yet exposed, but those that remain now are
|
|
25
|
+
mostly edge cases. It's satisfying to see ppl approach the functionality goals I
|
|
26
|
+
had for it when I started.
|
|
27
|
+
|
|
28
|
+
This is by no means the end of the development process. There's a long way to go
|
|
29
|
+
still in terms of ppl's flexibility for integration with other software. In the
|
|
30
|
+
meantime, this version represents a big step forward, and the culmination of six
|
|
31
|
+
months of hard work.
|
|
32
|
+
|