Dave MacFarlane

Results 100 comments of Dave MacFarlane

Plan 9 is an operating system that was designed at Bell Labs as the successor to UNIX. The mainline version of it isn't really maintained anymore, but some forks of...

what version of Go are you using on what platform? As far as I know textflag.h should come with Go itself.

Thanks for pointing those out.. I managed to get it to build with `GOOS=windows go build`, but I don't have access to a windows machine to test it on anymore....

This seems like it would need to be platform specific. It wouldn't work on, say, Windows or Mac, but it might make sense to make a package to get a...

Colons get replaced by space (unless they're escaped with a backslash) to make it possible to have spaces in arguments to executable words in the tagline. I think that the...

Thanks for the link. I'll investigate when I get the chance. But it's not clear to me: how would using pie be different from the current behaviour of invoking selected...

Okay, I've finally had a chance to look into this a little more now that the basic functionality of `de` is getting closer to having everything I need. My concern...

See my second comment in #40 for the problem with using the go 1.8 plugins. The fact that they're Linux-only is a fairly major stumbling block for me. Since I've...

You can look into making one with https://github.com/google/go-github. But I've actually become convinced that the Redmine plugin would have been more useful as a redmine command-line app that prints to...

I'm not sure what you mean by "external syntax highlighting plugin". If you mean `de` plugins which are external to this repo that do syntax highlighting, I don't know of...