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
The instructions for Linux **should** work on macOS as well. This has not been tested yet, though, so your mileage may vary.
82
+
79
83
#### For Windows:
80
84
81
85
After downloading the executable you can start using it from the command line by navigating to the directory it resides at.
@@ -84,6 +88,12 @@ To be able to use it from any directory, you can add it to your environmental va
84
88
85
89
set PATH=%PATH%;<directory>
86
90
91
+
#### Tab-completion from commandline
92
+
93
+
You can generate shell completion scripts by running `tmc generate-completions --[bash/zsh/powershell] > /path/to/your/completions/directory/filename`. For `bash`, `filename` should be `tmc.bash`. For `zsh`, `_tmc`. This has not yet been tested for Powershell, but the script *should* work if placed in the appropriate directory.
94
+
95
+
Make sure to have the appropriate software configuration for completions to work. For Zsh and Powershell, completions should be supported by default, but for Bash you may need to install `bash-completion` or similar packages and follow their documentation.
0 commit comments