GitXplorerGitXplorer
2

fish-history-merge

public
66 stars
3 forks
1 issues

Commits

List of commits on branch master.
Verified
7e415b8ab843a64313708273cf659efbf471ad39

Merge pull request #2 from StabbarN/patch-1

22m committed 4 years ago
Verified
9b5af44230f9b1f891775c327cc73e141ca7ec7a

Update README.md

SStabbarN committed 4 years ago
Verified
dbbf3c352df51eb51ababfa40d75da24702a5366

Document fisher installation (#1)

22m committed 5 years ago
Verified
46b39d02702de37c021b80b49c84685fb71356d8

Document fisher installation

oolets committed 5 years ago
Verified
7856c00ef71b58bf2e8c125ccdf9a20b5c4e7054

Update README.md

22m committed 5 years ago
Verified
5c7353e01134557b3234629f8fc54675134d0b06

Add readme and license

22m committed 5 years ago

README

The README file for this repository.

This is a fish plugin that modifies built-in up-or-search command to merge the command history. The effect is that shell command history becomes shared across all open shells. Original implementations by @farcaller from https://github.com/fish-shell/fish-shell/issues/825#issuecomment-440286038

Installation

If using fundle add the following to ~/.config/fish/config.fish before fundle init:

fundle plugin '2m/fish-history-merge'

then reload fish shell and then run fundle install.

If using fisher run fisher install 2m/fish-history-merge.