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,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
|
+
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Documentation
|
|
3
|
+
layout: page
|
|
4
|
+
section: documentation
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
<h2>Documentation</h2>
|
|
8
|
+
|
|
9
|
+
<div class="row">
|
|
10
|
+
|
|
11
|
+
<div class="span4">
|
|
12
|
+
<h3>Quick Start</h3>
|
|
13
|
+
<div class="well well-large">
|
|
14
|
+
<p>
|
|
15
|
+
Trying ppl for the first time?
|
|
16
|
+
<br />
|
|
17
|
+
Want to learn the basics?
|
|
18
|
+
<br />
|
|
19
|
+
In 30 seconds or less?
|
|
20
|
+
</p>
|
|
21
|
+
|
|
22
|
+
<p>
|
|
23
|
+
<a class="btn btn-primary" href="{{site.url}}/documentation/quick-start">
|
|
24
|
+
Get Started
|
|
25
|
+
</a>
|
|
26
|
+
</p>
|
|
27
|
+
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
<div class="span8">
|
|
32
|
+
<h3>Command Reference</h3>
|
|
33
|
+
|
|
34
|
+
<div class="row">
|
|
35
|
+
|
|
36
|
+
<div class="span2">
|
|
37
|
+
<ul class="nav nav-pills nav-stacked">
|
|
38
|
+
<li><a href="{{site.url}}/documentation/commands/age">age</a></li>
|
|
39
|
+
<li><a href="{{site.url}}/documentation/commands/add">add</a></li>
|
|
40
|
+
<li><a href="{{site.url}}/documentation/commands/bday">bday</a></li>
|
|
41
|
+
<li><a href="{{site.url}}/documentation/commands/completion">completion</a></li>
|
|
42
|
+
<li><a href="{{site.url}}/documentation/commands/email">email</a></li>
|
|
43
|
+
<li><a href="{{site.url}}/documentation/commands/grep">grep</a></li>
|
|
44
|
+
</ul>
|
|
45
|
+
</div>
|
|
46
|
+
|
|
47
|
+
<div class="span2">
|
|
48
|
+
<ul class="nav nav-pills nav-stacked">
|
|
49
|
+
<li><a href="{{site.url}}/documentation/commands/init">init</a></li>
|
|
50
|
+
<li><a href="{{site.url}}/documentation/commands/ls">ls</a></li>
|
|
51
|
+
<li><a href="{{site.url}}/documentation/commands/mutt">mutt</a></li>
|
|
52
|
+
<li><a href="{{site.url}}/documentation/commands/mv">mv</a></li>
|
|
53
|
+
<li><a href="{{site.url}}/documentation/commands/name">name</a></li>
|
|
54
|
+
<li><a href="{{site.url}}/documentation/commands/nick">nick</a></li>
|
|
55
|
+
</ul>
|
|
56
|
+
</div>
|
|
57
|
+
|
|
58
|
+
<div class="span2">
|
|
59
|
+
<ul class="nav nav-pills nav-stacked">
|
|
60
|
+
<li><a href="{{site.url}}/documentation/commands/org">org</a></li>
|
|
61
|
+
<li><a href="{{site.url}}/documentation/commands/phone">phone</a></li>
|
|
62
|
+
<li><a href="{{site.url}}/documentation/commands/post">post</a></li>
|
|
63
|
+
<li><a href="{{site.url}}/documentation/commands/pull">pull</a></li>
|
|
64
|
+
<li><a href="{{site.url}}/documentation/commands/push">push</a></li>
|
|
65
|
+
<li><a href="{{site.url}}/documentation/commands/remote">remote</a></li>
|
|
66
|
+
</ul>
|
|
67
|
+
</div>
|
|
68
|
+
|
|
69
|
+
<div class="span2">
|
|
70
|
+
<ul class="nav nav-pills nav-stacked">
|
|
71
|
+
<li><a href="{{site.url}}/documentation/commands/rm">rm</a></li>
|
|
72
|
+
<li><a href="{{site.url}}/documentation/commands/scrape">scrape</a></li>
|
|
73
|
+
<li><a href="{{site.url}}/documentation/commands/shell">shell</a></li>
|
|
74
|
+
<li><a href="{{site.url}}/documentation/commands/show">show</a></li>
|
|
75
|
+
<li><a href="{{site.url}}/documentation/commands/url">url</a></li>
|
|
76
|
+
<li><a href="{{site.url}}/documentation/commands/version">version</a></li>
|
|
77
|
+
</ul>
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
</div>
|
|
81
|
+
|
|
82
|
+
</div>
|
|
83
|
+
|
|
84
|
+
</div>
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
<div class="row">
|
|
88
|
+
|
|
89
|
+
<div class="span4">
|
|
90
|
+
<h3>Tips & Tricks</h3>
|
|
91
|
+
<p>
|
|
92
|
+
Small bits of advice for getting the most out of ppl.
|
|
93
|
+
<br />
|
|
94
|
+
<a href="{{site.url}}/documentation/tips">Sound interesting?</a>
|
|
95
|
+
</p>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<div class="span8">
|
|
99
|
+
<h3>Integration Guide</h3>
|
|
100
|
+
<div class="row">
|
|
101
|
+
|
|
102
|
+
<div class="span2">
|
|
103
|
+
<ul class="nav nav-pills nav-stacked">
|
|
104
|
+
<li><a href="{{site.url}}/documentation/integration/bash">Bash</a></li>
|
|
105
|
+
</ul>
|
|
106
|
+
</div>
|
|
107
|
+
|
|
108
|
+
<div class="span2">
|
|
109
|
+
<ul class="nav nav-pills nav-stacked">
|
|
110
|
+
<li><a href="{{site.url}}/documentation/integration/google">Google</a></li>
|
|
111
|
+
</ul>
|
|
112
|
+
</div>
|
|
113
|
+
|
|
114
|
+
<div class="span2">
|
|
115
|
+
<ul class="nav nav-pills nav-stacked">
|
|
116
|
+
<li><a href="{{site.url}}/documentation/integration/mutt">Mutt</a></li>
|
|
117
|
+
</ul>
|
|
118
|
+
</div>
|
|
119
|
+
|
|
120
|
+
<div class="span2">
|
|
121
|
+
<ul class="nav nav-pills nav-stacked">
|
|
122
|
+
<li><a href="{{site.url}}/documentation/integration/zsh">ZSH</a></li>
|
|
123
|
+
</ul>
|
|
124
|
+
</div>
|
|
125
|
+
|
|
126
|
+
</div>
|
|
127
|
+
</div>
|
|
128
|
+
|
|
129
|
+
</div>
|
|
130
|
+
|
|
131
|
+
<div class="row">
|
|
132
|
+
|
|
133
|
+
<div class="span4">
|
|
134
|
+
<h3>About ppl</h3>
|
|
135
|
+
<p>
|
|
136
|
+
Wondering why ppl even exists? Whose idea it was?
|
|
137
|
+
<br />
|
|
138
|
+
<a href="{{site.url}}/documentation/about">Look no further</a>
|
|
139
|
+
</p>
|
|
140
|
+
</div>
|
|
141
|
+
|
|
142
|
+
<div class="span8">
|
|
143
|
+
<h3>Configuration Guide</h3>
|
|
144
|
+
<div class="row">
|
|
145
|
+
|
|
146
|
+
<div class="span2">
|
|
147
|
+
<ul class="nav nav-pills nav-stacked">
|
|
148
|
+
<li><a href="{{site.url}}/documentation/configuration/address_book">[address book]</a></li>
|
|
149
|
+
<li><a href="{{site.url}}/documentation/configuration/alias">[alias]</a></li>
|
|
150
|
+
<li><a href="{{site.url}}/documentation/configuration/color">[color]</a></li>
|
|
151
|
+
<li><a href="{{site.url}}/documentation/configuration/color_age">[color "age"]</a></li>
|
|
152
|
+
</ul>
|
|
153
|
+
</div>
|
|
154
|
+
|
|
155
|
+
<div class="span2">
|
|
156
|
+
<ul class="nav nav-pills nav-stacked">
|
|
157
|
+
<li><a href="{{site.url}}/documentation/configuration/color_bday">[color "bday"]</a></li>
|
|
158
|
+
<li><a href="{{site.url}}/documentation/configuration/color_email">[color "email"]</a></li>
|
|
159
|
+
<li><a href="{{site.url}}/documentation/configuration/color_ls">[color "ls"]</a></li>
|
|
160
|
+
<li><a href="{{site.url}}/documentation/configuration/color_name">[color "name"]</a></li>
|
|
161
|
+
</ul>
|
|
162
|
+
</div>
|
|
163
|
+
|
|
164
|
+
<div class="span2">
|
|
165
|
+
<ul class="nav nav-pills nav-stacked">
|
|
166
|
+
<li><a href="{{site.url}}/documentation/configuration/color_nick">[color "nick"]</a></li>
|
|
167
|
+
<li><a href="{{site.url}}/documentation/configuration/color_org">[color "org"]</a></li>
|
|
168
|
+
<li><a href="{{site.url}}/documentation/configuration/color_phone">[color "phone"]</a></li>
|
|
169
|
+
<li><a href="{{site.url}}/documentation/configuration/color_post">[color "post"]</a></li>
|
|
170
|
+
</ul>
|
|
171
|
+
</div>
|
|
172
|
+
|
|
173
|
+
<div class="span2">
|
|
174
|
+
<ul class="nav nav-pills nav-stacked">
|
|
175
|
+
<li><a href="{{site.url}}/documentation/configuration/color_url">[color "url"]</a></li>
|
|
176
|
+
</ul>
|
|
177
|
+
</div>
|
|
178
|
+
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
|
|
182
|
+
</div>
|
|
183
|
+
|