knox 修订了这个 Gist . 跳至此修订
1 file changed, 10 insertions
fzf-15.md(file created)
@@ -0,0 +1,10 @@ | |||
1 | + | | Token | Match type | Description | | |
2 | + | | --------- | -------------------------------------- | ------------------------------------------ | | |
3 | + | | `sbtrkt` | fuzzy-match | Items that match `sbtrkt` | | |
4 | + | | `'wild` | exact-match (quoted) | Items that include `wild` | | |
5 | + | | `'wild'` | exact-boundary-match (quoted both ends) | Items that include `wild` at word boundaries | | |
6 | + | | `^music` | prefix-exact-match | Items that start with `music` | | |
7 | + | | `.mp3$` | suffix-exact-match | Items that end with `.mp3` | | |
8 | + | | `!fire` | inverse-exact-match | Items that do not include `fire` | | |
9 | + | | `!^music` | inverse-prefix-exact-match | Items that do not start with `music` | | |
10 | + | | `!.mp3$` | inverse-suffix-exact-match | Items that do not end with `.mp3` | |
更新
更早