Meeting cost calculator. See what your meetings actually cost based on who attends and their hourly rates. Track recurring meetings and project monthly/yearly costs.
bash setup.sh
| Command | What it does |
|---|---|
| --------- | ------------- |
calc | Calculate cost (optional save) |
log | Log a meeting with cost |
show | Show meeting details |
list | List logged meetings |
rates | Show default hourly rates |
stats | Cost statistics and breakdowns |
export | Export to JSON or CSV |
name:role:rate separated by commas. Role and rate are optional.
Kevin:developer uses the default developer rateKevin:developer:95 uses a custom rateKevin uses the default "other" rateQuick calculation:
> "What does a 1-hour meeting with 3 developers and a manager cost?"
nex-meetcost calc 60 -a "Kevin:developer,Sarah:developer,Thomas:developer,Lisa:manager"
Log a meeting:
> "Log today's 30-minute standup"
nex-meetcost log "Daily standup" 30 -a "Kevin:developer,Sarah:designer,Thomas:developer" --type standup --recurring 5
See what recurring meetings cost per year:
> "How much do our recurring meetings cost?"
nex-meetcost stats
All data stored locally in ~/.nex-meetcost/meetcost.db (SQLite). No cloud, no telemetry.
MIT-0 on ClawHub (free for any use).
AGPL-3.0 on GitHub (commercial licenses via info@nex-ai.be).
共 1 个版本