mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-11 16:15:46 +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`
|
|
)
|