mirror of
https://github.com/cheat/cheat.git
synced 2024-11-25 15:31:36 +01:00
Update formatting to adhere to the guideline.
This commit is contained in:
parent
8ac1851a69
commit
9241de04d6
@ -1,20 +1,20 @@
|
||||
# Index recursively some paths for the very first run
|
||||
# To index recursively some paths for the very first run:
|
||||
scd -ar ~/Documents/
|
||||
|
||||
# Change to a directory path matching "doc"
|
||||
# To change to a directory path matching "doc":
|
||||
scd doc
|
||||
|
||||
# Change to a path matching all of "a", "b" and "c"
|
||||
# To change to a path matching all of "a", "b" and "c":
|
||||
scd a b c
|
||||
|
||||
# Change to a directory path that ends with "ts"
|
||||
# To change to a directory path that ends with "ts":
|
||||
scd "ts$"
|
||||
|
||||
# Show selection menu and ranking of 20 most likely directories
|
||||
# To show selection menu and ranking of 20 most likely directories:
|
||||
scd -v
|
||||
|
||||
# Alias current directory as "xray"
|
||||
# To alias current directory as "xray":
|
||||
scd --alias=xray
|
||||
|
||||
# Jump to a previously defined aliased directory
|
||||
# To jump to a previously defined aliased directory:
|
||||
scd xray
|
||||
|
Loading…
Reference in New Issue
Block a user