grit
grit copied to clipboard
Multitree-based personal task manager
Closes #28 Closes #9 This pull request adds the following changes: - `grit add [-a|--alias] ALIAS ...`: alias a node on addition. - `grit list|ls all`: list all nodes -...
I've install using `make && make install`, and I have go 1.17 + gcc. here's the panic: ``` $ grit [8:53:27] fatal error: unexpected signal during runtime execution [signal SIGSEGV:...
1. Sort tree/list commands by name or id via command-line switch (id relates to creation date) 2. Filter out checked/completed tasks via command-line switch 3. Change default behavior of tree...
Assuming the tree: ``` $ grit tree 2020-11-11 [~] 2020-11-10 (149) └──[~] Work on the algebra textbook (150) ├──[~] Solve exercises from ch. 1 (151) │ ├··[x] Solve ex. 4...
A bit ago i packaged grit for Nix, and I thought this would be useful to reflect in the readme. [Link to the rendered changes](https://github.com/IvarWithoutBones/grit/tree/add-nix-readme). Unfortunately I cannot seem to...
Thank you for this tool - it is much needed in the space. To aid in capacity planning, the ability to add weights to tasks would offer considerable utility. With...
First of all thanks for putting time and effort into this, it looks really neat and has really narrow interface which I totally like. I am also a big fan...
Thanks for this nifty little tool. I might be overseeing something but is there a way for the lazy to list all children nodes? I'm currently doing it this way...
Ooh, I love it already, this has a lot of potential. I was wondering though, now tasks are sorted alphabetically, instead of the order in which they are added. Is...