Robert Whitaker

Results 9 comments of Robert Whitaker

Are there any plans to add hooks? I use them pretty extensively to extend Taskwarrior's functionality and sync with other services.

@ad-si I actually have all my hooks in my [dotfiles repo](https://github.com/robwhitaker/dotfiles/tree/master/taskwarrior/task/hooks) if you want to check them out, but in short, I use hooks for the following: - Sync my...

@ad-si Dhall is very cool as a configuration language, but I can't say I like the idea of trying to use it for general purpose scripting. Maybe it's just inexperience...

> Dhall has become quite powerful by now, but yeah, there will definitely a few custom functions be needed to make it complete. But as far as I can tell...

> So building a CLI tool in Python accessing the existing database is actually a way of doing it I'd like to support. @ad-si @distefam I think it makes sense...

Having been playing with TaskLite a bit recently, I think it would be nice if notes could be read from stdin if no text is provided. It would allow for...

I just started configuring my status bar with Eww the other day, and this is a feature I'd really like to see. The default 2 second polling rate definitely feels...

I tried to use the git versions for all of them, but I wasn't able to for `haxeui-hxwidgets`, so this is what I got: ``` $ haxelib list haxeui-core: [1.6.0]...

Ah, I was wondering what those brackets meant (very new to Haxe :sweat_smile:). Not sure what's different about those commands compared to what I did before (maybe I used the...