Skip to content

stephenyoung1401/Contact_Linux

Repository files navigation

Contact_Linux

a contact based on C/S

Contact

Start:

sudo chmod 777 start.sh
make dirctly

Functions:

  • a beta version
    • the whole make file undo
  • support c/s
    • use JSON to delivery command
    • modify config.ini to
      • add ACL cmd
      • choose server ip and port
  • regex search
    • it will match pattern like .*[info].*
    • it search each pharse include (name phone description) and sorted by the order above
  • support local mode
    • use local database (sqlite3 -- embedded)
    • also can be modified by config.ini
  • UI is not friendly but detached from controller ,so you can
    • make an amazing UI with interface supported
    • use other input method like touching
  • data departed from data structure and
    • will be more easier to optimize
    • add new property to person info

About

a contact based on C/S

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published