Crates.io | pmr |
lib.rs | pmr |
version | 0.1.0 |
source | src |
created_at | 2022-11-27 12:35:29.509204 |
updated_at | 2022-11-27 12:35:29.509204 |
description | A small project management CLI utility, to store project management related links. |
homepage | https://github.com/jascha030/pmr-rs |
repository | https://github.com/jascha030/pmr-rs |
max_upload_size | |
id | 723710 |
size | 25,860 |
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:
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