trevordmiller

Crates.iotrevordmiller
lib.rstrevordmiller
version1.1.4
sourcesrc
created_at2020-02-05 18:55:19.803191
updated_at2020-02-18 18:07:02.208804
descriptionPersonal CLI
homepagehttps://github.com/trevordmiller/trevordmiller
repositoryhttps://github.com/trevordmiller/trevordmiller
max_upload_size
id205275
size57,303
Trevor D. Miller (trevordmiller)

documentation

README

trevordmiller

Personal CLI.

Principles

  • Focus on timeless skills so that my skills are relevant as long as possible.
  • Use defaults as much as possible so that my skills are portable without being tied to custom setups. Strive to only add configuration that enhances defaults. Capture any added configuration so that it can be reproduced on other machines.
  • Keep input encapsulated in text and markdown files so that the input is portable with minimal integrations.
  • Use RSS for feeds so that I can avoid noise like ads, comments, and styles. Stick to official and community voted trends so that I learn from unbiased sources.

Setup

Assuming a Unix environment is being used (like macOS, Linux, or Windows Subsystem for Linux).

  • Install Homebrew based on the Unix environment.
  • Run brew install rustup-init && rustup-init to install Rust.
  • Run cargo install trevordmiller to install the trevordmiller binary.
  • Run trevordmiller setup to setup my remaining machine state.

Usage

  • Run trevormdiller --help to list the available commands.
  • Run trevordmiller {command} to run a command.

Contributing

See CONTRIBUTING.md.

Commit count: 1559

cargo fmt