William Melody

Results 153 comments of William Melody

🤷‍♂️ It’s a creative process.

Imported files are just regular files, so you can edit them using the normal editor for the file type. If it's a pdf file, `nb` will use whichever application is...

Yeah, I have a lot of ideas around this. I'm aiming to have different encryption and authentication strategies implemented as plugins. The API should be basically there. I like keeping...

@rhaynes74 You can try installing with the `--head` option: `brew install nb --head`. This should install the latest version from the repository. I have yet to confirm whether it updates...

Sounds interesting, and makes sense. Thanks for the suggestion! For the moment, `nb add` currently technically works for this with piped input, though it's still undocumented behavior. For example, this...

Hi Martin, Thanks for the contribution! After looking into this I want to include some additional notes about this issue, along with my comments. Just to document the issue here...

Hi @joallard! Thanks for this. I'm looking into all of this to try to understand the scope of the issue.

@scratchmex Interesting idea! I'll look into it. Another option for implementation could be the `at` utility: - https://pubs.opengroup.org/onlinepubs/9699919799/utilities/at.html - https://stackoverflow.com/a/30378554

Thanks! I updated it with most of the recommended changes and some styling improvements. We can add more configuration variables if needed.

@tkapias These changes are available in version 7+. I also added a ["`$` Variables" section to the README](https://github.com/xwmx/nb#-variables), per your suggestion. Thanks!