agenda

agenda 1.2.1

Simple, fast, no-nonsense to-do (task) list designed for elementary OS

https://github.com/dahenson/agenda
GNU General Public License v3.0 or later
main program: com.github.dahenson.agendaprograms: com.github.dahenson.agenda
Platforms (24)
powerpc-linuxx86_64-linuxmips64el-linuxarc-linuxarmv7a-linuxm68k-linuxaarch64-linuxriscv64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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