William Melody

Results 106 comments of William Melody

`nb`, [`nb ls`](https://github.com/xwmx/nb#ls), [`nb list`](https://github.com/xwmx/nb#list), and [`nb search`](https://github.com/xwmx/nb#search) currently have a `--type

That makes sense. It should be possible to create a plugin named something like `bookmark-duplicate-checker.nb-plugin` that uses `nb search` to check for existing files containing the URL and then displays...

@seconddayout I’ve added dupe detection within the target folder, which in most cases is a notebook root. I kept the scope constrained for now to see how it goes. This...

@100ideas Thanks for putting all of this together. I've been reading and exploring the links throughout the day and have a lot of thoughts.

@rpdillon Interesting idea. Fossil is pretty cool. Most of the git functionality in `nb` is contained within the `git` subcommand, with some additional functionality in `remote` and `sync`. It's very...

Sounds interesting! I'll think about how this can be implemented...

Thanks for the information! It looks like npm changes the tmp directory to its current working directory in some cases, which then causes an error when `nb` calls `mktemp` while...

File archiving hasn't been implemented yet.

@hulloanson Those are all interesting potential approaches. My initial inclination is toward adding a `.` to the filename. There are edge cases to consider, such as archiving an item with...

Hi @alexxhenry ! To answer the second question first: each notebook in `nb` is a separate git repository. Most things in git operate on a repository level, so nb is...