Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetdsouza committed Jan 20, 2022
1 parent 4ce6e4b commit bd71cf3
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 80 deletions.
3 changes: 0 additions & 3 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ version = 1
[[analyzers]]
name = "rust"
enabled = true

[analyzers.meta]
edition = 2018
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: cachix/install-nix-action@v15
if: ${{ matrix.os != 'windows-latest' }}
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/20.09.tar.gz
nix_path: nixpkgs=channel:nixpkgs-unstable

- run: cargo xtask ci
if: ${{ matrix.os == 'windows-latest' }}
Expand Down
125 changes: 53 additions & 72 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ nix = []
[profile.release]
codegen-units = 1
lto = true
# strip = true
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ zoxide works on all major shells.
```sh
z foo # cd into highest ranked directory matching foo
z foo bar # cd into highest ranked directory matching foo and bar
z foo / # cd into a subdirectory starting with foo

z ~/foo # z also works like a regular cd command
z foo/ # cd into relative path
Expand Down
2 changes: 1 addition & 1 deletion contrib/completions/_zoxide

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions contrib/completions/zoxide.elv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/man1/zoxide.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ to the best match.
.nf
$ z foo # cd into highest ranked directory matching foo
$ z foo bar # cd into highest ranked directory matching foo and bar
$ z foo / # cd into a subdirectory starting with foo
.sp
$ z ~/foo # z also works like a regular cd command
$ z foo/ # cd into relative path
Expand Down

0 comments on commit bd71cf3

Please sign in to comment.