Sha256: 3bb3a3d1d4dca6174634db83caad4386a3fbdb7219c623ab8a03f6029c5f2d4a

Contents?: true

Size: 1.57 KB

Versions: 6

Compression:

Stored size: 1.57 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

ppl is in an incomplete state right now, and is in active development. Stay
tuned.

[![Build Status](https://secure.travis-ci.org/h2s/ppl.png)](http://travis-ci.org/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

6 entries across 6 versions & 1 rubygems

Version Path
ppl-1.2.0 README.md
ppl-1.1.0 README.md
ppl-1.0.6 README.md
ppl-1.0.5 README.md
ppl-1.0.4 README.md
ppl-1.0.3 README.md