adif-multitool

adif-multitool 0.1.22

Command-line program for working with ham logfiles

https://github.com/flwyd/adif-multitool
Apache License 2.0
main program: adifmtprograms: mkspec, adifmt, countrystats
Platforms (30)
mips64-linuxloongarch64-linuxmipsel-linuxmicroblazeel-linuxm68k-linuxi686-freebsdaarch64-darwinmips64el-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adif-multitool
];
Ad-hoc shell
nix-shell -p adif-multitool
Flake (nix run)
nix run nixpkgs#adif-multitool