Project

tact

0.0
No commit activity in last 3 years
No release in over 3 years
A command line rolodex.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0
~> 3.6

Runtime

~> 1.2
~> 1.3
 Project Readme

tact

A command line rolodex.

Installation

$ gem install tact

Usage

  -v                                    Current version
  -h                                    Help
  -s                                    Sync Google contacts

  <param>                               Search by name
  -p <param>                            Search by number
  -e <param>                            Search by email
  -n <first> <last>                     Adds new name
  -np <index> <type> <num>              Adds contact number
  -ne <index> <address>                 Adds contact email
  -d <index>                            Deletes contact
  -dp <index> <num_index>               Deletes contact number
  -de <index> <e_index>                 Deletes contact email
  -u <index> <first> <last>             Edits contact name
  -up <index> <num_index> <type> <num>  Edits contact number
  -ue <index> <e_index> <address>       Edits contact email

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/olishmollie/tact.

License

The gem is available as open source under the terms of the MIT License.