Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2m/fish-history-merge
Always merge command history across terminals
https://github.com/2m/fish-history-merge
Last synced: 22 days ago
JSON representation
Always merge command history across terminals
- Host: GitHub
- URL: https://github.com/2m/fish-history-merge
- Owner: 2m
- License: other
- Created: 2019-10-28T06:38:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T16:52:39.000Z (almost 4 years ago)
- Last Synced: 2024-08-10T19:16:27.067Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 58
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [fish-history-merge][]
[fish-history-merge]: https://github.com/2m/fish-history-merge
This is a [fish](https://fishshell.com) 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](https://github.com/danhper/fundle) add the following to `~/.config/fish/config.fish` before `fundle init`:
```fish
fundle plugin '2m/fish-history-merge'
```then reload fish shell and then run `fundle install`.
If using [fisher](https://github.com/jorgebucaran/fisher) run `fisher install 2m/fish-history-merge`.