/up

update programs automatically

Primary LanguageRustApache License 2.0Apache-2.0

up

Update programs, get status or system information

Command line tool to update several programs at the same time

  • read in programs from a config file
    • location: C:/Users/Username/Appdata/Roaming/up/up_config.ron
  • creates a default config file if no config file exists
  • Update programs from that config file
  • Get status information about the programs
  • List all included programs
  • Show the output of the last update or status request
  • Remove all stored output
  • Get quick system information

screenshot

screenshot

screenshot

Usage

  • run up to update all programs

Short Usage

up [OPTIONS] [COMMAND]

Commands:
  clean, -c, --clean  Remove all temporary files
  info, -i, --info    Get status information (saved in output files)
  list, -l, --list    List all available programs
  log, -L, --log      Show content of the log file
  open, -o, --open    Open the output files for the specified program
  sys, -s, --sys      Show system information
  help                Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose  show output
  -h, --help     Print help
  -V, --version  Print version

Installation

Windows

via Cargo or get the binary

TODO

  • exclude programs
  • add new programs via command line (e.g. "up add") to config file
  • colored output as an optional flag or make different colors available