ppl 3.0.0 → 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 +5 -5
- data/.editorconfig +16 -0
- data/.eleventy.js +86 -0
- data/.eleventyignore +1 -0
- data/.github/workflows/build.yml +61 -0
- data/.gitignore +3 -1
- data/Rakefile +1 -18
- data/{CODE_OF_CONDUCT.md → code_of_conduct.md} +1 -1
- data/features/step_definitions/ppl_steps.rb +27 -27
- 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/lib/ppl/adapter/color.rb +0 -1
- data/lib/ppl/adapter/color/colored.rb +0 -1
- data/lib/ppl/adapter/email_scraper.rb +0 -1
- data/lib/ppl/adapter/email_scraper/mail.rb +4 -5
- data/lib/ppl/adapter/storage.rb +0 -1
- data/lib/ppl/adapter/storage/disk.rb +0 -1
- data/lib/ppl/adapter/storage/factory.rb +0 -1
- data/lib/ppl/adapter/vcard.rb +0 -1
- data/lib/ppl/adapter/vcard/vpim.rb +5 -1
- data/lib/ppl/application/bootstrap.rb +0 -1
- data/lib/ppl/application/command.rb +0 -1
- data/lib/ppl/application/command_suite.rb +0 -1
- data/lib/ppl/application/configuration.rb +0 -1
- data/lib/ppl/application/input.rb +0 -1
- data/lib/ppl/application/output.rb +0 -1
- data/lib/ppl/application/router.rb +0 -1
- data/lib/ppl/application/shell.rb +0 -1
- data/lib/ppl/command/add.rb +0 -1
- data/lib/ppl/command/age.rb +0 -1
- data/lib/ppl/command/attribute.rb +0 -1
- data/lib/ppl/command/bday.rb +0 -1
- data/lib/ppl/command/completion.rb +0 -1
- data/lib/ppl/command/email.rb +0 -1
- data/lib/ppl/command/external.rb +0 -1
- data/lib/ppl/command/help.rb +0 -1
- data/lib/ppl/command/init.rb +0 -1
- data/lib/ppl/command/ls.rb +0 -1
- data/lib/ppl/command/mutt.rb +0 -1
- data/lib/ppl/command/mv.rb +0 -1
- data/lib/ppl/command/name.rb +0 -1
- data/lib/ppl/command/nick.rb +0 -1
- data/lib/ppl/command/org.rb +0 -1
- data/lib/ppl/command/phone.rb +0 -1
- data/lib/ppl/command/post.rb +0 -1
- data/lib/ppl/command/rm.rb +0 -1
- data/lib/ppl/command/scrape.rb +0 -1
- data/lib/ppl/command/shell.rb +0 -1
- data/lib/ppl/command/show.rb +0 -1
- data/lib/ppl/command/url.rb +0 -1
- data/lib/ppl/command/version.rb +0 -1
- data/lib/ppl/entity/address_book.rb +0 -1
- data/lib/ppl/entity/contact.rb +0 -1
- data/lib/ppl/entity/email_address.rb +0 -1
- data/lib/ppl/entity/name.rb +0 -1
- data/lib/ppl/entity/phone_number.rb +0 -1
- data/lib/ppl/entity/postal_address.rb +0 -1
- data/lib/ppl/error/completion_not_found.rb +0 -1
- data/lib/ppl/error/contact_not_found.rb +0 -1
- data/lib/ppl/error/incorrect_usage.rb +0 -1
- data/lib/ppl/error/invalid_vcard.rb +1 -0
- data/lib/ppl/error/postal_address_not_found.rb +0 -1
- data/lib/ppl/format/address_book.rb +0 -1
- data/lib/ppl/format/address_book/ages.rb +0 -1
- data/lib/ppl/format/address_book/birthdays.rb +0 -1
- data/lib/ppl/format/address_book/email_addresses.rb +0 -1
- data/lib/ppl/format/address_book/mutt_query.rb +0 -1
- data/lib/ppl/format/address_book/names.rb +0 -1
- data/lib/ppl/format/address_book/nicknames.rb +0 -1
- data/lib/ppl/format/address_book/one_line.rb +0 -1
- data/lib/ppl/format/address_book/organizations.rb +0 -1
- data/lib/ppl/format/address_book/phone_numbers.rb +0 -1
- data/lib/ppl/format/address_book/postal_addresses.rb +0 -1
- data/lib/ppl/format/address_book/urls.rb +0 -1
- data/lib/ppl/format/contact.rb +0 -1
- data/lib/ppl/format/contact/age.rb +0 -1
- data/lib/ppl/format/contact/birthday.rb +0 -1
- data/lib/ppl/format/contact/email_addresses.rb +0 -1
- data/lib/ppl/format/contact/full.rb +0 -1
- data/lib/ppl/format/contact/nicknames.rb +0 -1
- data/lib/ppl/format/contact/organization.rb +0 -1
- data/lib/ppl/format/contact/phone_number.rb +0 -1
- data/lib/ppl/format/contact/postal_address.rb +0 -1
- data/lib/ppl/format/contact/postal_addresses.rb +0 -1
- data/lib/ppl/format/contact/urls.rb +0 -1
- data/lib/ppl/format/custom.rb +0 -1
- data/lib/ppl/format/custom/contact.rb +0 -1
- data/lib/ppl/format/custom/email_address.rb +0 -1
- data/lib/ppl/format/custom/phone_number.rb +0 -1
- data/lib/ppl/format/name.rb +0 -1
- data/lib/ppl/format/name/full_only.rb +0 -1
- data/lib/ppl/format/postal_address.rb +0 -1
- data/lib/ppl/format/postal_address/multi_line.rb +0 -1
- data/lib/ppl/format/postal_address/one_line.rb +0 -1
- data/lib/ppl/format/table.rb +0 -1
- data/lib/ppl/service/email_address.rb +0 -1
- data/lib/ppl/service/name.rb +0 -1
- data/lib/ppl/service/phone_number.rb +0 -1
- data/lib/ppl/service/postal_address.rb +0 -1
- data/{LICENSE → license} +0 -0
- data/makefile +18 -0
- data/package.json +23 -0
- data/ppl.gemspec +15 -13
- data/{README.md → readme.md} +12 -9
- 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/spec/ppl/adapter/color/colored_spec.rb +3 -4
- data/spec/ppl/adapter/color_spec.rb +0 -1
- data/spec/ppl/adapter/email_scraper/mail_spec.rb +13 -13
- data/spec/ppl/adapter/email_scraper_spec.rb +0 -1
- data/spec/ppl/adapter/output_spec.rb +7 -8
- data/spec/ppl/adapter/storage/disk_spec.rb +18 -19
- data/spec/ppl/adapter/storage/factory_spec.rb +3 -4
- data/spec/ppl/adapter/storage/git_spec.rb +31 -32
- data/spec/ppl/adapter/storage_spec.rb +3 -4
- data/spec/ppl/adapter/vcard/greencard_spec.rb +45 -45
- data/spec/ppl/adapter/vcard_spec.rb +0 -1
- data/spec/ppl/application/bootstrap_spec.rb +128 -129
- data/spec/ppl/application/command_spec.rb +8 -9
- data/spec/ppl/application/command_suite_spec.rb +7 -8
- data/spec/ppl/application/configuration_spec.rb +16 -17
- data/spec/ppl/application/input_spec.rb +2 -3
- data/spec/ppl/application/router_spec.rb +8 -9
- data/spec/ppl/application/shell_spec.rb +39 -40
- data/spec/ppl/command/add_spec.rb +6 -7
- data/spec/ppl/command/age_spec.rb +7 -8
- data/spec/ppl/command/attribute_spec.rb +22 -23
- data/spec/ppl/command/bday_spec.rb +11 -12
- data/spec/ppl/command/completion_spec.rb +7 -8
- data/spec/ppl/command/email_spec.rb +19 -20
- data/spec/ppl/command/external_spec.rb +7 -8
- data/spec/ppl/command/help_spec.rb +15 -16
- data/spec/ppl/command/init_spec.rb +5 -6
- data/spec/ppl/command/ls_spec.rb +12 -13
- data/spec/ppl/command/mutt_spec.rb +33 -34
- data/spec/ppl/command/mv_spec.rb +11 -12
- data/spec/ppl/command/name_spec.rb +17 -18
- data/spec/ppl/command/nick_spec.rb +1 -2
- data/spec/ppl/command/org_spec.rb +1 -2
- data/spec/ppl/command/phone_spec.rb +15 -16
- data/spec/ppl/command/post_spec.rb +29 -30
- data/spec/ppl/command/rm_spec.rb +3 -4
- data/spec/ppl/command/scrape_spec.rb +24 -25
- data/spec/ppl/command/shell_spec.rb +41 -42
- data/spec/ppl/command/show_spec.rb +4 -5
- data/spec/ppl/command/url_spec.rb +1 -2
- data/spec/ppl/command/version_spec.rb +4 -5
- data/spec/ppl/entity/address_book_spec.rb +1 -2
- data/spec/ppl/entity/contact_spec.rb +16 -17
- data/spec/ppl/entity/email_address_spec.rb +3 -4
- data/spec/ppl/entity/name_spec.rb +1 -2
- data/spec/ppl/entity/phone_number_spec.rb +5 -6
- data/spec/ppl/entity/postal_address_spec.rb +2 -3
- data/spec/ppl/format/address_book/ages_spec.rb +3 -4
- data/spec/ppl/format/address_book/birthdays_spec.rb +3 -4
- data/spec/ppl/format/address_book/email_addresses_spec.rb +3 -4
- data/spec/ppl/format/address_book/mutt_query_spec.rb +3 -4
- data/spec/ppl/format/address_book/names_spec.rb +3 -4
- data/spec/ppl/format/address_book/nicknames_spec.rb +4 -5
- data/spec/ppl/format/address_book/one_line_spec.rb +5 -6
- data/spec/ppl/format/address_book/organizations_spec.rb +3 -4
- data/spec/ppl/format/address_book/phone_numbers_spec.rb +3 -4
- data/spec/ppl/format/address_book/postal_addresses_spec.rb +2 -3
- data/spec/ppl/format/address_book/urls_spec.rb +3 -4
- data/spec/ppl/format/address_book_spec.rb +0 -1
- data/spec/ppl/format/contact/age_spec.rb +8 -9
- data/spec/ppl/format/contact/birthday_spec.rb +4 -5
- data/spec/ppl/format/contact/email_addresses_spec.rb +3 -4
- data/spec/ppl/format/contact/full_spec.rb +11 -12
- data/spec/ppl/format/contact/nicknames_spec.rb +4 -5
- data/spec/ppl/format/contact/organization_spec.rb +4 -5
- data/spec/ppl/format/contact/phone_number_spec.rb +4 -5
- data/spec/ppl/format/contact/postal_address_spec.rb +1 -2
- data/spec/ppl/format/contact/postal_addresses_spec.rb +3 -4
- data/spec/ppl/format/contact/urls_spec.rb +4 -5
- data/spec/ppl/format/contact_spec.rb +0 -1
- data/spec/ppl/format/custom/contact_spec.rb +13 -14
- data/spec/ppl/format/custom/email_address_spec.rb +3 -4
- data/spec/ppl/format/custom/phone_number_spec.rb +4 -5
- data/spec/ppl/format/custom_spec.rb +6 -7
- data/spec/ppl/format/name/full_only_spec.rb +4 -5
- data/spec/ppl/format/name_spec.rb +0 -1
- data/spec/ppl/format/postal_address/multi_line_spec.rb +10 -11
- data/spec/ppl/format/postal_address/one_line_spec.rb +9 -10
- data/spec/ppl/format/postal_address_spec.rb +0 -1
- data/spec/ppl/format/table_spec.rb +11 -11
- data/spec/ppl/service/email_address_spec.rb +13 -14
- data/spec/ppl/service/name_spec.rb +9 -10
- data/spec/ppl/service/phone_number_spec.rb +11 -12
- data/spec/ppl/service/postal_address_spec.rb +20 -21
- data/spec/spec_helper.rb +4 -0
- data/yarn.lock +3605 -0
- metadata +183 -22
- data/.travis.yml +0 -11
- data/COPYING +0 -339
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl show Manual Page
|
|
3
|
+
layout: command
|
|
4
|
+
section: documentation
|
|
5
|
+
command: show
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
### Name
|
|
9
|
+
|
|
10
|
+
ppl show - Display a contact's full details
|
|
11
|
+
|
|
12
|
+
### Synopsis
|
|
13
|
+
|
|
14
|
+
ppl show <contact>
|
|
15
|
+
|
|
16
|
+
### Description
|
|
17
|
+
|
|
18
|
+
Display the full details of the specified `<contact>`. This command will output
|
|
19
|
+
all the contact details that are currently stored, including email address, date
|
|
20
|
+
of birth, organization, and so on.
|
|
21
|
+
|
|
22
|
+
### Examples
|
|
23
|
+
|
|
24
|
+
$ ppl show jdoe
|
|
25
|
+
jdoe: John Doe <jdoe@example.org>
|
|
26
|
+
|
|
27
|
+
Birthday 1970-01-01
|
|
28
|
+
|
|
29
|
+
Phone Numbers:
|
|
30
|
+
0123456789
|
|
31
|
+
0543216790
|
|
32
|
+
|
|
33
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl url Manual Page
|
|
3
|
+
layout: command
|
|
4
|
+
section: documentation
|
|
5
|
+
command: url
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
### Name
|
|
9
|
+
|
|
10
|
+
ppl url - List, show or change URLs
|
|
11
|
+
|
|
12
|
+
### Synopsis
|
|
13
|
+
|
|
14
|
+
ppl url
|
|
15
|
+
ppl url <contact>
|
|
16
|
+
ppl url <contact> <url>
|
|
17
|
+
ppl url <contact> (-d | --delete) <url>
|
|
18
|
+
|
|
19
|
+
### Description
|
|
20
|
+
|
|
21
|
+
With no arguments, the URLs of each contact in the address book are listed.
|
|
22
|
+
|
|
23
|
+
If a `<contact>` is specified, the URLs of that contact are shown.
|
|
24
|
+
|
|
25
|
+
If both a `<contact>` and a `<URL>` are given, then the URL is added to the
|
|
26
|
+
contact.
|
|
27
|
+
|
|
28
|
+
If the `--delete` or `-d` flag is set, then the given `<url>` is
|
|
29
|
+
deleted from the specified `<contact>`.
|
|
30
|
+
|
|
31
|
+
### Examples
|
|
32
|
+
|
|
33
|
+
$ ppl url jdoe http://facebook.com/jdoe
|
|
34
|
+
$ ppl url adam http://adamswebsite.com
|
|
35
|
+
$ ppl url jdoe
|
|
36
|
+
http://facebook.com/jdoe
|
|
37
|
+
$ ppl url
|
|
38
|
+
adam: http://adamswebsite.com
|
|
39
|
+
jdoe: http://facebook.com/jdoe
|
|
40
|
+
|
|
41
|
+
### See Also
|
|
42
|
+
|
|
43
|
+
* [color output](/documentation/configuration/color_url)
|
|
44
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl version Manual Page
|
|
3
|
+
layout: command
|
|
4
|
+
section: documentation
|
|
5
|
+
command: version
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
### Name
|
|
9
|
+
|
|
10
|
+
ppl version - Display ppl's version number
|
|
11
|
+
|
|
12
|
+
### Synopsis
|
|
13
|
+
|
|
14
|
+
ppl version
|
|
15
|
+
|
|
16
|
+
### Description
|
|
17
|
+
|
|
18
|
+
This command simply displays the current version of ppl installed on the system.
|
|
19
|
+
|
|
20
|
+
Pre-1.9.0 versions of ppl lack this command, but `gem list --local | grep ppl`
|
|
21
|
+
ought to do the job just fine in its absence anyway.
|
|
22
|
+
|
|
23
|
+
### Examples
|
|
24
|
+
|
|
25
|
+
$ ppl version
|
|
26
|
+
ppl version 1.9.0
|
|
27
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [address book] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: address book
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
### path
|
|
9
|
+
|
|
10
|
+
[address book]
|
|
11
|
+
path = ~/contacts
|
|
12
|
+
|
|
13
|
+
By default, ppl determines the location of the address book based on the user's
|
|
14
|
+
[working directory](http://en.wikipedia.org/wiki/Working_directory). This value
|
|
15
|
+
overrides that behaviour and sets a particular directory as the location of the
|
|
16
|
+
address book regardless of the working directory.
|
|
17
|
+
|
|
18
|
+
This is intended for the typical use-case where a user of ppl only has one
|
|
19
|
+
address book. The purpose is to increase the convenience of using ppl with that
|
|
20
|
+
single address book by removing the requirement that the user first navigate to
|
|
21
|
+
its directory before reading from or writing to it.
|
|
22
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [alias] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: alias
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
Sometimes typing the same long commands repeatedly becomes tiresome. The
|
|
9
|
+
`[alias]` section is intended to address this issue by providing a means of
|
|
10
|
+
configuring shorter forms of commands.
|
|
11
|
+
|
|
12
|
+
[alias]
|
|
13
|
+
l = ls
|
|
14
|
+
s = show
|
|
15
|
+
|
|
16
|
+
Adding the above lines to `~/.pplconfig` would allow the user to interact with
|
|
17
|
+
ppl as follows:
|
|
18
|
+
|
|
19
|
+
$ ppl l
|
|
20
|
+
jdoe: John Doe <jdoe@example.org>
|
|
21
|
+
fred: Fred Bloggs <fred@example.org>
|
|
22
|
+
$ ppl s jdoe
|
|
23
|
+
John Doe <jdoe@example.org>
|
|
24
|
+
|
|
25
|
+
Birthday 1970-01-01
|
|
26
|
+
Organization Example Organization
|
|
27
|
+
|
|
28
|
+
Email Addresses
|
|
29
|
+
jdoe@example.org
|
|
30
|
+
|
|
31
|
+
### Bang Aliases
|
|
32
|
+
|
|
33
|
+
ppl's alias system is similar to git's in that it supports executing external
|
|
34
|
+
commands via aliases prefixed with an exclamation mark, or "bang". In your
|
|
35
|
+
`~/.pplconfig`, this would look something like the following:
|
|
36
|
+
|
|
37
|
+
[alias]
|
|
38
|
+
lsx = !ppl ls | grep -i x
|
|
39
|
+
|
|
40
|
+
The above example creates an alias `lsx` that pipes the output of [ppl
|
|
41
|
+
ls](/documentation/commands/ls) through `grep -i x`. This means that you
|
|
42
|
+
effectively create a new command - `ppl lsx` - which is identical to `ppl ls`
|
|
43
|
+
except that it only displays lines containing the letter x.
|
|
44
|
+
|
|
45
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
By default, ppl's commands output plain text with no [ANSI color escape
|
|
9
|
+
codes](http://en.wikipedia.org/wiki/ANSI_escape_code). This is good in terms of
|
|
10
|
+
ppl being a well-behaved, pipeable UNIX CLI program, but some people like a bit
|
|
11
|
+
more color in their life, and this section of the config file allows those
|
|
12
|
+
people to selectively enable color output on a per-command basis.
|
|
13
|
+
|
|
14
|
+
### Enable color for all commands that support it
|
|
15
|
+
|
|
16
|
+
[color]
|
|
17
|
+
age = true
|
|
18
|
+
bday = true
|
|
19
|
+
email = true
|
|
20
|
+
ls = true
|
|
21
|
+
name = true
|
|
22
|
+
nick = true
|
|
23
|
+
org = true
|
|
24
|
+
phone = true
|
|
25
|
+
post = true
|
|
26
|
+
show = true
|
|
27
|
+
url = true
|
|
28
|
+
|
|
29
|
+
### List of supported colors
|
|
30
|
+
|
|
31
|
+
* black
|
|
32
|
+
* blue
|
|
33
|
+
* cyan
|
|
34
|
+
* green
|
|
35
|
+
* magenta
|
|
36
|
+
* red
|
|
37
|
+
* white
|
|
38
|
+
* yellow
|
|
39
|
+
|
|
40
|
+
### Unsupported commands
|
|
41
|
+
|
|
42
|
+
The [mutt](/documentation/commands/mutt) command doesn't support color output
|
|
43
|
+
and never will. It'd be completely pointless.
|
|
44
|
+
|
|
45
|
+
The [show](/documentation/commands/show) command doesn't, either, but this is
|
|
46
|
+
due to be added sometime soon.
|
|
47
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "age"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "age"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[age](/documentation/commands/age) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "age"]
|
|
14
|
+
id = green
|
|
15
|
+
age = blue
|
|
16
|
+
|
|
17
|
+
### See Also
|
|
18
|
+
|
|
19
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "bday"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "bday"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[bday](/documentation/commands/bday) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "bday"]
|
|
14
|
+
id = green
|
|
15
|
+
birthday = blue
|
|
16
|
+
|
|
17
|
+
### See Also
|
|
18
|
+
|
|
19
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
20
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "email"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "email"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[email](/documentation/commands/email) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "email"]
|
|
14
|
+
star = red
|
|
15
|
+
id = green
|
|
16
|
+
email_addresses = blue
|
|
17
|
+
|
|
18
|
+
### See Also
|
|
19
|
+
|
|
20
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
21
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "ls"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "ls"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[ls](/documentation/commands/ls) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "ls"]
|
|
14
|
+
id = green
|
|
15
|
+
name = yellow
|
|
16
|
+
email = blue
|
|
17
|
+
|
|
18
|
+
### See Also
|
|
19
|
+
|
|
20
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
21
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "name"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "name"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[name](/documentation/commands/name) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "name"]
|
|
14
|
+
id = green
|
|
15
|
+
name = blue
|
|
16
|
+
|
|
17
|
+
### See Also
|
|
18
|
+
|
|
19
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "nick"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "nick"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[nick](/documentation/commands/nick) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "nick"]
|
|
14
|
+
id = green
|
|
15
|
+
nicknames = blue
|
|
16
|
+
|
|
17
|
+
### See Also
|
|
18
|
+
|
|
19
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "org"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "org"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[org](/documentation/commands/org) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "org"]
|
|
14
|
+
id = green
|
|
15
|
+
organizations = blue
|
|
16
|
+
|
|
17
|
+
### See Also
|
|
18
|
+
|
|
19
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
20
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "phone"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "phone"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[phone](/documentation/commands/phone) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "phone"]
|
|
14
|
+
star = red
|
|
15
|
+
id = green
|
|
16
|
+
phone_numbers = blue
|
|
17
|
+
type = red
|
|
18
|
+
|
|
19
|
+
### See Also
|
|
20
|
+
|
|
21
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
22
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "post"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "post"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[post](/documentation/commands/post) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "post"]
|
|
14
|
+
id = green
|
|
15
|
+
postal_address = blue
|
|
16
|
+
|
|
17
|
+
### See Also
|
|
18
|
+
|
|
19
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
20
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: ppl [color "url"] Configuration Guide
|
|
3
|
+
layout: configuration
|
|
4
|
+
section: documentation
|
|
5
|
+
config_section: color "url"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
This section dictates the color of the output of the
|
|
9
|
+
[url](/documentation/commands/url) command.
|
|
10
|
+
|
|
11
|
+
### Example
|
|
12
|
+
|
|
13
|
+
[color "url"]
|
|
14
|
+
id = green
|
|
15
|
+
urls = blue
|
|
16
|
+
|
|
17
|
+
### See Also
|
|
18
|
+
|
|
19
|
+
* [List of supported colors](/documentation/configuration/color#list_of_supported_colors)
|
|
20
|
+
|