Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
vim-dotoo
Org-mode like task logging & time tracking in Vim
Collective -
Host: opensource -
https://opencollective.com/vim-dotoo
- Code: https://github.com/dhruvasagar/vim-dotoo
* Lexer should open buffer in the backgroud, so switching back to the
previous open buffer aft...
github.com/dhruvasagar/vim-dotoo - 03478980eb4ef2c04138e771844aeec911514d8a authored over 10 years ago by Dhruva Sagar <[email protected]>
* Lexer to read from buffer instead of readfile() in an attempt to pick
up unsaved changes as ...
* Earlier I was calling setline(), which overwrote the headlines
content, however if the conte...
* VIM's filetype loading format allows filetype_name format so
dotoo_agenda matched dotoo file...
github.com/dhruvasagar/vim-dotoo - 39685388eba547a974938440bfd9dee2244515e1 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 0bd58d3a2c36425f06bfa4349fe3231826f53ea1 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 07e0cdbc63e37e578b5c06ee2a2607afe0ae6417 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 322906b8ae16dbc4260c68db4f11e12071f9ecb6 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 0737b2d79d0de108549da6a8ef314a37ee4340a5 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 0834bdf2ae00ce4382655064d08ad4b4ff613612 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Built separate object libraries for headline sub-types for easy object
building abstractions...
* Fixed error for changing todo states & rebuilding agenda leading to no
deadline available an...
* Now support for habits & REPEAT_TO_STATE property
* Improved serialization
* Added more apis f...
github.com/dhruvasagar/vim-dotoo - 7c496acfce685d9bd890c8716c8464d55113f013 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - a7766ba5c14fc5bac0d538db493e080532591774 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Switched to using winsaveview & winrestview instead of cursor hack
since this is much better.
* Refactored parser & time to reuse functions rather than create
anonymous funtions which can ...
* Switched to using 't' for changing todo state rather than 'c'
* Cursor position fix to keep cu...
github.com/dhruvasagar/vim-dotoo - 6569b72b75e8360ac6c488f4b39b51821465e52b authored over 10 years ago by Dhruva Sagar <[email protected]>
* Added date navigation to go forward (f), backward (b) and today (.)
github.com/dhruvasagar/vim-dotoo - 62a2318aff011661f2405ed6f92afa1c932103d7 authored over 10 years ago by Dhruva Sagar <[email protected]>github.com/dhruvasagar/vim-dotoo - 8aafdf162568646071e56720323d3b8b4c6a3043 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 4d7ef0b38ed0257c6c0e79f9fb6094d445b01a05 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Agenda now includes scheduled tasks
github.com/dhruvasagar/vim-dotoo - 9443cc20b6a6c6d6215f2e76221f7d8fd8ee9111 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Doesn't work right now, need to write a serializer that actually
writes to the changes to th...
* Added more mappings for navigation to headline in original file
github.com/dhruvasagar/vim-dotoo - d7c368e471a64be537a8594145319bf4a9814f13 authored over 10 years ago by Dhruva Sagar <[email protected]>github.com/dhruvasagar/vim-dotoo - e571d2555f4e7cfc9cbf8da95ac281bd428707d8 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Agenda updated for better formatting with both short & long time_agos
* Parser updated to use ...
github.com/dhruvasagar/vim-dotoo - c091158e65491ce507adb92968fde6ea0e0def3c authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 04d80989335c9762b5b9b6b3160fb38f5fb5ba6f authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 87e11a608f7477e0ba541d0a469c9dfde88d7518 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 3c2d18745d1a1e686aeb6a57822d5a17d3bce82a authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - eb03d8843b2d93880075710025b8a1cd7fd47c0b authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 64aafcf1c370e80cc5d77a03fd37dc5c9e8d1a95 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 4d86314818811b9102a0adeb7eff02d185d240b3 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 8d0991bdd48b3e5d169e3fdacb8601706830ad0b authored over 10 years ago by Dhruva Sagar <[email protected]>
Fixed adjust(), didn't account for current timestamps hour, minute & second.
github.com/dhruvasagar/vim-dotoo - 8480fa777a74696c44379cb0b7bac203761ad5ab authored over 10 years ago by Dhruva Sagar <[email protected]>github.com/dhruvasagar/vim-dotoo - be89c538558ca17ad540b63b8017e280502dbf5f authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 7200a6fb237a95c23247bd5a4e5ab2929440d089 authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 763c4a2591b5a789d51c6e3f1ce7f61a032e9d0b authored over 10 years ago by Dhruva Sagar <[email protected]>
github.com/dhruvasagar/vim-dotoo - 3ab7fba381623867c334de4aa5d955b7d8710eb2 authored over 10 years ago by Dhruva Sagar <[email protected]>