Marcus Buffett

Results 30 comments of Marcus Buffett
trafficstars

Sort of a +1 comment that it would be very useful to be able to keep the interval (daily, weekly, monthly) but adjust the range. I'd love to see more...

This is a really interesting case, I don't see why we couldn't call the $EDITOR as a command and not as a file, I'd welcome a PR for this, otherwise...

@bew i was thinking along the same lines when I updated clap, since you can parse arguments as PathBuf instead of string, but then I ended up having to unwrap...

Or OsString or whatever, not totally sure, I leave it up to you

This is a cool idea, and it also tackles an issue with the current setup, in that if you edit a directory name things can fail. Getting rid of directory...

Created a release tag for the latest release. Let me know if there's more to this, haven't done this before.

Interesting, I wasn't aware that windows didn't expand glob patterns. Should be fairly trivial to add this in, will tackle this when I get the time, or I'd welcome a...

Absolutely, I’ve thought along similar lines. Definitely plan to add this feature

Ah cool idea, agree that this would be nice to have. It would require a fair amount of work actually right now, so it won't be a priority for a...

It seems like this could be because the command buffer regrouping isn't working, maybe the init is being called after creating the new windows, instead of before? Not sure, just...