https://github.com/yggdroot/yoyo-leaf
Yoyo-leaf is an awesome command-line fuzzy finder.
https://github.com/yggdroot/yoyo-leaf
fuzzy-matching fuzzy-search fuzzyfinder
Last synced: about 1 year ago
JSON representation
Yoyo-leaf is an awesome command-line fuzzy finder.
- Host: GitHub
- URL: https://github.com/yggdroot/yoyo-leaf
- Owner: Yggdroot
- License: apache-2.0
- Created: 2020-06-26T01:27:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T14:06:48.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:21:22.942Z (about 1 year ago)
- Topics: fuzzy-matching, fuzzy-search, fuzzyfinder
- Language: C++
- Homepage:
- Size: 251 KB
- Stars: 55
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yoyo-leaf
Yoyo-leaf is an awesome command-line fuzzy finder.
## Usage
```
usage: yy [options]
Layout
--border [BORDER[:STYLE]] Display the T(top), R(right), B(bottom), L(left) border. BORDER
is a string combined by 'T', 'R', 'B' or 'L'. If BORDER is not
specified, display borders all around. STYLE is 1, 2, 3 and 4
which denotes "[─,│,─,│,╭,╮,╯,╰]",
"[─,│,─,│,┌,┐,┘,└]",
"[━,┃,━,┃,┏,┓,┛,┗]",
"[═,║,═,║,╔,╗,╝,╚]" respectively.
--border-chars= Specify the character to use for the top/right/bottom/left
border, followed by the character to use for the
topleft/topright/botright/botleft corner. Default value is
"[─,│,─,│,╭,╮,╯,╰]"
--height= Display window with the given height N[%] instead of using
fullscreen.
--margin= Specify the width of the top/right/bottom/left margin. MARGIN is
a list of integers or percentages. The list can have 1, 2 and 4
elements. For example, [10]: margins all around are 10.
[10,20%]: top and bottom margin are 10, left and right margin
are 20% of the terminal width.
-r, --reverse Display from the bottom of the screen to top.
Search
--sort-preference=
Specify the sort preference to apply, value can be [begin|end].
(default: end)
alias: leaf
```
## License
This software is released under the Apache License, Version 2.0 (the "License").