Skip to content

Commit

Permalink
readme: fix $ signs [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Jan 30, 2024
1 parent b356b4a commit 517fa93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Filtering is case insensitive, `--includes windows` and `--includes Windows` wil
produce the same result.

```console
$ justpath show --sort --includes windows --excludes system32
λ justpath show --sort --includes windows --excludes system32
39 C:\Users\Евгений\AppData\Local\Microsoft\WindowsApps
24 C:\WINDOWS
14 C:\Windows
Expand All @@ -65,15 +65,15 @@ Below is an example from Github Codespaces, for some reason
but included in `PATH`.

```console
$ poetry run justpath show --sort --includes sdkman
λ justpath show --sort --includes sdkman
19 /usr/local/sdkman/bin
23 /usr/local/sdkman/candidates/ant/current/bin (directory does not exist)
21 /usr/local/sdkman/candidates/gradle/current/bin
20 /usr/local/sdkman/candidates/java/current/bin
22 /usr/local/sdkman/candidates/maven/current/bin
```

I changed my local files a bit to provide this example.
Added file `touch d:\quarto\this_is_a_file` for example below.

```console
λ justpath show --includes quarto
Expand Down

0 comments on commit 517fa93

Please sign in to comment.