An open API service indexing awesome lists of open source software.

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

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)
```