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

bin+lib rwhich

like linux which, can find where the exec command is

2 releases

0.1.1 Nov 11, 2024
0.1.0 Nov 11, 2024

#2389 in Command line utilities

Download history 231/week @ 2024-11-10 19/week @ 2024-11-17

250 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