Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

histdbimport

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

histdbimport

Make sure you have node installed, then run

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Imports a .zsh_history file into a zsh-histdb sqlite database.

Like go-histdbimport, but 6000x faster.

Usage

Make sure you have node installed, then run

npx histdbimport

Alternatively, get the source from this repo and run it from here:

git clone https://github.com/phiresky/ts-histdbimport
cd ts-histdbimport
npm install
npm run insert-all

Will import ~/.zsh_history into ~/.histdb/zsh-history.db.

You can set env vars to change the input / output filename:

$ history_file=zh database=x.db npm run insert-all

Benchmark

Importing a history file with 299k entries:

  • go-histdbimport: 9.08 inserts/s (would take 9 hours)
  • ts-histdbimport: 56500 inserts/s (5.29s total)

FAQs

Package last updated on 10 Oct 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc