Giter Club home page Giter Club logo

histman's Introduction

ZSH History Manager

This tool is meant to provide functionality that typically comes with a performance impact:

  • Be able to quickly search your entire ZSH history, no matter how large.
  • Be able to maintain good terminal performance by not holding the entire history in memory.

This tool copies the ZSH History file when run and can deduplicate the commands and produce a new history file.

This means you can have many backups of your history, a master history file, and a shorter actual history file for maximum shell performance.

The one caveat is that you must use a special command to search the history, hgi, which originally came from my tendancy to run history | grep -i some-snipped-here whenever I wanted to perform a history search.

Installation

  1. Create history backup directory:
mkdir ~/.history_backups
  1. Clone it:
git clone https://github.com/ckabalan/histman.git ~/.history_backups/histman
  1. Initialize virtual environment:
cd ~/.history_backups/histman
poetry init
  1. Configure weekly backups. Add the following to your ~/.zshrc:
/path/to/poetry/virtualenv/bin/python $HOME/.history_backups/histman/histman.py --backup-with-combine --frequency-days 7
  1. Configure the history query alias hgi. Add the following to your ~/.zshrc:
hgi () {
	/path/to/poetry/virtualenv/bin/python $HOME/.history_backups/histman/histman.py --show-live-and-combined $@
}

License

ZSH History Manager is released under the MIT License

histman's People

Contributors

ckabalan avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.