pmr

Crates.iopmr
lib.rspmr
version0.1.0
sourcesrc
created_at2022-11-27 12:35:29.509204
updated_at2022-11-27 12:35:29.509204
descriptionA small project management CLI utility, to store project management related links.
homepagehttps://github.com/jascha030/pmr-rs
repositoryhttps://github.com/jascha030/pmr-rs
max_upload_size
id723710
size25,860
Jascha van Aalst (jascha030)

documentation

README

PMR CLI (RS)

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 🎉!

Installation

cargo install pmr

Commands

The CLI tool consists of two console commands.

Init

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

Open

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

License

This composer package is an open-sourced software licensed under the MIT License

Commit count: 64

cargo fmt