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

Fixed agenda

* Lexer should open buffer in the backgroud, so switching back to the
previous open buffer aft...

github.com/dhruvasagar/vim-dotoo - c858632a518555929d0a097321d6e62b1199c34e authored over 10 years ago by Dhruva Sagar <[email protected]>
Fixed lexer

github.com/dhruvasagar/vim-dotoo - 03478980eb4ef2c04138e771844aeec911514d8a authored over 10 years ago by Dhruva Sagar <[email protected]>
Minor refactor

* Lexer to read from buffer instead of readfile() in an attempt to pick
up unsaved changes as ...

github.com/dhruvasagar/vim-dotoo - e000869058726d996f5ab6ae1c2a4f06096fc755 authored over 10 years ago by Dhruva Sagar <[email protected]>
Fixed headline.save()

* Earlier I was calling setline(), which overwrote the headlines
content, however if the conte...

github.com/dhruvasagar/vim-dotoo - cbad7a094487dc89d64f321566c5c0327027bd99 authored over 10 years ago by Dhruva Sagar <[email protected]>
Renamed agenda filetype from dotoo_agenda to dotooagenda

* VIM's filetype loading format allows filetype_name format so
dotoo_agenda matched dotoo file...

github.com/dhruvasagar/vim-dotoo - 7539c6d2a823c8ddcb46661f1a16001942e69570 authored over 10 years ago by Dhruva Sagar <[email protected]>
Minor improvement

github.com/dhruvasagar/vim-dotoo - 39685388eba547a974938440bfd9dee2244515e1 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated Agenda, added ftplugin for dotoo_agenda

github.com/dhruvasagar/vim-dotoo - 0bd58d3a2c36425f06bfa4349fe3231826f53ea1 authored over 10 years ago by Dhruva Sagar <[email protected]>
Added README

github.com/dhruvasagar/vim-dotoo - 07e0cdbc63e37e578b5c06ee2a2607afe0ae6417 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated Agenda

github.com/dhruvasagar/vim-dotoo - 322906b8ae16dbc4260c68db4f11e12071f9ecb6 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated Agenda

github.com/dhruvasagar/vim-dotoo - 0737b2d79d0de108549da6a8ef314a37ee4340a5 authored over 10 years ago by Dhruva Sagar <[email protected]>
Minor edit, removed blank line

github.com/dhruvasagar/vim-dotoo - 0834bdf2ae00ce4382655064d08ad4b4ff613612 authored over 10 years ago by Dhruva Sagar <[email protected]>
Refactored parser

* Built separate object libraries for headline sub-types for easy object
building abstractions...

github.com/dhruvasagar/vim-dotoo - bf742ab92f352335e45b95da2125e2e5248604a2 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated for Agenda

* Fixed error for changing todo states & rebuilding agenda leading to no
deadline available an...

github.com/dhruvasagar/vim-dotoo - 1f578ec6b1cd54d63d6996f361b6b9a462014c51 authored over 10 years ago by Dhruva Sagar <[email protected]>
Improved Agenda

* Now support for habits & REPEAT_TO_STATE property
* Improved serialization
* Added more apis f...

github.com/dhruvasagar/vim-dotoo - a65273232225dd0867efc10f77eba01007147bf6 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated parser, agenda & time

github.com/dhruvasagar/vim-dotoo - 7c496acfce685d9bd890c8716c8464d55113f013 authored over 10 years ago by Dhruva Sagar <[email protected]>
Fixed serializer for logbook

github.com/dhruvasagar/vim-dotoo - a7766ba5c14fc5bac0d538db493e080532591774 authored over 10 years ago by Dhruva Sagar <[email protected]>
Improved agenda view

* Switched to using winsaveview & winrestview instead of cursor hack
since this is much better.

github.com/dhruvasagar/vim-dotoo - 08e2c1320e527e4d3634bd07e4992be37bf680f9 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated agenda, parser & time

* Refactored parser & time to reuse functions rather than create
anonymous funtions which can ...

github.com/dhruvasagar/vim-dotoo - 01492d2c3c0d205764e2b37ac876887c2c8837c6 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated agenda

