#linux #linux-command #which #which-rs

bin+lib rwhich

like linux which, can find where the exec command is

2 releases

new 0.1.1 Nov 11, 2024
0.1.0 Nov 11, 2024

#2734 in Command line utilities

Download history 229/week @ 2024-11-10

229 downloads per month

Apache-2.0

7KB
93 lines

linux like which

can compile in windows, linux and macos usage like linux which command

  rwhich ls
  rwhich openssl
  rwhich openssl.exe
  rwhich code.exe

Usage: which-rs [options] command...

   rwhich ls
   rwhich openssl
   rwhich opewnssl.exe
   rwhich code.exe

Options:

-h, --help Display this help message

No runtime deps