William Melody

Results 149 comments of William Melody

This change is now available in versions 7.14.0 and higher. @ericguirbal Thanks for your help with this!

Thanks for exploring this. I've thought about this a few times and haven't tackled it yet because it gets complicated. We should have thorough test coverage to make sure everything...

Hi @fred-o, thanks for the report. I've looked into this and experimented a bit, but still don't know the cause and I haven't been able to reproduce the issue. For...

@fred-o Thanks for the info. Is this the w3m package you are using? https://mynixos.com/nixpkgs/package/w3m

Thanks for the report. I don't know the cause yet. The spinner displays for git operations. If it's running before `nb ls`, that suggests it's likely trying to sync with...

Thanks for the info. I'll have to take a closer look at the git error handling in `nb` and see if I can reproduce the issue in a test.

[`nb delete`](https://github.com/xwmx/nb#delete) can accept multiple selectors. I think that’s the only subcommand that supports it. How are you envisioning it would work with `nb edit`?

Just want to note that [`nb move`](https://github.com/xwmx/nb#move) partially supports multiple source selectors, but this functionality is not yet included in the documentation because I haven't implemented globbing support yet and...

@fs0414 Thank you for the pull request. I'm reviewing the logic and so far the existing implementation appears to be functioning as intended. The options get a little complicated and...