* Switched to using 't' for changing todo state rather than 'c'
* Cursor position fix to keep cu...

github.com/dhruvasagar/vim-dotoo - 5372400f2306cec9210f67de3458279928182031 authored over 10 years ago by Dhruva Sagar <[email protected]>
Improved syntax

github.com/dhruvasagar/vim-dotoo - 6569b72b75e8360ac6c488f4b39b51821465e52b authored over 10 years ago by Dhruva Sagar <[email protected]>
Improved Agenda View

* 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]>
Improved Syntax

github.com/dhruvasagar/vim-dotoo - 8aafdf162568646071e56720323d3b8b4c6a3043 authored over 10 years ago by Dhruva Sagar <[email protected]>
Improved timestamp highlights (using only [])

github.com/dhruvasagar/vim-dotoo - 4d7ef0b38ed0257c6c0e79f9fb6094d445b01a05 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated parser & agenda

* Agenda now includes scheduled tasks

github.com/dhruvasagar/vim-dotoo - 9443cc20b6a6c6d6215f2e76221f7d8fd8ee9111 authored over 10 years ago by Dhruva Sagar <[email protected]>
Initial work for headline manipulation API

* Doesn't work right now, need to write a serializer that actually
writes to the changes to th...

github.com/dhruvasagar/vim-dotoo - 4a34ba1dbcc39d3add99408afb290c282250bec4 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated agenda

* 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]>
Updated syntax & todo_keywords configuration

github.com/dhruvasagar/vim-dotoo - e571d2555f4e7cfc9cbf8da95ac281bd428707d8 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated agenda & parser

* Agenda updated for better formatting with both short & long time_agos
* Parser updated to use ...

github.com/dhruvasagar/vim-dotoo - 8f82cc9b9335f333870bd57a0fa7db98941b0796 authored over 10 years ago by Dhruva Sagar <[email protected]>
Muted the mapping

github.com/dhruvasagar/vim-dotoo - c091158e65491ce507adb92968fde6ea0e0def3c authored over 10 years ago by Dhruva Sagar <[email protected]>
Added plugin for agenda mapping

github.com/dhruvasagar/vim-dotoo - 04d80989335c9762b5b9b6b3160fb38f5fb5ba6f authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated agenda view formatting

github.com/dhruvasagar/vim-dotoo - 87e11a608f7477e0ba541d0a469c9dfde88d7518 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated agenda & time for warning_day period

github.com/dhruvasagar/vim-dotoo - 3c2d18745d1a1e686aeb6a57822d5a17d3bce82a authored over 10 years ago by Dhruva Sagar <[email protected]>
Fixed parsed token memoization leak

github.com/dhruvasagar/vim-dotoo - eb03d8843b2d93880075710025b8a1cd7fd47c0b authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated agenda, added syntax highlightings

github.com/dhruvasagar/vim-dotoo - 64aafcf1c370e80cc5d77a03fd37dc5c9e8d1a95 authored over 10 years ago by Dhruva Sagar <[email protected]>
Added headline.todo_title

github.com/dhruvasagar/vim-dotoo - 4d86314818811b9102a0adeb7eff02d185d240b3 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated next_repeat logic

github.com/dhruvasagar/vim-dotoo - 8d0991bdd48b3e5d169e3fdacb8601706830ad0b authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated time.vim fixed bug with adjust()

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]>
Updated parser & agenda

github.com/dhruvasagar/vim-dotoo - be89c538558ca17ad540b63b8017e280502dbf5f authored over 10 years ago by Dhruva Sagar <[email protected]>
Renamed doto to dotoo for a better name

github.com/dhruvasagar/vim-dotoo - 7200a6fb237a95c23247bd5a4e5ab2929440d089 authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated parser, added time & agenda

github.com/dhruvasagar/vim-dotoo - 763c4a2591b5a789d51c6e3f1ce7f61a032e9d0b authored over 10 years ago by Dhruva Sagar <[email protected]>
Added a functional parser with memoization

github.com/dhruvasagar/vim-dotoo - 3ab7fba381623867c334de4aa5d955b7d8710eb2 authored over 10 years ago by Dhruva Sagar <[email protected]>