_____ _____ __
| _ || _ || |
| __|| __|| |__
|__| |__| |_____|
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
$ gem install ppl
$ ppl ls
dave: dave@example.org
fred: fred@example.org
john: john@example.org
$ ppl add paul "Paul Baker"
$ ppl show fred
Fred Smith
fred@example.org
$ ppl rm dave
$ ppl mv dave david
$ ppl name john "John Smith"
$ ppl email dave david@example.org
$ ppl bday john 1980-01-01
Bug reports, fixes, and additional features are encouraged. The project uses Github issues to track bug reports.
Everyone interacting in ppl’s codebases, issue trackers etc is expected to follow the code of conduct.
ppl is released under the MIT License.