Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions reference/static/commands/tools/z.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
z
---

`z` is a jump-around command that learns and navigates to your most frequently and recently (termed 'frecent') used directories. You can add it to your shell by cloning https://github.com/rupa/z and following the instructions in the README.

~~~ bash
$ z foo
~~~

---

### Useful Options / Examples

You can cd to most frecent dir matching foo, then bar as follow.

~~~ bash
$ z foo bar
~~~