https://github.com/jftuga/fzfmips64
fzf for mips64 including Ubiquiti EdgeRouters
https://github.com/jftuga/fzfmips64
Last synced: 5 months ago
JSON representation
fzf for mips64 including Ubiquiti EdgeRouters
- Host: GitHub
- URL: https://github.com/jftuga/fzfmips64
- Owner: jftuga
- License: mit
- Created: 2018-12-04T03:30:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T04:10:55.000Z (over 7 years ago)
- Last Synced: 2025-03-24T19:15:43.019Z (about 1 year ago)
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fzfmips64
fzf for the Linux mips64 architecture including Ubiquiti EdgeRouters
This is a static binary for [fzf](https://github.com/junegunn/fzf) that will run on Ubiquiti EdgeRouters.
You *must* set the **FZF_DEFAULT_COMMAND** environment variable before running fzf.
```
ubnt@ubnt:~$ export FZF_DEFAULT_COMMAND="find . -path '*/\.*' -prune -o -type f -print -o -type l -print 2> /dev/null | sed s/^..//"
ubnt@ubnt:~$ fzf --version
0.17.5 (b46227d)
```