afew

afew 4.0.2

Initial tagging script for notmuch mail

https://github.com/afewmail/afew
ISC License
main program: afewprograms: afew
Platforms (31)
aarch64-windowsaarch64-freebsdi686-windowsmips-linuxarmv7l-linuxarmv6l-linuxx86_64-windowsriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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