ppl 4.0.3 → 4.0.5
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 +4 -0
- data/.github/workflows/build.yml +7 -23
- data/.gitignore +0 -4
- data/.ruby-version +1 -0
- data/Gemfile +0 -1
- data/Rakefile +2 -2
- data/code_of_conduct.md +1 -1
- data/demo.svg +1 -0
- data/lib/ppl/adapter/storage/disk.rb +2 -2
- data/lib/ppl/adapter/storage/factory.rb +1 -1
- data/lib/ppl/application/configuration.rb +2 -2
- data/lib/ppl/command/completion.rb +1 -1
- data/lib/ppl/command/shell.rb +1 -1
- data/lib/ppl/command/version.rb +1 -1
- data/lib/ppl/version.rb +5 -0
- data/lib/ppl.rb +1 -4
- data/makefile +12 -1
- data/ppl.gemspec +12 -5
- data/ppl.svg +12 -0
- data/readme.md +4 -4
- data/spec/ppl/adapter/storage/disk_spec.rb +2 -2
- data/spec/ppl/command/completion_spec.rb +2 -2
- data/spec/ppl/command/shell_spec.rb +1 -1
- data/spec/ppl/command/version_spec.rb +1 -1
- metadata +56 -164
- data/.eleventy.js +0 -86
- data/.eleventyignore +0 -1
- data/gh-pages/Gemfile +0 -2
- data/gh-pages/Gemfile.lock +0 -238
- data/gh-pages/_config.yml +0 -5
- data/gh-pages/_includes/changelog.html +0 -23
- data/gh-pages/_includes/development-sidebar.html +0 -25
- data/gh-pages/_includes/footer.html +0 -22
- data/gh-pages/_includes/header.html +0 -43
- data/gh-pages/_includes/news.html +0 -36
- data/gh-pages/_includes/tip.html +0 -54
- data/gh-pages/_layouts/changelog.html +0 -1
- data/gh-pages/_layouts/command.html +0 -104
- data/gh-pages/_layouts/configuration.html +0 -71
- data/gh-pages/_layouts/development.html +0 -20
- data/gh-pages/_layouts/frontpage.html +0 -6
- data/gh-pages/_layouts/integration.html +0 -44
- data/gh-pages/_layouts/news.html +0 -2
- data/gh-pages/_layouts/page.html +0 -6
- data/gh-pages/_layouts/tip.html +0 -2
- data/gh-pages/_posts/2012-01-15-first-post.md +0 -16
- data/gh-pages/_posts/2012-12-20-1.0.0.md +0 -19
- data/gh-pages/_posts/2012-12-20-1.1.0.md +0 -28
- data/gh-pages/_posts/2012-12-20-1.2.0.md +0 -18
- data/gh-pages/_posts/2012-12-21-1.3.0.md +0 -20
- data/gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md +0 -26
- data/gh-pages/_posts/2012-12-22-1.4.1.md +0 -21
- data/gh-pages/_posts/2012-12-22-1.5.0.md +0 -17
- data/gh-pages/_posts/2012-12-23-1.5.1.md +0 -13
- data/gh-pages/_posts/2012-12-23-1.5.2.md +0 -15
- data/gh-pages/_posts/2012-12-26-1.5.3.md +0 -19
- data/gh-pages/_posts/2012-12-27-1.6.0.md +0 -18
- data/gh-pages/_posts/2012-12-29-1.7.0.md +0 -18
- data/gh-pages/_posts/2013-01-05-1.8.0.md +0 -18
- data/gh-pages/_posts/2013-01-06-1.9.0.md +0 -20
- data/gh-pages/_posts/2013-01-10-1.10.0.md +0 -18
- data/gh-pages/_posts/2013-01-20-1.11.0.md +0 -14
- data/gh-pages/_posts/2013-02-16-1.12.0.md +0 -14
- data/gh-pages/_posts/2013-02-17-1.13.0.md +0 -29
- data/gh-pages/_posts/2013-02-17-1.14.0.md +0 -15
- data/gh-pages/_posts/2013-02-17-1.14.1.md +0 -18
- data/gh-pages/_posts/2013-02-17-two-months-in.md +0 -27
- data/gh-pages/_posts/2013-03-16-1.15.0.md +0 -28
- data/gh-pages/_posts/2013-03-16-coloured-output-released.md +0 -27
- data/gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md +0 -28
- data/gh-pages/_posts/2013-04-11-1.15.1.md +0 -13
- data/gh-pages/_posts/2013-04-12-1.16.0.md +0 -22
- data/gh-pages/_posts/2013-04-14-1.17.0.md +0 -15
- data/gh-pages/_posts/2013-04-14-1.17.1.md +0 -20
- data/gh-pages/_posts/2013-04-14-1.17.2.md +0 -13
- data/gh-pages/_posts/2013-04-15-sync-alias.md +0 -31
- data/gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md +0 -37
- data/gh-pages/_posts/2013-04-16-1.18.0.md +0 -15
- data/gh-pages/_posts/2013-04-16-set-up-color-output.md +0 -47
- data/gh-pages/_posts/2013-04-19-1.19.0.md +0 -13
- data/gh-pages/_posts/2013-04-19-1.20.0.md +0 -15
- data/gh-pages/_posts/2013-04-20-1.21.0.md +0 -16
- data/gh-pages/_posts/2013-04-20-1.22.0.md +0 -14
- data/gh-pages/_posts/2013-04-20-1.22.1.md +0 -13
- data/gh-pages/_posts/2013-04-21-1.22.2.md +0 -15
- data/gh-pages/_posts/2013-04-21-1.23.0.md +0 -35
- data/gh-pages/_posts/2013-04-23-1.24.0.md +0 -16
- data/gh-pages/_posts/2013-04-24-1.25.0.md +0 -21
- data/gh-pages/_posts/2013-05-09-2.0.0.md +0 -33
- data/gh-pages/_posts/2013-05-09-version-2.0.0-released.md +0 -32
- data/gh-pages/_posts/2013-07-20-2.1.0.md +0 -36
- data/gh-pages/_posts/2013-07-20-2.2.0.md +0 -20
- data/gh-pages/_posts/2013-10-12-2.3.0.md +0 -19
- data/gh-pages/_posts/2014-03-30-2.3.1.md +0 -25
- data/gh-pages/_posts/2015-01-05-2.3.2.md +0 -18
- data/gh-pages/_posts/2015-12-03-get-involved.md +0 -29
- data/gh-pages/_posts/2015-12-05-2.3.3.md +0 -16
- data/gh-pages/_posts/2016-01-02-2.4.0.md +0 -19
- data/gh-pages/_posts/2017-05-01-2.4.1.md +0 -12
- data/gh-pages/_posts/2017-10-23-sleep-mode.md +0 -18
- data/gh-pages/_posts/2018-01-03-3.0.1.md +0 -12
- data/gh-pages/_stylesheets/ppl/color.less +0 -119
- data/gh-pages/_stylesheets/ppl/layout.less +0 -54
- data/gh-pages/_stylesheets/ppl/style.less +0 -185
- data/gh-pages/_stylesheets/ppl/typography.less +0 -59
- data/gh-pages/development/changelog/index.md +0 -18
- data/gh-pages/development/changelog/split.rb +0 -51
- data/gh-pages/development/index.html +0 -32
- data/gh-pages/development/roadmap/index.md +0 -15
- data/gh-pages/documentation/about/index.html +0 -63
- data/gh-pages/documentation/commands/add/index.md +0 -43
- data/gh-pages/documentation/commands/age/add/index.md +0 -40
- data/gh-pages/documentation/commands/age/index.md +0 -38
- data/gh-pages/documentation/commands/bday/index.md +0 -44
- data/gh-pages/documentation/commands/completion/index.md +0 -38
- data/gh-pages/documentation/commands/email/index.md +0 -64
- data/gh-pages/documentation/commands/grep/index.md +0 -32
- data/gh-pages/documentation/commands/init/index.md +0 -28
- data/gh-pages/documentation/commands/ls/index.md +0 -55
- data/gh-pages/documentation/commands/mutt/index.md +0 -36
- data/gh-pages/documentation/commands/mv/index.md +0 -26
- data/gh-pages/documentation/commands/name/index.md +0 -45
- data/gh-pages/documentation/commands/nick/index.md +0 -44
- data/gh-pages/documentation/commands/org/index.md +0 -45
- data/gh-pages/documentation/commands/phone/index.md +0 -56
- data/gh-pages/documentation/commands/post/index.md +0 -61
- data/gh-pages/documentation/commands/pull/index.md +0 -39
- data/gh-pages/documentation/commands/push/index.md +0 -36
- data/gh-pages/documentation/commands/remote/index.md +0 -40
- data/gh-pages/documentation/commands/rm/index.md +0 -23
- data/gh-pages/documentation/commands/scrape/index.md +0 -38
- data/gh-pages/documentation/commands/shell/index.md +0 -39
- data/gh-pages/documentation/commands/show/index.md +0 -33
- data/gh-pages/documentation/commands/url/index.md +0 -44
- data/gh-pages/documentation/commands/version/index.md +0 -27
- data/gh-pages/documentation/configuration/address_book/index.md +0 -22
- data/gh-pages/documentation/configuration/alias/index.md +0 -45
- data/gh-pages/documentation/configuration/color/index.md +0 -47
- data/gh-pages/documentation/configuration/color_age/index.md +0 -20
- data/gh-pages/documentation/configuration/color_bday/index.md +0 -20
- data/gh-pages/documentation/configuration/color_email/index.md +0 -21
- data/gh-pages/documentation/configuration/color_ls/index.md +0 -21
- data/gh-pages/documentation/configuration/color_name/index.md +0 -20
- data/gh-pages/documentation/configuration/color_nick/index.md +0 -20
- data/gh-pages/documentation/configuration/color_org/index.md +0 -20
- data/gh-pages/documentation/configuration/color_phone/index.md +0 -22
- data/gh-pages/documentation/configuration/color_post/index.md +0 -20
- data/gh-pages/documentation/configuration/color_url/index.md +0 -20
- data/gh-pages/documentation/configuration/index.html +0 -8
- data/gh-pages/documentation/index.html +0 -183
- data/gh-pages/documentation/integration/bash/index.md +0 -23
- data/gh-pages/documentation/integration/google/index.md +0 -26
- data/gh-pages/documentation/integration/index.html +0 -8
- data/gh-pages/documentation/integration/mutt/index.md +0 -35
- data/gh-pages/documentation/integration/zsh/index.md +0 -19
- data/gh-pages/documentation/quick-start/index.html +0 -88
- data/gh-pages/documentation/tips/index.html +0 -9
- data/gh-pages/index.html +0 -108
- data/gh-pages/news/index.html +0 -9
- data/gh-pages/robots.txt +0 -3
- data/gh-pages/stylesheets/flatstrap.css +0 -10
- data/gh-pages/stylesheets/ppl.scss +0 -235
- data/gh-pages/wiki.png +0 -0
- data/package.json +0 -23
- data/site/_data/url.js +0 -4
- data/site/casts/hero.cast +0 -189
- data/site/development.njk +0 -6
- data/site/documentation.njk +0 -6
- data/site/index.njk +0 -75
- data/site/news.njk +0 -6
- data/site/style.scss +0 -140
- data/spec/ppl/adapter/color_spec.rb +0 -14
- data/spec/ppl/adapter/email_scraper_spec.rb +0 -14
- data/spec/ppl/adapter/vcard_spec.rb +0 -23
- data/spec/ppl/format/address_book_spec.rb +0 -17
- data/spec/ppl/format/contact_spec.rb +0 -16
- data/spec/ppl/format/name_spec.rb +0 -17
- data/spec/ppl/format/postal_address_spec.rb +0 -17
- data/yarn.lock +0 -3605
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl age Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: age
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl age - List or show contacts' ages
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl age [<contact>]
|
|
15
|
-
|
|
16
|
-
### Description
|
|
17
|
-
|
|
18
|
-
This command calculates contacts' current ages in years based on their date of
|
|
19
|
-
birth. The purpose of this command is to provide easy access to an often-needed
|
|
20
|
-
piece of information which is indirectly available from the data in the address
|
|
21
|
-
book.
|
|
22
|
-
|
|
23
|
-
Invoked without any arguments, all contacts are listed with their respective
|
|
24
|
-
ages. If a `<contact>` is specified, only the age of that contact will be shown.
|
|
25
|
-
|
|
26
|
-
### Examples
|
|
27
|
-
|
|
28
|
-
$ ppl bday jdoe 1980-01-01
|
|
29
|
-
$ ppl age jdoe
|
|
30
|
-
33
|
|
31
|
-
$ ppl age
|
|
32
|
-
fred: 25
|
|
33
|
-
jdoe: 33
|
|
34
|
-
|
|
35
|
-
### See Also
|
|
36
|
-
|
|
37
|
-
* [ppl bday](../bday)
|
|
38
|
-
* [color output](/documentation/configuration/color_age)
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl bday Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: bday
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl bday - List, show or change birthdays
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl bday
|
|
15
|
-
ppl bday <contact>
|
|
16
|
-
ppl bday <contact> <date>
|
|
17
|
-
|
|
18
|
-
### Description
|
|
19
|
-
|
|
20
|
-
With no arguments, the dates of birth of each contact in the address book are
|
|
21
|
-
listed.
|
|
22
|
-
|
|
23
|
-
If a `<contact>` is specified, the date of birth of that contact is shown.
|
|
24
|
-
|
|
25
|
-
If both a `<contact>` and a `<date>` are given, then the date is stored as the
|
|
26
|
-
date of birth of that contact. The `<date>` parameter must be a valid date
|
|
27
|
-
string parseable by Ruby's
|
|
28
|
-
[Date.parse](http://ruby-doc.org/stdlib-1.9.3/libdoc/date/rdoc/Date.html\#method-c-parse)
|
|
29
|
-
function.
|
|
30
|
-
|
|
31
|
-
### Examples
|
|
32
|
-
|
|
33
|
-
$ ppl bday jdoe 1970-01-01
|
|
34
|
-
$ ppl bday adam 1975-06-01
|
|
35
|
-
$ ppl bday jdoe
|
|
36
|
-
1970-01-01
|
|
37
|
-
$ ppl bday
|
|
38
|
-
adam: 1975-06-01
|
|
39
|
-
jdoe: 1970-01-01
|
|
40
|
-
|
|
41
|
-
### See Also
|
|
42
|
-
|
|
43
|
-
* [Date.parse](http://ruby-doc.org/stdlib-1.9.3/libdoc/date/rdoc/Date.html\#method-c-parse)
|
|
44
|
-
* [color output](/documentation/configuration/color_bday)
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl completion Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: completion
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl completion - Output a completion function for shell integration
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl completion <shell>
|
|
15
|
-
|
|
16
|
-
### Description
|
|
17
|
-
|
|
18
|
-
Output a shell autocomplete function to enable automatic completion of commands
|
|
19
|
-
|
|
20
|
-
The following shells are supported:
|
|
21
|
-
|
|
22
|
-
* `bash`
|
|
23
|
-
* `zsh`
|
|
24
|
-
|
|
25
|
-
### Examples
|
|
26
|
-
|
|
27
|
-
$ ppl completion bash
|
|
28
|
-
_ppl()
|
|
29
|
-
{
|
|
30
|
-
....
|
|
31
|
-
}
|
|
32
|
-
complete -F _ppl ppl
|
|
33
|
-
|
|
34
|
-
### See Also
|
|
35
|
-
|
|
36
|
-
* [Bash Integration Guide](/documentation/integration/bash)
|
|
37
|
-
* [ZSH Integration Guide](/documentation/integration/zsh)
|
|
38
|
-
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl email Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: email
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl email - List, show or change email addresses
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl email
|
|
15
|
-
ppl email <contact>
|
|
16
|
-
ppl email <contact> <email-address>
|
|
17
|
-
-d, --delete delete email address
|
|
18
|
-
-p, --preferred mark as preferred
|
|
19
|
-
-P, --not-preferred mark as not preferred
|
|
20
|
-
--format <format> specify a custom output format
|
|
21
|
-
|
|
22
|
-
### Description
|
|
23
|
-
|
|
24
|
-
With no arguments, the email addresses of each contact in the address book are
|
|
25
|
-
listed.
|
|
26
|
-
|
|
27
|
-
If a `<contact>` is specified, the email addresses of that contact are shown.
|
|
28
|
-
|
|
29
|
-
If both a `<contact>` and an `<email-address>` are given, then the address is
|
|
30
|
-
added to the email addresses of the contact.
|
|
31
|
-
|
|
32
|
-
It the `--delete` or `-d` flag is set, then the given `<email-address>` is
|
|
33
|
-
deleted from the specified `<contact>`.
|
|
34
|
-
|
|
35
|
-
The `--preferred` and `--not-preferred` flags are for marking a given email
|
|
36
|
-
address as "preferred" or not. Internally, this status is represented with
|
|
37
|
-
vCard's `TYPE=pref` parameter in the `EMAIL` field. Preferred email addresses
|
|
38
|
-
are shown with a `*` next to them in the output of `ppl email <contact>`.
|
|
39
|
-
|
|
40
|
-
### Formatting Options
|
|
41
|
-
|
|
42
|
-
Using the `--format` option, it is possible to customize the output of `ppl
|
|
43
|
-
email` in several ways. This customizability is similar in usage to a typical
|
|
44
|
-
`printf` function or [`git log`](http://git-scm.com/docs/git-log)'s own
|
|
45
|
-
`--format` option. Here are the placeholders and their values.
|
|
46
|
-
|
|
47
|
-
%n Newline
|
|
48
|
-
%a Email address
|
|
49
|
-
%f Preferred status ("*" if preferred)
|
|
50
|
-
|
|
51
|
-
### Examples
|
|
52
|
-
|
|
53
|
-
$ ppl email jdoe jdoe@example.org --preferred
|
|
54
|
-
$ ppl email adam adam@example.com
|
|
55
|
-
$ ppl email jdoe
|
|
56
|
-
* jdoe@example.org
|
|
57
|
-
$ ppl email
|
|
58
|
-
adam: adam@example.com
|
|
59
|
-
jdoe: jdoe@example.org
|
|
60
|
-
|
|
61
|
-
### See Also
|
|
62
|
-
|
|
63
|
-
* [color output](/documentation/configuration/color_email)
|
|
64
|
-
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl grep Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: grep
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl grep - Search the address book
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl grep <options> <search>
|
|
15
|
-
|
|
16
|
-
### Description
|
|
17
|
-
|
|
18
|
-
This command is an alias of `git grep`. The `<options>` and the `<search>`
|
|
19
|
-
string given are passed straight on through to `git grep`.
|
|
20
|
-
|
|
21
|
-
The format and color of the output of this command is subject to your system's
|
|
22
|
-
git configuration, not the contents of your `~/.pplconfig`.
|
|
23
|
-
|
|
24
|
-
### Examples
|
|
25
|
-
|
|
26
|
-
$ ppl grep smith
|
|
27
|
-
john.vcf:EMAIL:john.smith@example.org
|
|
28
|
-
|
|
29
|
-
### See Also
|
|
30
|
-
|
|
31
|
-
* [git grep](http://git-scm.com/docs/git-grep)
|
|
32
|
-
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl init Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: init
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl init - Create an empty address book
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl init [<directory>]
|
|
15
|
-
|
|
16
|
-
### Description
|
|
17
|
-
|
|
18
|
-
This command creates an empty ppl repository. It creates the specified directory
|
|
19
|
-
if it doesn't already exist, and initializes a git repository there.
|
|
20
|
-
|
|
21
|
-
If no `<directory>` parameter is explicitly specified, then the operation is
|
|
22
|
-
applied to the current working directory.
|
|
23
|
-
|
|
24
|
-
### Examples
|
|
25
|
-
|
|
26
|
-
ppl init ~/contacts
|
|
27
|
-
|
|
28
|
-
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl ls Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: ls
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl ls - List all contacts
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl ls [<options>]
|
|
15
|
-
--format <format> specify a custom output format
|
|
16
|
-
--pretty <preset> specify a preset output format
|
|
17
|
-
|
|
18
|
-
### Description
|
|
19
|
-
|
|
20
|
-
List all the contacts in the address book.
|
|
21
|
-
|
|
22
|
-
### Formatting Options
|
|
23
|
-
|
|
24
|
-
Using the `--format` option, `ppl ls` can be customized to produce output in a
|
|
25
|
-
user-specified format. This is similar functionality to `printf` or the
|
|
26
|
-
customizability of other software such as [git
|
|
27
|
-
log](http://git-scm.com/docs/git-log). Here are the placeholders.
|
|
28
|
-
|
|
29
|
-
%n Newline
|
|
30
|
-
%i Contact ID
|
|
31
|
-
%N Name
|
|
32
|
-
%a Age
|
|
33
|
-
%b Birthday
|
|
34
|
-
%k Nickname (first)
|
|
35
|
-
%e Email address (preferred/first)
|
|
36
|
-
%p Phone number (preferred/first)
|
|
37
|
-
%o Organization (first)
|
|
38
|
-
|
|
39
|
-
Commonly used output formats can be stored in `~/.pplconfig` and invoked by name
|
|
40
|
-
using the `--pretty` option. For example, the following configuration would
|
|
41
|
-
allow the format to be used by running `ppl ls --pretty age_info`.
|
|
42
|
-
|
|
43
|
-
[pretty]
|
|
44
|
-
age_info = "%i: %a (%b)"
|
|
45
|
-
|
|
46
|
-
### Examples
|
|
47
|
-
|
|
48
|
-
$ ppl ls
|
|
49
|
-
jdoe: John Doe <jdoe@example.org>
|
|
50
|
-
kdoe: Kent Doe <kdoe@example.org>
|
|
51
|
-
|
|
52
|
-
### See Also
|
|
53
|
-
|
|
54
|
-
* [color output](/documentation/configuration/color_ls)
|
|
55
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl mutt Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: mutt
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl mutt - Integration with mutt's query_command
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl mutt [<options>] <query>
|
|
15
|
-
-i, --ignore-case Turn off case sensitivity
|
|
16
|
-
|
|
17
|
-
### Description
|
|
18
|
-
|
|
19
|
-
Searches the names and email addresses in the address book for the given
|
|
20
|
-
`<query>` string and returns a list of results formatted for compatibility with
|
|
21
|
-
[mutt's query_command
|
|
22
|
-
option](http://www.mutt.org/doc/manual/manual-4.html#ss4.5).
|
|
23
|
-
|
|
24
|
-
This is intended to enable mutt users to integrate ppl as the search backend for
|
|
25
|
-
recipient autocompletion.
|
|
26
|
-
|
|
27
|
-
If the `-i` flag is given, the search will be case-insensitive, ignoring case
|
|
28
|
-
differences between the query given and the contacts' names and email addresses.
|
|
29
|
-
|
|
30
|
-
### Examples
|
|
31
|
-
|
|
32
|
-
Put the following in your `~/.muttrc`:
|
|
33
|
-
|
|
34
|
-
set query_command = "ppl mutt '%s'"
|
|
35
|
-
|
|
36
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl mv Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: mv
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl mv - Move a contact to a different ID
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl mv <source> <destination>
|
|
15
|
-
|
|
16
|
-
### Description
|
|
17
|
-
|
|
18
|
-
This changes the ID of a contact. The `<source>` parameter must correspond to
|
|
19
|
-
the ID of an existing contact in the address book. The `<destination>` parameter
|
|
20
|
-
must not already be in use as the ID of an existing contact.
|
|
21
|
-
|
|
22
|
-
### Examples
|
|
23
|
-
|
|
24
|
-
ppl mv john jdoe
|
|
25
|
-
|
|
26
|
-
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl name Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: name
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl name - List, show or change names
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl name
|
|
15
|
-
ppl name <contact>
|
|
16
|
-
ppl name <contact> <name>
|
|
17
|
-
-f, --family <family-name(s)>
|
|
18
|
-
-g, --given <given-name(s)>
|
|
19
|
-
-m, --middle <middle-name(s)>
|
|
20
|
-
-p, --prefix <prefix>
|
|
21
|
-
-s, --suffix <suffix>
|
|
22
|
-
|
|
23
|
-
### Description
|
|
24
|
-
|
|
25
|
-
With no arguments, the full names of each contact in the address book are
|
|
26
|
-
listed.
|
|
27
|
-
|
|
28
|
-
If a `<contact>` is specified, the full name of that contact is shown.
|
|
29
|
-
|
|
30
|
-
If both a `<contact>` and a `<name>` are given, then the name is stored as the
|
|
31
|
-
full name of the contact.
|
|
32
|
-
|
|
33
|
-
### Examples
|
|
34
|
-
|
|
35
|
-
$ ppl name jdoe "John Doe"
|
|
36
|
-
$ ppl name adam "Adam West" --family West -g Adam
|
|
37
|
-
$ ppl name jdoe
|
|
38
|
-
John Doe
|
|
39
|
-
$ ppl name
|
|
40
|
-
adam: Adam West
|
|
41
|
-
jdoe: John Doe
|
|
42
|
-
|
|
43
|
-
### See Also
|
|
44
|
-
|
|
45
|
-
* [color output](/documentation/configuration/color_name)
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl nick Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: nick
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl nick - List, show or change nicknames
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl nick (--no-color)
|
|
15
|
-
ppl nick <contact>
|
|
16
|
-
ppl nick <contact> <nickname>
|
|
17
|
-
ppl nick <contact> (-d | --delete) <nickname>
|
|
18
|
-
|
|
19
|
-
### Description
|
|
20
|
-
|
|
21
|
-
With no arguments, the nicknames of each contact in the address book are listed.
|
|
22
|
-
|
|
23
|
-
If a `<contact>` is specified, their nicknames are shown. If both a `<contact>`
|
|
24
|
-
and a `<nickname>` are given, then the nickname is added to the contact. If the
|
|
25
|
-
`--delete` or `-d` flag is set, then the given `<nickname>` is
|
|
26
|
-
deleted from the specified `<contact>`.
|
|
27
|
-
|
|
28
|
-
If the `--no-color` flag is set, then the list of nicknames will be printed
|
|
29
|
-
without any ANSI color escape codes, regardless of any configuration settings.
|
|
30
|
-
|
|
31
|
-
### Examples
|
|
32
|
-
|
|
33
|
-
$ ppl nick jdoe Johnny
|
|
34
|
-
$ ppl nick fred Freddy
|
|
35
|
-
$ ppl nick jdoe
|
|
36
|
-
Johnny
|
|
37
|
-
$ ppl nick
|
|
38
|
-
fred: Freddy
|
|
39
|
-
jdoe: Johnny
|
|
40
|
-
|
|
41
|
-
### See Also
|
|
42
|
-
|
|
43
|
-
* [color output](/documentation/configuration/color_nick)
|
|
44
|
-
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl org Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: org
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl org - List, show or change organizations
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl org
|
|
15
|
-
ppl org <contact>
|
|
16
|
-
ppl org <contact> <organization>
|
|
17
|
-
ppl org <contact> (-d | --delete) <organization>
|
|
18
|
-
|
|
19
|
-
### Description
|
|
20
|
-
|
|
21
|
-
With no arguments, the organizations of each contact in the address book are
|
|
22
|
-
listed.
|
|
23
|
-
|
|
24
|
-
If a `<contact>` is specified, the organization of that contact is shown.
|
|
25
|
-
|
|
26
|
-
If both a `<contact>` and an `<organization>` are given, then the organization
|
|
27
|
-
is added to that contact's organizations.
|
|
28
|
-
|
|
29
|
-
It the `--delete` or `-d` flag is set, then the given `<organization>` is
|
|
30
|
-
deleted from the specified `<contact>`.
|
|
31
|
-
|
|
32
|
-
### Examples
|
|
33
|
-
|
|
34
|
-
$ ppl org jdoe "Free Software Foundation"
|
|
35
|
-
$ ppl org adam "Microsoft Corporation"
|
|
36
|
-
$ ppl org jdoe
|
|
37
|
-
Free Software Foundation
|
|
38
|
-
$ ppl org
|
|
39
|
-
adam: Microsoft Corporation
|
|
40
|
-
jdoe: Free Software Foundation
|
|
41
|
-
|
|
42
|
-
### See Also
|
|
43
|
-
|
|
44
|
-
* [color output](/documentation/configuration/color_org)
|
|
45
|
-
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl phone Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: phone
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl phone - List, show or change phone numbers
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl phone
|
|
15
|
-
ppl phone <contact>
|
|
16
|
-
ppl phone <contact> <phone-number>
|
|
17
|
-
ppl phone <contact> <phone-number>
|
|
18
|
-
-d, --delete delete phone number
|
|
19
|
-
-t, --type <type> set the number's type
|
|
20
|
-
-p, --preferred mark as preferred
|
|
21
|
-
-P, --not-preferred mark as not preferred
|
|
22
|
-
|
|
23
|
-
### Description
|
|
24
|
-
|
|
25
|
-
With no arguments, the phone numbers of each contact in the address book are
|
|
26
|
-
listed.
|
|
27
|
-
|
|
28
|
-
If a `<contact>` is specified, the phone number of that contact is shown.
|
|
29
|
-
|
|
30
|
-
If both a `<contact>` and a `<phone-number>` are given, then the number is added
|
|
31
|
-
to the contact's phone numbers.
|
|
32
|
-
|
|
33
|
-
It the `--delete` or `-d` flag is set, then the given `<phone-number>` is
|
|
34
|
-
deleted from the specified `<contact>`.
|
|
35
|
-
|
|
36
|
-
Use the `--type <type>` option to assign a type to the phone number. You can use
|
|
37
|
-
this option both when adding a new number or to amend an existing number.
|
|
38
|
-
|
|
39
|
-
The `--preferred` and `--not-preferred` flags are for marking a given phone
|
|
40
|
-
number as "preferred" or not. Internally, this status is represented with
|
|
41
|
-
vCard's `TYPE=pref` parameter in the `TEL` field. Preferred phone numbers are
|
|
42
|
-
shown with a `*` next to them in the output of `ppl phone <contact>`.
|
|
43
|
-
|
|
44
|
-
### Examples
|
|
45
|
-
|
|
46
|
-
$ ppl phone jdoe 0123456789 --type cell
|
|
47
|
-
$ ppl phone adam 0777111222
|
|
48
|
-
$ ppl phone jdoe
|
|
49
|
-
0123456789 (cell)
|
|
50
|
-
$ ppl phone
|
|
51
|
-
adam: 0777111222
|
|
52
|
-
jdoe: 0123456789
|
|
53
|
-
|
|
54
|
-
### See Also
|
|
55
|
-
|
|
56
|
-
* [color output](/documentation/configuration/color_phone)
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl post Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: post
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl post - List, show or change postal addresses
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl post
|
|
15
|
-
ppl post <contact>
|
|
16
|
-
ppl post <contact> <address>
|
|
17
|
-
-s, --street <street-address>
|
|
18
|
-
-z, --postal-code <postal-code>
|
|
19
|
-
-p, --po-box <po-box>
|
|
20
|
-
-l, --locality <locality>
|
|
21
|
-
-r, --region <region>
|
|
22
|
-
-c, --country <country>
|
|
23
|
-
ppl post <contact> <address> (-m | --move) <new-name>
|
|
24
|
-
|
|
25
|
-
### Description
|
|
26
|
-
|
|
27
|
-
With no arguments, the postal addresses of each contact in the address book are
|
|
28
|
-
listed.
|
|
29
|
-
|
|
30
|
-
If a just a `<contact>` is specified, the postal addresses of that contact are
|
|
31
|
-
shown.
|
|
32
|
-
|
|
33
|
-
If both a `<contact>` and an `<address>` are specified, an address will be
|
|
34
|
-
created or updated using the options provided.
|
|
35
|
-
|
|
36
|
-
Use the `-m` or `--move` flag to move an address to a new ID.
|
|
37
|
-
|
|
38
|
-
### Examples
|
|
39
|
-
|
|
40
|
-
$ ppl post
|
|
41
|
-
alice: home, work
|
|
42
|
-
jdoe: home
|
|
43
|
-
$ ppl post alice
|
|
44
|
-
* home 3701 Southwest 12th Street, Topeka, Kansas, USA
|
|
45
|
-
work 123 Business Road, Businesstown, USA
|
|
46
|
-
$ ppl post alice home
|
|
47
|
-
3701 Southwest 12th Street
|
|
48
|
-
Topeka
|
|
49
|
-
Kansas
|
|
50
|
-
USA
|
|
51
|
-
$ ppl post alice home --country Canada
|
|
52
|
-
$ ppl post alice home
|
|
53
|
-
3701 Southwest 12th Street
|
|
54
|
-
Topeka
|
|
55
|
-
Kansas
|
|
56
|
-
Canada
|
|
57
|
-
|
|
58
|
-
### See Also
|
|
59
|
-
|
|
60
|
-
* [color output](/documentation/configuration/color_post)
|
|
61
|
-
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl pull Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: pull
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl pull - Execute `git pull` in the address book directory
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl pull <remote> <branch>
|
|
15
|
-
|
|
16
|
-
### Description
|
|
17
|
-
|
|
18
|
-
This command is an alias of `git pull`. It is intended to make it more
|
|
19
|
-
convenient to use git to synchronise your address book. The rationale is that it
|
|
20
|
-
is tiresome to have to type `cd ~/contacts` and then `git pull origin master`.
|
|
21
|
-
Assuming you have configured ppl to [remember the location of your address
|
|
22
|
-
book](/documentation/configuration/address_book), then `ppl pull origin master`
|
|
23
|
-
is the equivalent of those two commands.
|
|
24
|
-
|
|
25
|
-
Note that this command literally executes the git command `push` in the address
|
|
26
|
-
book directory. If you don't have the git CLI tool installed, this command will
|
|
27
|
-
not work.
|
|
28
|
-
|
|
29
|
-
### Examples
|
|
30
|
-
|
|
31
|
-
$ ppl pull origin master
|
|
32
|
-
Already up-to-date.
|
|
33
|
-
|
|
34
|
-
### See Also
|
|
35
|
-
|
|
36
|
-
* [git pull](http://git-scm.com/docs/git-pull)
|
|
37
|
-
* [ppl push](/documentation/commands/push)
|
|
38
|
-
* [ppl remote](/documentation/commands/push)
|
|
39
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ppl push Manual Page
|
|
3
|
-
layout: command
|
|
4
|
-
section: documentation
|
|
5
|
-
command: push
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
### Name
|
|
9
|
-
|
|
10
|
-
ppl push - Execute `git push` in the address book directory
|
|
11
|
-
|
|
12
|
-
### Synopsis
|
|
13
|
-
|
|
14
|
-
ppl push <remote> <branch>
|
|
15
|
-
|
|
16
|
-
### Description
|
|
17
|
-
|
|
18
|
-
This command is an alias of `git push`. It is intended to make it more
|
|
19
|
-
convenient to use git to synchronise your address book. See the documentation
|
|
20
|
-
for [git pull](/documentation/commands/pull) for more details.
|
|
21
|
-
|
|
22
|
-
Note that this command literally executes the git command `push` in the address
|
|
23
|
-
book directory. If you don't have the git CLI tool installed, this command will
|
|
24
|
-
not work.
|
|
25
|
-
|
|
26
|
-
### Examples
|
|
27
|
-
|
|
28
|
-
$ ppl push origin master
|
|
29
|
-
Everything up-to-date.
|
|
30
|
-
|
|
31
|
-
### See Also
|
|
32
|
-
|
|
33
|
-
* [git push](http://git-scm.com/docs/git-push)
|
|
34
|
-
* [ppl pull](/documentation/commands/pull)
|
|
35
|
-
* [ppl remote](/documentation/commands/push)
|
|
36
|
-
|