[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CLI Addressbook



On Wed, Nov 21, 2007 at 04:07:48PM -0800, Amit Uttamchandani wrote:
> Hey guys,
> 
> I was looking for a nice CLI address book. Something not too advance
> but contains the basic contact information, searchable, etc. I want to
> be able to ssh into my server and just access this application from
> the commandline and read all my contacts.
> 
> Any ideas?

I always used postgresql and just did standard SQL queries, until I
wrote a python front-end.  

Good way to learn SQL?

Before that, I just used a plain-text file.  Each record is a paragraph,
separated by blank lines.  Use standard / to search in less or vim.

I suppose the best tool depends on the number of contacts and the type
of queries you wan to make.

Doug.



Reply to: