Diego Zamboni

Results 98 comments of Diego Zamboni

Hi - sorry it took me so long to respond, I haven't had a chance to work on Enwrite in a while. Writing a Jekyll output module should be relatively...

I'm toying a bit with the code, trying to make it an option for drydrop to automatically search for index.html in directories instead of trying to fetch the directory itself....

I actually think using regexes to identify directories is more of a hack, because there is no way to reliably do it (unless you assume a slash is ALWAYS included...

Sorry for the delay, I'll try to review it next weekend.

Good idea. I don't have a lot of time at the moment to work on this, but PRs are welcome 😊

Fully agree - I also don't make Elvish my login shell, but the default command in Terminal.app. On Tue, Jun 5, 2018 at 11:14 PM, Qi Xiao wrote: > My...

@hanche please note that a full directory history implementation is available in my [dir.org](https://github.com/zzamboni/elvish-modules/blob/master/dir.org) module :) With this I can use Alt-left/right to navigate among directories (works smartly so you...

I am in @bexelbie's camp - I fully enjoy `exa` (which I have aliased to `ls`) except for *every single time* my fingers type `ls -lrt` and then I have...

@cmsj happy to do so! @samdfonseca thanks for the PR, I had been meaning to look into this. First of all, please note that your PR includes changes to a...