Update formatting to adhere to the guideline.

This commit is contained in:
Florian Kempenich 2018-10-25 11:37:39 +01:00 committed by GitHub
parent 8ac1851a69
commit 9241de04d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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/ scd -ar ~/Documents/
# Change to a directory path matching "doc" # To change to a directory path matching "doc":
scd 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 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$" 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 scd -v
# Alias current directory as "xray" # To alias current directory as "xray":
scd --alias=xray scd --alias=xray
# Jump to a previously defined aliased directory # To jump to a previously defined aliased directory:
scd xray scd xray