Matt Spear

Results 9 comments of Matt Spear

The path can be found using `xcrun --find sourcekit-lsp` and can be used as the command path to write and complete Swift, although couldn't get `UIKit` support to work

Sadly this project is 'as is' – I've since moved on from using both Habitica (was called HabitRPG when I used it) and also OmniFocus. For that reason I no...

I think I need to play a bit more Habitica to get a feel for this feature, slightly confused about what you mean. Could you give an example how someone...

Ranges could be used to check which category it falls into and then apply the relevant habit trigger. Personally I very rarely use the estimated time fields as they take...

A simpler approach may be possible based off last sync date and a count of the number of completed tasks since that date. This would save having to mark tasks...

Just need to append logged tasks to a text file, could be as simple as a shell script: ``` echo "$(date) - Logged $number tasks" >> log.txt ``` We'll need...

It might be worth combining the setup process into the main script, so the first run it ask for and logs API Key / Token, stores locally and does the...

Just proposed in issue #15 to combine into a single script, once in that form it should be super simple to add an extra type. Would require slight alteration to...

I'd love this feature too and got super confused why I had dates from the week before in all my Todos! Happy to contribute – What is the desired behaviour?...