cl
is my command-line amateur radio logging tool.
cl
can be installed via cargo
:
sh
cargo install cl
cl
is built up of sub-commands:
```
Evan Pratten ewpratten@gmail.com VA3ZZA's CL amateur radio logging tool
USAGE: cl [SUBCOMMAND]
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: book Tools for managing logbooks help Prints this message or the help of the given subcommand(s) log Manage log entries query Look up existing logbook entries ```
cl
can both import and export ADIF files. This is useful for data migration, and exporting to LOTW.
All commands will print their help message if run without arguments.
cl log new
Used to add a new entry to the logbook. Help info:
``` Create a new log entry
USAGE:
cl log new [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-d, --override-date
ARGS:
cl query
Used for looking up existing entries in a logbook. The callsign field excepts REGEX strings for easy searching. Help info:
``` Look up existing logbook entries
USAGE:
cl query [FLAGS] --callsign
FLAGS: -h, --help Prints help information -a, --search-all Search all logbooks -V, --version Prints version information
OPTIONS:
-c, --callsign
ARGS: