Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/dhruvasagar/vim-dotoo
Org-mode like task logging & time tracking in Vim
https://github.com/dhruvasagar/vim-dotoo
15a0e26b3ffeee5efc9ed2b635b328a138c5b629 authored over 10 years ago by Dhruva Sagar <[email protected]>
e7cf5f8bc8c0387a48d5a61c7d6be2dcf9256281 authored over 10 years ago by Dhruva Sagar <[email protected]>
daac1b096502cbab45cb8c07c4db08ae5a6ef53e authored over 10 years ago by Dhruva Sagar <[email protected]>
Moved away from trying to parse number of seconds into a time object
since that causes a lot of ...
6ca86e469d28652cc4352018fc705ba762c869ff authored over 10 years ago by Dhruva Sagar <[email protected]>
95964be357730b88792f375aa9fe27b2ae32f20d authored over 10 years ago by Dhruva Sagar <[email protected]>
34f9ea9192ea1b2af62bc0521f50d1bfa95ae195 authored over 10 years ago by Dhruva Sagar <[email protected]>
a3cd89a5f0cea261a9844deb30045fa6c423306c authored over 10 years ago by Dhruva Sagar <[email protected]>
* Added time.repeatable(), rather than doing a manual check for 'repeat'
key on the time objec...
Fixing to_seconds for time object argument, should fix diff_time and
hence fix the clocking issu...
50f2b7816d6b3f948d4e161a0f83b646eda5a243 authored over 10 years ago by Dhruva Sagar <[email protected]>
ab846da9b88deee9aae56f2208ab2dd7a21f435a authored over 10 years ago by Dhruva Sagar <[email protected]>
99da9e235d4a0b0cf980921562dfa92e1448e601 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updates the headlines level to be 1 more than the parent.
7174f0ffd398560025af4be2c7012b6ec5509495 authored over 10 years ago by Dhruva Sagar <[email protected]>
Read from the file instead of trying to readfile, so that unsaved
changes are also parsed.
Changed parsefile logic to check if we're trying to parse the current
file in which case we simp...
388ea3f01cd8916900a70e8a07111df39f28f886 authored over 10 years ago by Dhruva Sagar <[email protected]>
Removed heavy logic of trying to maintain parents for each heading and
updated logic for moving ...
6c06782b5a43a779b249904dfe5762584a8e8318 authored over 10 years ago by Dhruva Sagar <[email protected]>
bebc701228eb98f2bced14564d861998d7c3feb3 authored over 10 years ago by Dhruva Sagar <[email protected]>
cdabda7437064dc06586882ea3cbff189a3c62c3 authored over 10 years ago by Dhruva Sagar <[email protected]>
7247610a6173c29367c4e39c405d4c153c067c5e authored over 10 years ago by Dhruva Sagar <[email protected]>
e83b878522a8f48e10a9d828158e79f2aa19bb35 authored over 10 years ago by Dhruva Sagar <[email protected]>
dd4d6727e2dc70f8477a50ec0bfd89f8ff7ed5d7 authored over 10 years ago by Dhruva Sagar <[email protected]>
f3aa9602c98ab19de741277e63d604d41bd75d62 authored over 10 years ago by Dhruva Sagar <[email protected]>
b23f6c99f75df468bcf5445d583940a99fe88d83 authored over 10 years ago by Dhruva Sagar <[email protected]>
5a7832dff4f9acf95b6ac78887c159231cf56457 authored over 10 years ago by Dhruva Sagar <[email protected]>
17963599a028949eb9bdbb8272180a32345091de authored over 10 years ago by Dhruva Sagar <[email protected]>
Shows all headlines in the refile file to be refiled
2165e42e130eace27e78e2b6a0f3ff54216e5d91 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Moved headline caching back into agenda view manager, so
goto_headline, change, undo etc als...
f4543a3d1635fe55103bebd9d69f68b5f30290f5 authored over 10 years ago by Dhruva Sagar <[email protected]>
2bbf1e7941d5b65f2083015a0af4138262b7fff8 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Added cleanup mechanism for agenda views to perform cleanup before
closing.
* Updated agenda...
5af4406808e0c11143251db1ef5ebd2e5fd47245 authored over 10 years ago by Dhruva Sagar <[email protected]>
* The template should be an array of lines, even if there is just one
line, makes it simple to...
1c1b79f3c6c67662870be7f1a7c8d103ce8273b0 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Refactored agenda and added agenda view plugins, separate plugins can
be registered and when...
e7e60f1b5bb0740618d89eec89ff1edf9a6649c7 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Added todos agenda plugin, that adds a 'T' mapping to agenda view to
list unscheduled TODO i...
d5cdac4fd1a4da133e0473a89401f8a1538ffcf6 authored over 10 years ago by Dhruva Sagar <[email protected]>
a701e6b59b46281431c9b757a199a446367a2e13 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Re-architectured & refactored agenda to expose a plugin API, now
plugin authors can write th...
7acfce157b075f3dcfbde2894920e0729ac611e4 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Updated parser such that it can now be used to parse an arbitrary set
of lines (useful for c...
ab117264c0d5275ebae2a4de2e3274f5b010bbc9 authored over 10 years ago by Dhruva Sagar <[email protected]>
15e057b848f25446d0d79b96e8b70a95f8080238 authored over 10 years ago by Dhruva Sagar <[email protected]>
2471a5e92ea4ece8cf3cd8a1411c14ad86f55475 authored over 10 years ago by Dhruva Sagar <[email protected]>
Return true or false based on whether the file was opened or already
open. Pass the return of op...
Causes weird behavior because of files getting parsed multiple times
unnecessarily
f005e17bc3eaa5a627d9279d505f561784ebbf5b authored over 10 years ago by Dhruva Sagar <[email protected]>
8b436bf548439a9d087a0abb57316cc135482e83 authored over 10 years ago by Dhruva Sagar <[email protected]>
c99d20cb1aec12175ac51fbdf24d14b4103d333a authored over 10 years ago by Dhruva Sagar <[email protected]>
Conflicts:
README.md
5ceb728f0d6f370e7d9bb6f5d16ca6689d548070 authored over 10 years ago by Dhruva Sagar <[email protected]>
3674a833b9f6b96cc41ba75bb351e2d70fb1f586 authored over 10 years ago by Dhruva Sagar <[email protected]>
Fix link to vim-orgmode in README.md
7457d9db393d5aa37184219114e0a3fa9fbaf083 authored over 10 years ago by Dhruva Sagar <[email protected]>README: fix vim-orgmode link
fac563986cc9aacac4cd406eeee1e7424e7b8017 authored over 10 years ago by Michal Nazarewicz <[email protected]>8e63d4a103a83705eb50a865e5ab99da22e81b5c authored over 10 years ago by Dhruva Sagar <[email protected]>
6f0303ebb894e2162439757a60797e3c23635cc6 authored over 10 years ago by Dhruva Sagar <[email protected]>
ddaf4fc831b0e24301e79f55545b5d10fa1c96ef authored over 10 years ago by Dhruva Sagar <[email protected]>
7139aac3464b09b7c1f030d2fdd3dd9a0e0b2bd4 authored over 10 years ago by Dhruva Sagar <[email protected]>
Shifted the bulk of the code to dotoo/agenda/log_summary.vim for cleaner
code and easier mainten...
d9bbdc73992f59e8a2f6acda56d8ed9263a1b8db authored over 10 years ago by Dhruva Sagar <[email protected]>
f3e1d37adfcd2e8c962f41b5b04f8ebf207ab1b1 authored over 10 years ago by Dhruva Sagar <[email protected]>
daff1eb7d73cf9d5e69ac5a3a7068e39a260f840 authored over 10 years ago by Dhruva Sagar <[email protected]>
62d6fe55cd69f2f83c8e899a1ba8250a8636c91b authored over 10 years ago by Dhruva Sagar <[email protected]>
6896ce0f679736516457011b7ab32a187e5219ef authored over 10 years ago by Dhruva Sagar <[email protected]>
fb899d2975330c7cbb17ffd4b4a0b0c495394705 authored over 10 years ago by Dhruva Sagar <[email protected]>
7568bc6d1f814adff435a5e0ff7072e879b7ee78 authored over 10 years ago by Dhruva Sagar <[email protected]>
a7d8cd587b815ffa2af676ddbf16ebcacd9e43e1 authored over 10 years ago by Dhruva Sagar <[email protected]>
e81be9ec75c426deff9af2da7c91092c13bfe134 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Added info about abbrevs available for dotoo doc
056f0815557f6283496a552d516efaaac740fa73 authored over 10 years ago by Dhruva Sagar <[email protected]>3c7682f779fd196694f53dd2bd709f5a1616f9a4 authored over 10 years ago by Dhruva Sagar <[email protected]>
5e7c4c3016c89b50ca2047b9fb505e12b510b5d2 authored over 10 years ago by Dhruva Sagar <[email protected]>
ce45646e6cc0cb3b11367856ebb8ff80b565c5a6 authored over 10 years ago by Dhruva Sagar <[email protected]>
fd5d16fc4f1c17bbec772a5cdad7820d478a3a07 authored over 10 years ago by Dhruva Sagar <[email protected]>
8a0599a1cbaa0317afe118ef765a9fa16726e268 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Previously I was calculating a next_deadline in an attempt to get to a
date just before toda...
* Added dotoo document mappings
5726b82a94088b63c6a3f380ccb0e8767c62fb3f authored over 10 years ago by Dhruva Sagar <[email protected]>86f1ed93bb05044f32d8ab20aad180d067c86b21 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Added basic documentation
* Updated version number in README
bdff671b9811233a5dd112b59b7f5cc409e2c74d authored over 10 years ago by Dhruva Sagar <[email protected]>
* Added s:flatten_headlines to get a linear list of headlines for the
purpose of filtering for...
583d4e22df9883a0228b4d07b2c0c08cd574c49b authored over 10 years ago by Dhruva Sagar <[email protected]>
* First time you hit <CR> the file wasn't getting loaded properly since
the use of 'noauto' by...
e629f3acc6a2452e59913493525f56405581597d authored over 10 years ago by Dhruva Sagar <[email protected]>
56c607b02c07666a009812580f96613d896dfaff authored over 10 years ago by Dhruva Sagar <[email protected]>
1533c36e79e0adf2bd4ba185e7771ec69ead4f7a authored over 10 years ago by Dhruva Sagar <[email protected]>
ec2fb4a4fa1cd141ce4d7f8c3ef59d8f5f7baa62 authored over 10 years ago by Dhruva Sagar <[email protected]>
b6a1d38ceaa31d86d24d5c46d6a0f3dc6557ba86 authored over 10 years ago by Dhruva Sagar <[email protected]>
e6c009c08fda17d3a16a113cd7dcb2c1b0decf8d authored over 10 years ago by Dhruva Sagar <[email protected]>
8ad893b9ba600adb650fc15aeaff8c9f19738d3b authored over 10 years ago by Dhruva Sagar <[email protected]>
17bb121211f0917d782c1fba0188c33599c3bd8e authored over 10 years ago by Dhruva Sagar <[email protected]>
195846e4672aed469c3d22a46a6035802bb0b8e8 authored over 10 years ago by Dhruva Sagar <[email protected]>
* Switched Todo back to first capture menu item.
2044e79b2af221bba45b90a321fb45a4db37cf95 authored over 10 years ago by Dhruva Sagar <[email protected]>d051f1b2d8c316f6265c82c3e087a9b7619da911 authored over 10 years ago by Dhruva Sagar <[email protected]>
f8c33bdaea884ca0ac2f7f4c1ac121034c704dbe authored over 10 years ago by Dhruva Sagar <[email protected]>
4504d33dad1c9085d2757ea575e5c68811e9776f authored over 10 years ago by Dhruva Sagar <[email protected]>
4b9014839fa6c05ba9545540409da3520e71cb2c authored over 10 years ago by Dhruva Sagar <[email protected]>
18ee0669bae0efdba5f29f4387fe46775b14d65f authored over 10 years ago by Dhruva Sagar <[email protected]>