We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e82ad commit 510cc3eCopy full SHA for 510cc3e
README.md
@@ -59,23 +59,21 @@ autoload -U +X bashcompinit && bashcompinit
59
60
## Usage
61
62
-Type `up` followed by pressing the `<tab>` key to get the list of parent directory names.
+Get the list of parent directory names.
63
64
```sh
65
$ up <tab>
66
.up / completion helpermethod home
67
```
68
69
-Jump to a parent directory by typing `up` followed by the parent directory name.
+Jump to a parent directory by name.
70
71
72
$ up completion
73
74
75
-You can also autocomplete the parent directory name.
+Jump to a parent directory by prefix.
76
77
78
$ up co<tab>
79
-```
80
-
81
-Type `up` without any argument to jump to the parent directory, similar to `cd ..`
+```
0 commit comments