abook
abook 0.6.2
Text-based addressbook program designed to use with mutt mail client
http://abook.sourceforge.net/GNU General Public License v3.0 only
main program: abookprograms: abook
Platforms (46)
loongarch64-linuxpowerpc-netbsdarmv5tel-linuxriscv32-netbsdriscv64-linuxx86_64-cygwinx86_64-solarisarmv6l-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ abook ];
Ad-hoc shell
nix-shell -p abook
Flake (nix run)
nix run nixpkgs#abook