Add complete edit history using fre
This commit is contained in:
parent
6bc5bcee50
commit
182abc1ad0
5 changed files with 12 additions and 2 deletions
4
bin/tmux-edit-history
Executable file
4
bin/tmux-edit-history
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
_file=$(fre --store_name edit-history --sorted | exec fzf --no-sort)
|
||||
[ -n "$_file" ] && exec tmux-edit-helper "$_file"
|
Loading…
Add table
Add a link
Reference in a new issue