Skip to content

Commit 2ca2d79

Browse files
committed
Update README.md
1 parent a134646 commit 2ca2d79

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* [Command-line options](#command-line-options)
1818
* [Installation](#installation)
1919
* [Prerequisites](#prerequisites)
20+
* [Tab completion](#tab-completion)
2021
* [Acknowledgements](#acknowledgements)
2122

2223
## Usage
@@ -121,7 +122,7 @@ Options:
121122

122123
``Hazel`` has only been tested on macOS High Sierra (10.13), so far, and is only available for download through Github.
123124

124-
**Prerequisites**:
125+
##### Prerequisites
125126

126127
* Swift 4.0
127128
* Git
@@ -136,6 +137,14 @@ $ make install
136137

137138
This will install ``Hazel`` in ``/usr/local/bin``, along with its templates files in ``~/.hazel``.
138139

140+
##### Tab completion
141+
142+
``Hazel`` comes equipped with tab completion for ``bash`` and ``zsh``. Add the following to your startup script (``.bashrc``, ``.zshrc``, etc...) to enable tab completion:
143+
144+
```bash
145+
which hazel > /dev/null && . "$( hazel --completion-path )"
146+
```
147+
139148
## Acknowledgements
140149

141150
``Hazel`` was created by [Ardalan Samimi](https://github.com/pkrll). This project is licensed under the terms of the MIT license. The hazel nut icon was designed by [Flaticon](https://www.flaticon.com).

0 commit comments

Comments
 (0)