afew

afew 3.0.1

Initial tagging script for notmuch mail

https://github.com/afewmail/afew
ISC License
main program: afewprograms: afew
Platforms (32)
mips64el-linuxx86_64-freebsdx86_64-darwinmicroblaze-linuxi686-windowsm68k-linuxarmv7a-linuxaarch64-freebsd
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