Sha256: b1711288a7d09250d5f4c6c015281714d94f285037c991a8c7bae144f52a8f65

Contents?: true

Size: 1.58 KB

Versions: 23

Compression:

Stored size: 1.58 KB

Contents

     _____  _____  __
    |  _  ||  _  ||  |
    |   __||   __||  |__
    |__|   |__|   |_____|


[ppl](http://ppladdressbook.org) aims to be address book software for
command-line users. It's pronounced like "people". You might be interested in
ppl if:

* You like using the command-line
* You want ownership of your address book data back from the cloud
* You prefer to keep your data stored in an open format

[![Build Status](https://secure.travis-ci.org/h2s/ppl.png)](http://travis-ci.org/h2s/ppl)
[![Code Climate](https://codeclimate.com/github/h2s/ppl.png)](https://codeclimate.com/github/h2s/ppl)

Installation
------------

```bash
$ sudo gem install ppl
```

Usage
-----

### List all contacts

```bash
$ ppl ls
dave: dave@example.org
fred: fred@example.org
john: john@example.org
```

### Add a contact
```bash
$ ppl add paul "Paul Baker"
```

### Show a contact
```bash
$ ppl show fred
Fred Smith
fred@example.org
```

### Delete a contact
```bash
$ ppl rm dave
```

### Change a contact's ID
```bash
$ ppl mv dave david
```

### Change a contact's name
```bash
$ ppl name john "John Smith"
```

### Change a contact's email address
```bash
$ ppl email dave david@example.org
```

### Change a contact's birthday
```bash
$ ppl bday john 1980-01-01
```

Contributing
------------

Bug reports, fixes, and additional features are encouraged. The project uses
[Github issues](https://github.com/h2s/ppl/issues) to track bug reports.

If you'd like to contribute code, please just bear in mind that ppl development
is test-driven.

License
-------

ppl is licensed under the GNU GENERAL PUBLIC LICENSE Version 2.

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ppl-2.3.0 README.md
ppl-2.2.0 README.md
ppl-2.1.0 README.md
ppl-2.0.0 README.md
ppl-1.25.0 README.md
ppl-1.24.0 README.md
ppl-1.23.0 README.md
ppl-1.22.2 README.md
ppl-1.22.1 README.md
ppl-1.22.0 README.md
ppl-1.21.0 README.md
ppl-1.20.0 README.md
ppl-1.19.0 README.md
ppl-1.18.0 README.md
ppl-1.17.2 README.md
ppl-1.17.1 README.md
ppl-1.17.0 README.md
ppl-1.16.0 README.md
ppl-1.15.1 README.md
ppl-1.15.0 README.md