-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an alternative project to vim-taskwarrior? #150
Comments
It seems the author has abandoned the project. Hopefully, I will add more functions little by little, including supporting newer TaskWarrior versions etc. |
I work since a while on an alternative project called Kronos. It is a simplified taskwarrior + timewarrior, with an UI like Vimwiki.
Feel free to open an issue if you are interested https://github.com/soywod/kronos.vim/issues. |
@soywod I had a quick glace at Kronos. It looks appealing. You propose:
If I understand things correctly, Kronos has its own protocol and each client has its own database. I wonder whether the Kronos protocol is compatible taskwarrior. Where should tasks be mainly stored? In the taskwarrior database or in Kronos? Or do you propose to always sync them? |
@heiderich I was thinking to turn Kronos into a simple GUI. The database could be managed by Taskwarrior / Timewarrior (or any compatible backend, I had in mind Watson for example). What do you think? |
@soywod I am using taskwarrior and would like to continue using it. Therefore I am personally not very inclined to switch to a product that does not allow me to continue using taskwarrior. However vim-taskwarrior is way to slow for me (see also #24). I am not sure what the reason for its bad performance is. Do you think Kronos could be better in this respect? If so, how? |
@heiderich the fact to have Taskwarrior (or any kind of backend) will not impact the perf (since everything will be async). I will work on it soon. You can open a PR if you want. |
@heiderich based on my test, it is mainly caused by the multiple calls of It seems (correct me if I'm wrong) that I've fixed several in my fork, but still, this is an issue when the # of projects increases. |
I pushed a first version of Taskwarrior as backend for Kronos. If you come from Taskwarrior, you need to activate the option, import Taskwarrior tasks into Kronos and that's all. Tasks will be synchronized from Kronos to Taskwarrior. It allows you to manage basic tasks with Kronos, and do advanced queries with Taskwarrior CLI directly. |
Hi @blindFS, I've just found this plugin from this article, and I notice there hasn't been any update in 3 years.
Are you aware of an alternate vim plugin that is up to date with the latest TaskWarrior v2.5?
The text was updated successfully, but these errors were encountered: