Steve Dondley
Steve Dondley
Found a workaround. If I do `task project:Cli` it works and then I can throw in `list` at the end. This is not ideal as I have `tl` aliased to...
One other small issue. When I do `task all proj`, the colon will appear automatically after `project`. With `task proj`, I have to type in the colon manually.
Good lord, @abone28, thank you so much! Been googling for 2 hours looking for a solution to this. Where is this "contains" property documented?
Awesome, thanks! I can now see why I was getting errors trying with the new type of modifiers, too.
How's the funding level these days with the drive? Are things looking more promising to be able to implement a major feature like this?
Thanks. This is not a showstopper for me. I use different databases for the purpose (one for personal tasks no one needs to see and then one for work that...
And yes, I know the above can be handled with contexts, however, there may be some tasks that you want to be "private." These tasks may pertain to personnel matters...
OK, so looking at the completion script, there is a `$state` variable on or about line 45 that never gets set. When I change that `$state` variable and replace it...
OK, I just made the default value for state to be 'full'. Seems to work. ``` _cheat() { local state state='full' ...snip... ``` Then it get overridden by the _arguments...
Well, it's been a while since I've played with with Dancer2 but I can review it when finished and see if there are any confusing parts from the perspective of...