aba

aba 0.8.0

Address book for aerc

https://sr.ht/~onemoresuza/aba/
ISC License
main program: abaprograms: aba
Platforms (38)
x86_64-solarisx86_64-netbsdloongarch64-linuxm68k-linuxmips-linuxx86_64-redoxarmv7a-linuxarmv5tel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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