Skip to content

junheecho/complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

complete

A command-line filename completion

Install

  1. Compile: make
  2. Add the binary to PATH: export PATH=$PATH:/path/to/complete/bin
  3. Add the zsh plugin: source /path/to/complete/completion.zsh

Usage

  1. Hit TAB key to complete the filename.

Frecency

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.

About

A command-line filename completion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published