A command-line filename completion
- Compile:
make - Add the binary to
PATH:export PATH=$PATH:/path/to/complete/bin - Add the zsh plugin:
source /path/to/complete/completion.zsh
- Hit
TABkey to complete the filename.
Frecency Algorithm by Mozilla is a combination of frequency and recency.
When a file is chosen, it gets points. The points of files decay over time.