CyberShadow / per-directory-history

Per directory history for zsh, as well as global history, and the ability to toggle between them with ^G.
zlib License
0 stars 1 forks source link

Per-Directory-History

This is an implementation of per directory history for ZSH:

This implementation is loosely based on the implementation by Jim Hester. Notable differences:

Usage

  1. Load this script into your interactive ZSH session:

    % source zsh-per-directory-history.zsh
  2. The default mode is per-directory history, interact with your history as normal.

  3. Press AltL (lowercase) to toggle between local and global histories.


Configuration