1 { lib, bundlerEnv, ruby, bundlerUpdateScript
6 version = (import ./gemset.nix).doing.version;
11 passthru.updateScript = bundlerUpdateScript "doing";
14 description = "Command line tool for keeping track of what you’re doing and tracking what you’ve done";
16 doing is a basic CLI for adding and listing "what was I doing" reminders
17 in a TaskPaper-formatted text file. It allows for multiple
18 sections/categories and flexible output formatting.
20 homepage = "https://brettterpstra.com/projects/doing/";
21 license = licenses.mit;
22 maintainers = with maintainers; [ ktf nicknovitski ];
23 platforms = platforms.unix;
24 mainProgram = "doing";