m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00
Files
fzf/src/constants_windows.go
Junegunn Choi 0c573b3dff Prepare for termbox/windows build
`TAGS=termbox make` (or `go build -tags termbox`)
2016-11-07 02:32:14 +09:00

9 lines
82 B
Go

// +build windows
package fzf
const (
// Reader
defaultCommand = `dir /s/b`
)