Skip to content

huberv/winwhich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winwhich

A which-like command line tool for Windows, built on node. Due to the availability of the built-in where.exe this is kind of superfluous.

By enabling debug output (set DEBUG=*) prior to running it you can at least find non-existent folders and duplicate entries in your PATH.

Installation

  • Install node and npm (I'd recommend nvm-windows for this)
  • Clone this repository
  • Open a command prompt in the cloned folder
  • npm install --global --production
  • Afterwards you can delete the cloned folder

Releases

No releases published

Packages

No packages published