Rust rewrite of jascha030/pmr-cli, which is a small project management CLI utility, written in PHP to store project management related links.
The version mentioned above was originally intended as a prototype to be re-written in rust, I hadn't found the motivation to do so.
Up till now that is 🎉!
cargo install pmr
The CLI tool consists of two console commands.
Use the init command to create a .pm.toml
resource file.
Usage: pmr init: [OPTIONS]
Options:
-h, --help Print help information
This will run you through a couple of questions asking if you want to add a project url for any of the following categories:
- Task Management
- Time tracking
- Git repo
The open command provides quick access to your provided resources.
Usage: pmr open [OPTIONS]
Options:
-a, --all Open all resources
-h, --help Print help information
This composer package is an open-sourced software licensed under the MIT License