Skip to content

AlexandrKirshin/organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

organizer

  • The simple console organizer has the following fields: tableNumber(numeric value), name, position, organization, mail, phoneNumber

    • Import file - /setFieldPath pathToFile
    • Add contact - /add tableNumber(numeric value), "name", "position", "organization", "mail", "phoneNumber"
    • Update contact - /update "searchField", "searchFieldValue", "updatingField", "newValue"
    • Delete contact - /delete "searchField", "searchFieldValue"
    • Show list contact - /get
    • Find contact - /find "searchField", "searchFieldValue"
  • XML storage organizer template /organizer.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages