vcard_tui 0.1.2

Terminal UI application for managing vCard contacts.
# vCard TUI

Terminal UI application for managing vCard contacts, written in Rust. It uses the vCard format for importing and exporting contact data.

![rust](https://github.com/kenianbei/vcard_tui/actions/workflows/rust.yml/badge.svg)
[![crates](https://img.shields.io/crates/v/vcard_tui.svg)](https://crates.io/crates/vcard_tui)
[![license](https://shields.io/badge/license-MIT-%23373737)](https://github.com/kenianbei/vcard_tui/blob/main/LICENSE)
[![release](https://img.shields.io/github/v/release/kenianbei/vcard_tui)](https://github.com/kenianbei/vcard_tui/tags)

![screenshot](screenshot.png)

## Install

Install via cargo.

```shell
cargo install vcard_tui
```

Install via homebrew.

```shell
brew tap kenianbei/vct
brew install vct
```

## Usage

```shell
vct
```