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 compiler
Installed( They should be present in all debian based distros). -
Clone this repo.
git clone https://github.com/proh14/pbook.git
cd pbook
- Run
make
inside this repo's main directory.
make
- go to build directory
cd build
- run pbook!
./pbook
OR to install you may run the command
make install
then restart your shell and run
pbook
to 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.