mirror of
https://github.com/junegunn/fzf
synced 2026-08-05 19:11:41 +00:00
Add --tmux option to replace fzf-tmux script
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package fzf
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
func mkfifo(path string, mode uint32) error {
|
||||
return unix.Mkfifo(path, mode)
|
||||
}
|
||||
Reference in New Issue
Block a user