@s-hiroshi/bks
TypeScript icon, indicating that this package has built-in type declarations

0.0.30 • Public • Published

bks

CLI bookmark launcher application for Mac.

This application is intended to be installed globally.

Set up

Install

$ npm i -g @s-hiroshi/bks

Configuration

After executing "npm install," make sure to issue the command "bks configure".

$ bks configure

Storage

  • local file
  • Gist
Use local file
  • Strictly Recommend /{{YOUR_HOME_DIR}}/.config/s-hiroshi/bks/data.json
Use Gist
  1. Create Gist with file name bks-contents.json(filename is important)
  2. bks configure
  3. Input local file、Personal Access Token, GIST ID

Usage

bks url
bks <command> <query>

Available Commands:

  configure       Edit config file
  configure show  Show config
  configure set   Edit config property
  download        Dowonload data from Gist
  edit            Edit bookmark in data file
  find            Find bookmark in data file
  efind           Extended Find is incremental search in data file
  help            Show help
  history         Show history
  import          Import Google Chrome bookmark
  list            Show all bookmarks
  new             Create a new bookmarks
  rm              Remove bookmark
  search          Search on google
  upload          Upload data to Gist
  version         Print the version number

e.g

  • bks example.com Open https://example.com
  • bks find Display choices from data file
  • bks find keyword Display choices that correspond to keywords from data file
  • bks efind Increment search in data file
  • bks search keyword Search for keyword on Google

Import Google Chrome bookmark

This command overwrites, not appends!!

  1. manual Export Google Chrome bookmark file(.html)
  2. bks import
  3. Imput exported Google Chrome bookmark file(1.)

Readme

Keywords

Package Sidebar

Install

npm i @s-hiroshi/bks

Weekly Downloads

2

Version

0.0.30

License

MIT

Unpacked Size

85 kB

Total Files

66

Last publish

Collaborators

  • s-hiroshi