Skip to content

kharenzze/pmrustcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PMRustCli

This is a CLI tool that interacts with Priority Matrix

You can check more info about the API here

Usage

First, set your token:

cargo run token xxxxxxxxxxxxxx

Then, try using one of the following commands

cargo run me                 # Says who you are
cargo run item [id]          # Displays item info
cargo run create "Hello"     # Creates an item in you inbox
cargo run search "something" # Search items with 'something'
cargo run alerts             # Alerts 
cargo run token [token]      # Set a token

Dev info

Last build: rustc 1.53.0

Set up your environment using rustup

Then try the next command and everything show be ready.

cargo run

Then

Build

cargo build --release

About

Priority Matrix CLI built in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages