10 version = (import ./gemset.nix).doing.version;
15 passthru.updateScript = bundlerUpdateScript "doing";
18 description = "Command line tool for keeping track of what you’re doing and tracking what you’ve done";
20 doing is a basic CLI for adding and listing "what was I doing" reminders
21 in a TaskPaper-formatted text file. It allows for multiple
22 sections/categories and flexible output formatting.
24 homepage = "https://brettterpstra.com/projects/doing/";
25 license = licenses.mit;
26 maintainers = with maintainers; [
30 platforms = platforms.unix;
31 mainProgram = "doing";