No description
Find a file
renovate-bot b47c271717
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
ci/woodpecker/push/test Pipeline was successful
chore(deps): update dependency rust to v1.96.0
2026-06-04 20:00:41 +00:00
.woodpecker Use mise 2025-08-06 12:23:00 -06:00
src fix: update for calcard v0.2.0 2025-09-17 10:44:35 -06:00
.editorconfig Initial commit 2025-05-17 11:46:20 -06:00
.gitignore Initial commit 2025-05-17 11:46:20 -06:00
Cargo.lock chore(deps): update rust crate calcard to v0.3.4 2026-06-04 16:01:08 +00:00
Cargo.toml fix(deps): update rust crate calcard to 0.3.0 2025-10-27 09:17:15 +00:00
LICENSE Initial commit 2025-05-17 11:46:20 -06:00
mise.toml chore(deps): update dependency rust to v1.96.0 2026-06-04 20:00:41 +00:00
README.md fix(docs): update CI badge 2026-05-27 11:09:19 -06:00
renovate.json Update renovate.json 2026-05-27 15:55:31 +00:00

addressbook

status-badge

A small, sharp tool for reading vCard files into the command line for processing with other command-line tools like grep.

Usage

Read one or many vCard files by passing their paths as arguments.

$ addressbook ~/Contacts/*.vcf
┌───────┬───────────────────┐
│ Name  │ Phone             │
├───────┼───────────────────┤
│ Mom   │ +1-347-555-0100   │
│ Dad   │ +1-347-555-0101   │
└───────┴───────────────────┘

Run addressbook --help for full usage instructions.

License

Copyright (C) 2025 Rosa Richter

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.