roo-cli 0.0.4

A simple command line tool to find a file and call another app with the found one as argument
1
2
3
4
5
6
7
8
9
10
11
walkdir: fd
delay: 750
commands:
  - key: "vs"
    command: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Common7\\IDE\\devenv.exe"
    extension: "sln"
    command_arg: "file"
  - key: "code"
    command: "code"
    extension: "sln"
    command_arg: "directory"