Giter Club home page Giter Club logo

ppl's Introduction

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

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

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

Build Status

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 birthday john 1980-01-01

Roadmap

One of the core ideas of ppl is for it to turn your address book into a Git repository. In an earlier version, this was achieved using Rugged. This functionality will be added back in so that contact information can be easily synced between computers. In the meantime, ppl simply writes to disk.

Other data about contacts will also be supported, such as:

  • Postal addresses
  • Phone numbers
  • The name of the organization to which the contact belongs
  • The position of the contact within their organization

The email address handling is currently very rudimentary. The eventual plan is to support storage of several addresses per contact. Addresses will be able to be organized according to location, such as "home" or "work", and it will be possible to mark a particular address as "preferred" for each location.

Here's a quick mockup of the sort of output ppl show should produce a little further down the road once some of these goals have been reached:

Fred Smith <[email protected]>

-- Email Addresses -------------------------------------------------------------

   Home
 * [email protected]
   [email protected]

   Work
 * [email protected]
   [email protected]

-- Postal Addresses ------------------------------------------------------------

   Home
   1 Testing Road, TestVille, Testing, CA, 12345

   Work
   30 Business Road, TestVille, Testing, CA, 23454

-- Telephone Numbers -----------------------------------------------------------

   01234567891
   09876541233

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.

ppl's People

Contributors

henrycatalinismith avatar

Watchers

guillaume belleguic avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.