@s-hirano-ist/bookmark-links
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Bookmark Links

This library genrates bookmark links with a extention of .url for Windows. This may be useful if you want to open bookmark urls in Powertoys Run.

Input bookmark file should be exported from Brave browser. This may work with other Chromium-based browsers, but not tested.

Initial setups

  1. Install node

  2. Install packages

npm

npm install @s-hirano-ist/bookmark-links
npm install -D ts-node

yarn

yarn add @s-hirano-ist/bookmark-links
yarn add --dev ts-node

pnpm

pnpm install @s-hirano-ist/bookmark-links
pnpm install -D ts-node

How to use?

cat <<EOF > ./sample.ts
import { generate } from "@s-hirano-ist/bookmark-links";
generate();
EOF
pnpm ts-node sample.ts
pnpm ts-node sample.ts --input <input file path> --output <output directory path>

For more infomation, run the following command.

pnpm ts-node sample.ts --help

Publish

npm version <major|minor|patch>
npm publish

Package Sidebar

Install

npm i @s-hirano-ist/bookmark-links

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

25.4 kB

Total Files

18

Last publish

Collaborators

  • s-hirano-ist