abtop
abtop 0.5.5
Like htop, but for AI coding agents
https://github.com/graykode/abtopMIT License
main program: abtopprograms: abtop
Maintainers
Platforms (38)
armv7l-linuxriscv64-linuxs390x-linuxi686-openbsdmips64el-linuxx86_64-openbsdx86_64-freebsdi686-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ abtop ];
Ad-hoc shell
nix-shell -p abtop
Flake (nix run)
nix run nixpkgs#abtop