Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuheiKubota committed Dec 25, 2023
1 parent 5013b40 commit 29c9115
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,20 @@ $ detour gen myrules.json
"name": "detour -> shortcut",
"old": "detour",
"new": "shortcut"
},
{
"old": "\\bg.",
"new": "go",
"regexp": true
}
]
}
```

Note: case insensitive

### execute

```sh
$ detour -v --rule-set myrules.json myserver.lnk
$ detour -v --rule-set myrules.json ./subdir/**/*
```

0 comments on commit 29c9115

Please sign in to comment.