https://github.com/mo42/teamctl
Attempt to manage a tech team from the command line
https://github.com/mo42/teamctl
cli command-line-tool teamwork teamwork-projects
Last synced: 6 months ago
JSON representation
Attempt to manage a tech team from the command line
- Host: GitHub
- URL: https://github.com/mo42/teamctl
- Owner: mo42
- License: mit
- Created: 2025-11-18T20:47:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-26T07:11:19.000Z (7 months ago)
- Last Synced: 2025-11-29T07:35:24.925Z (7 months ago)
- Topics: cli, command-line-tool, teamwork, teamwork-projects
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# teamctl
`teamctl` is an attempt to support a software engineering team from the command-line.
The goal is to promote fair, consistent, and structured management without heavy HR systems.
Currently, the tool supports adding a person in the team and submitting observations that I can use for feedback:
```
Team management CLI
Usage: teamctl
Commands:
add-person
list
feedback
timeline
add-responsibility Add a responsibility to a person
list-responsibilities List responsibilities of a person
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
```
# Example
```
teamctl add-person bob
teamctl feedback --type good --comment "completed refactoring of geometric core" bob
teamctl timeline bob
```