mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 05:51:35 +01:00
Add cheatsheet for z
This commit is contained in:
parent
ea07b6ad0e
commit
d10290541d
14
cheat/cheatsheets/z
Normal file
14
cheat/cheatsheets/z
Normal file
@ -0,0 +1,14 @@
|
||||
# To `cd` to most frecent dir matching `foo`
|
||||
z foo
|
||||
|
||||
# To `cd` to most frecent dir matching `foo`, then `bar`
|
||||
z foo bar
|
||||
|
||||
# To `cd` to highest ranked dir matching `foo`
|
||||
z -r foo
|
||||
|
||||
# To `cd` to most recently accessed dir matching `foo`
|
||||
z -t foo
|
||||
|
||||
# To list all dirs matching `foo` - By frecency
|
||||
z -l foo
|
Loading…
Reference in New Issue
Block a user