Crumbtrail
    Preparing search index...

    Interface IZCrumbtrailNudgeOptions

    Options for the nudge command.

    interface IZCrumbtrailNudgeOptions {
        directory?: string;
        every?: number;
        recursive?: boolean;
    }
    Index

    Properties

    directory?: string

    The directory to nudge.

    The default if not specified is the current working directory.

    every?: number

    The total number of milliseconds to wait between nudges.

    Default is ZWatchDelay

    recursive?: boolean

    Whether to nudge recursively.

    Warning: This can have severe CPU usage for deep directories.

    Default is false.