climech / grit

Multitree-based personal task manager
MIT License
1.67k stars 47 forks source link

List all nodes #28

Open valurz opened 3 years ago

valurz commented 3 years ago

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 but I was hoping there was a bit more elegant way :)

alias gritshowall="grit list-dates | grep -o '(.*)' | sed 's/(//' | sed 's/)//' | xargs -l grit ls"