Skip to content

Commit 510cc3e

Browse files
authored
Aktualisieren von README.md
1 parent a5e82ad commit 510cc3e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,21 @@ autoload -U +X bashcompinit && bashcompinit
5959

6060
## Usage
6161

62-
Type `up` followed by pressing the `<tab>` key to get the list of parent directory names.
62+
Get the list of parent directory names.
6363

6464
```sh
6565
$ up <tab>
6666
.up / completion helpermethod home
6767
```
6868

69-
Jump to a parent directory by typing `up` followed by the parent directory name.
69+
Jump to a parent directory by name.
7070

7171
```
7272
$ up completion
7373
```
7474

75-
You can also autocomplete the parent directory name.
75+
Jump to a parent directory by prefix.
7676

7777
```sh
7878
$ up co<tab>
79-
```
80-
81-
Type `up` without any argument to jump to the parent directory, similar to `cd ..`
79+
```

0 commit comments

Comments
 (0)