Dheepak Krishnamurthy
Dheepak Krishnamurthy
I think that's how it worked in an older version. I have a PR that converts `0` to `u64::MAX`, and that should resolve that issue. Does using this `tick-rate` resolve...
I think it freezes because `task export` (Can you run that in your shell to verify?) takes a long time to complete for you, because you have a lot of...
Thanks for reporting the crash. I updated the PR to support `0` meaning a refresh rate for about a year. I think once I get to refactoring the codebase (#349)...
That is quite strange. Hitting `r` calls `update(true)`: https://github.com/kdheepak/taskwarrior-tui/blob/dfa4361379de6a16cd0b0ee3565c74025ac56946/src/app.rs#L2480-L2481 I'm not sure if you want to help debug this, I would super appreciate it. Here's the `update` function: https://github.com/kdheepak/taskwarrior-tui/blob/dfa4361379de6a16cd0b0ee3565c74025ac56946/src/app.rs#L1241-L1273 If...
Sorry about the confusion. It's working as intended at the moment for you. I just haven't updated the screenshots and the gifs in the README yet. This PR https://github.com/kdheepak/taskwarrior-tui/pull/410 made...
Great suggestions! I’ll have to think about how to go about implementing some of it. The task report list should be super straightforward though.
Great idea! Relevant context here: https://github.com/kdheepak/taskwarrior-tui/issues/60#issuecomment-800553421. Better color support is being tracked here: https://github.com/kdheepak/taskwarrior-tui/issues/10.
That’s a really neat idea! I’ll work on it when I pick up the slack next. But I’m dealing with some personal obligations at the moment so it might be...
I like the idea of a faster context switcher. I'll have to think about this a little more. Btw, the number keys are for running shortcuts. So you could bind...
I tried to implement this and it's really laggy. When you hit `j` or `k`, the interface lags for half a second while the subprocess runs to switch the context....