No description
Find a file
Rosa a79437e45d
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Merge pull request 'chore(deps): lock file maintenance' (#4) from renovate/lock-file-maintenance into main
Reviewed-on: #4
2026-07-22 16:46:23 +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 Merge pull request 'chore(deps): lock file maintenance' (#4) from renovate/lock-file-maintenance into main 2026-07-22 16:46:23 +00:00
Cargo.toml fix(deps): update rust crate tabled to 0.21.0 2026-06-08 00:01:07 +00:00
LICENSE Initial commit 2025-05-17 11:46:20 -06:00
mise.toml chore(deps): update dependency rust to v1.97.0 2026-07-16 16:01:17 +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/.