mirror of
https://github.com/junegunn/fzf
synced 2026-07-27 17:41:41 +00:00
0c573b3dff
`TAGS=termbox make` (or `go build -tags termbox`)
9 lines
82 B
Go
9 lines
82 B
Go
// +build windows
|
|
|
|
package fzf
|
|
|
|
const (
|
|
// Reader
|
|
defaultCommand = `dir /s/b`
|
|
)
|