GithubHelp home page GithubHelp logo

address_book's Introduction

Address Book Manager

This is a small program I wrote in Rust that handles the addresses written in a .ab-file and lets you modify them. When closing the program, it automatically saves all the addresses to the file.

Inserting/Creating addresses

To insert/create a new Address you call one of the following commands: 1, add, create and then type the new address in one line in the following format: (Name;Street;Postcode;City;Country). The Brackets are optional and you may leave some values blank. The ID will be calculated automatically based on the other Addresses. The highest ID will be found and increased by 1. That will be the new ID.

Modifying Addresses

Work in Progress

Deleting Addresses

To delete an existing address you call one of these commands: 3,delete and then type the ID of the Address you want to delete.

Loading from file

You can call the function to reload from the Address Book file (.ab) with one of these commands: 5, reload. In that case the program will be looking for a file called "addr_book.ab". When found it will load the addresses found in the file.

Saving to file

The Address Book List is saved as soon as you exit the program. You can exit the program traditionally by using one of the following commands: 6, quit, exit.

address_book's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.