boat-cli 0.1.0

Basic Opinionated Activity Tracker, a command line interface inspired by bartib
boat-cli-0.1.0 is not a library.

⛵ boat

build

boat - A Basic Opinionated Activity Tracker, inspired by bartib.

This is only the code for the command line application. It relies on boat-lib for core functions.

[!WARNING]
🚧 Work in Progress

This cli is actively being developed. Since it's in its early stages, things will likely break often. Don't use it for now.

Installation

The easiest way to install is through crates.io:

cargo install boat-cli

The other option is to build from source:

git clone https://github.com/coko7/boat-cli.git
cd boat-cli
cargo build --release

Commands

Basic Opinionated Activity Tracker

Usage: boat [OPTIONS] <COMMAND>

Commands:
  new     Create a new activity
  start   Start/resume an activity
  pause   Manage configuration Pause/stop the current activity
  modify  Modify an activity
  delete  Delete an activity
  get     Get the current activity
  list    List activities and tags
  help    Print this message or the help of the given subcommand(s)

Options:
  -v, --verbose...  Increase logging verbosity
  -q, --quiet...    Decrease logging verbosity
  -h, --help        Print help
  -V, --version     Print version