mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-03 13:42:11 -07:00
--multi to take optional argument to limit the number of selection
Close #1718 Related #688
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package fzf
|
||||
|
||||
import (
|
||||
"math"
|
||||
"os"
|
||||
"time"
|
||||
|
||||
@@ -27,6 +28,7 @@ const (
|
||||
spinnerDuration = 200 * time.Millisecond
|
||||
previewCancelWait = 500 * time.Millisecond
|
||||
maxPatternLength = 300
|
||||
maxMulti = math.MaxInt32
|
||||
|
||||
// Matcher
|
||||
numPartitionsMultiplier = 8
|
||||
|
Reference in New Issue
Block a user