William Melody

Results 106 comments of William Melody

I'm working my way toward addressing this. In the meantime I've been keeping this in mind over the past few months and `nb` should be branch-name agnostic, though as you...

Hi @cocoonkid ! I’m going to revisit the completions in the coming weeks and will keep this in mind.

@StanSvec There's a lot of nuance here and I have a lot of thoughts that I guess I only really know how to express in code. The main next step...

Yeah, I have similar thoughts along these lines and am whittling in this direction.

@trib0r3 This should now be working as expected as of version 6.3.5. Let me know if you run into any issues with it. I’m going to leave this issue open...

The URLs should now be configurable and protocol-agnostic in the latest versions in the repo. The hostname and port can be set with the `$NB_SERVER_HOST` and `$NB_SERVER_PORT` environment variables.

Glad you like it! To get `w3m` working with VS Code, set the editor command in `w3m` to `code --wait` in the `w3m` Options Setting Panel (open by typing `o`)....

Hi @mgrecar! I was working on `search` and `list` and realized I could just implement experimental search-based pinning similar to your approach, so that’s now available in the latest versions...

I just added a second pinning implementation with new `pin` and `unpin` subcommands that save pinned items to a `.pindex` file in each folder. This makes it possible to pin...

@mgrecar OK, it now preserves the order. Thanks for the heads up!