Crates.io | cllog |
lib.rs | cllog |
version | 0.2.0 |
source | src |
created_at | 2021-06-16 17:11:49.335372 |
updated_at | 2021-06-20 02:05:28.257181 |
description | VA3ZZA's CL amateur radio logging tool |
homepage | |
repository | |
max_upload_size | |
id | 410976 |
size | 106,520 |
cl
is my command-line amateur radio logging tool.
cl
can be installed via cargo
:
cargo install cl
cl
is built up of sub-commands:
# $ cl --help
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] <callsign> --frequency <frequency> --mode <mode>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --override-date <date> Specify a custom date for the log entry. Format yyyy-mm-dd
-f, --frequency <frequency> QSO frequency in KHz (ex. 7030)
-g, --gridsquare <grid> The station's gridsquare
-l, --logbook <logbook> Use a specific logbook
-m, --mode <mode> Operating mode
-n, --name <name> Name of the station operator
--notes <notes> Any QSO notes
-r, --rst-received <rst_recv> RST received from the other station
-s, --rst-sent <rst_sent> RST sent to the other station
-t, --override-time <time> Specify a custom time for the log entry
--tx-pwr <tx_pwr> Number of watts used for this QSO
ARGS:
<callsign> Callsign of the station you contacted
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 <callsign> [logbook]
FLAGS:
-h, --help Prints help information
-a, --search-all Search all logbooks
-V, --version Prints version information
OPTIONS:
-c, --callsign <callsign> Search by callsign
ARGS:
<logbook> Logbook to search (otherwise default or all)