yi-fuzzy-open-0.19.0: Fuzzy open plugin for yi
LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010
Extensions
  • ScopedTypeVariables
  • OverloadedStrings
  • InstanceSigs
  • DeriveDataTypeable
  • DeriveGeneric
  • ExplicitForAll

Yi.Fuzzy

Description

 
Synopsis

Documentation

fuzzyOpen :: YiM () Source #

Fuzzy open the current directory. The depth searched is defaultDepth, use fuzzyOpenWithDepth if you want to customise this.

fuzzyOpenWithDepth :: Natural -> YiM () Source #

Fuzzy-opens the directory to the specified depth. The depth needs to be at least 1 for it to do anything meaningful.

defaultDepth :: Natural Source #

The depth fuzzyOpen should traverse by default. Currently 5.