From 521878b7c645b54cda7d547cada504a96d1b20f3 Mon Sep 17 00:00:00 2001 From: thomasschafer Date: Mon, 18 Nov 2024 21:30:01 +0000 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2544f28..a2b8e06 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ cargo install --path . ## Usage -Run `scooter` in a terminal to launch Scooter. You can then enter some text to search with and text to replace matches with, toggle on or off fixed strings, and enter a regex pattern that filenames must match. A more extensive set of keymappings will be shown at the bottom of the window: these vary slightly depending on the screen you're on. +Run `scooter` in a terminal to launch Scooter. By default the current directory is used to search and replace in, but you can pass in a directory as the first argument to override this behaviour e.g. `scooter ../foo/bar`. + +You can then enter some text to search with and text to replace matches with, toggle on or off fixed strings, and enter a regex pattern that filenames must match. A more extensive set of keymappings will be shown at the bottom of the window: these vary slightly depending on the screen you're on. ## Contributing