Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Centralise your bookmarks as
YAML
configuration and export them into different formats that can be used with your existing tools.
In a large company there are literally thousands of tools, environments and HR system URLs to remember. In a start up there maybe many less but in both scenarios there is probably no authority of truth and if there is, it is often out of date.
This tool is designed to help teams share URLs, keep them updo date and consistent in their tools of choice.
First thing you need to do is create your bookmarks YAML
configuration, below is an example:
label: Bookworms
description: These are sample bookmarks to teach you how Bookworms works
folders:
- label: folder 1
description: This is to describe the folder structure
folders:
- label: sub folder 1
description: This is to describe the sub folder structure
bookmarks:
- label: sample url 1
description: this is used to describe the bookmark
href: https://www.mywebsite.com
- label: folder 2
folders:
- label: sub folder 2
bookmarks:
- label: sample url 2
description: this is used to describe the bookmark
href: https://www.mywebsite.com
- label: sample url 3
description: this is used to describe the bookmark
href: https://www.mywebsite.com
- label: sub folder 3
bookmarks:
- label: sample url 4
description: this is used to describe the bookmark
href: https://www.mywebsite.com
- label: sample url 5
description: this is used to describe the bookmark
href: https://www.mywebsite.com
label
- The heading of your bookmarks or the folderdescription
- Generates a HTML
comment or text within markdown
folders
- A way of grouping together bookmarks, you can nest these as deep as you likebookmarks
- How you group the information for a bookmark linkhref
- The URL you want to bookmarkOnce this is ready you can pass it to Bookworms using npx
.
npx bookworms get ./my-bookmarks.yaml
This will then generate in the ./
folder the different exports you can then use in your older tools.
$ cd output
$ ls
browsers.html readme.md
You can also fetch bookmarks from a remote location and output the exports into a directory:
npx bookworms get https://raw.githubusercontent.com/thearegee/bookworms/main/demo/config/bookmarks.yaml -d="./output"
For more information about how to use these files see: Using your bookmarks
If you need help using Bookworms you can run this command:
npx bookworms --help
If you want to understand more about Bookworms you can read the following:
npx
FAQs
A cli tool for centralising and generating bookmarks
The npm package bookworms receives a total of 17 weekly downloads. As such, bookworms popularity was classified as not popular.
We found that bookworms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.