Randomly select team members for meetings, code reviews, or activities. Supports weighted selection, exclusion lists, and team splitting.
pick --from "Alice,Bob,Charlie,Dave,Eve" --count 2
pick --teams "Alice,Bob,Charlie,Dave" --num-teams 2
pick --from "Alice,Bob,Charlie" --weighted "Alice:3,Bob:2,Charlie:1"
pick --from "Alice,Bob,Charlie" --exclude "Alice" --count 1
from: Comma-separated list of member namescount: Number of members to pick (default: 1)num_teams: Number of teams to split intoweighted: Weighted selection in format "name:weight" pairsexclude: Members to exclude from selectionThis tool is provided "as is" for informational purposes only. Data accuracy is not guaranteed. Not financial, legal, or professional advice. Always verify critical information from official sources.
本工具仅供信息参考,不保证数据完全准确,不构成任何金融/法律/专业建议。请以官方来源为准。
共 1 个版本