From 14ffd24a16e195161b40b623b80dbc114f7fe882 Mon Sep 17 00:00:00 2001 From: Canop Date: Tue, 19 Feb 2019 21:05:33 +0100 Subject: change the way the new command is computed on new state This makes it possible for example to keep the filtering pattern used for selection when using the following command: br --cmd ":gi tage :go" (displaying files normally hidden due to .gitignore, filtering using the "tage" patern, selecting the best match, focusing it, keeping the "tage" pattern) Fix #30 A side effect is there's no more way using --cmd to clear the pattern (a new change might be needed for that). --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4ef6c33..5fd01d0 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ Fetch the Canop/broot repository, move to the broot directory, then run The executable is written in the `target/release` directory (you might want to move it to your `/usr/bin`, or to add the release directory to your path). +Building from the repository, you'll get the most recent version... and the least tested one. + ### From up to date precompiled binaries * [x86_64-linux](https://dystroy.org/broot/x86_64-linux/broot) -- cgit v1.2.3