initialize-programs-that-exist

Name

initialize-programs-that-exist -- Initializes the cache with programs that exist in the current $PATH.

Synopsis

(initialize-programs-that-exist)

Description

Initializes the cache with programs that exist in the current $PATH. This creates a list that cached-program-exists? then checks when queried whether a program exists or not. Currently, this procedure spawns a zsh process to get the list of files in the $PATH very quickly.

Implementation Notes

Module: (app scwm path-cache)

Defined in scheme/path-cache.scm at line 17 (CVS log)