pbook is a simple, easy to use phonebook manager, that stores it's database in a simple csv like file.
-
Be sure to have
pkg-config,ncurses,make,C compilerInstalled( They should be present in all debian based distros). -
Clone this repo.
git clone https://github.com/proh14/pbook.git
cd pbook- Run
makeinside this repo's main directory.
make- go to build directory
cd build- run pbook!
./pbookOR to install you may run the command
make installthen restart your shell and run
pbookto start the program
- Add's and Remove's contacts to it's database.
- Edit's an existing contact.
- Can store: name,number,email,birthday,Addres1,Addres2
I am spending my free time trying to optimize, fix bugs, add new features to this program.
you can see the TODO file for a list of things I want to do.

