Skip to content

acant/ppl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ppl 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 Code Climate

Installation

$ sudo gem install ppl

Usage

List all contacts

Add a contact

$ ppl add paul "Paul Baker"

Show a contact

$ ppl show fred
Fred Smith
[email protected]

Delete a contact

$ ppl rm dave

Change a contact's ID

$ ppl mv dave david

Change a contact's name

$ ppl name john "John Smith"

Change a contact's email address

$ ppl email dave [email protected]

Change a contact's birthday

$ ppl bday john 1980-01-01

Contributing

Bug reports, fixes, and additional features are encouraged. The project uses Github 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.

About

The command line address book

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 95.7%
  • Gherkin 4.0%
  • Makefile 0.3%