You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
* [Command-line options](#command-line-options)
18
18
*[Installation](#installation)
19
19
* [Prerequisites](#prerequisites)
20
+
* [Tab completion](#tab-completion)
20
21
*[Acknowledgements](#acknowledgements)
21
22
22
23
## Usage
@@ -121,7 +122,7 @@ Options:
121
122
122
123
``Hazel`` has only been tested on macOS High Sierra (10.13), so far, and is only available for download through Github.
123
124
124
-
**Prerequisites**:
125
+
##### Prerequisites
125
126
126
127
* Swift 4.0
127
128
* Git
@@ -136,6 +137,14 @@ $ make install
136
137
137
138
This will install ``Hazel`` in ``/usr/local/bin``, along with its templates files in ``~/.hazel``.
138
139
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
+
139
148
## Acknowledgements
140
149
141
150
``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