https://github.com/admons/hebzsh
Oh-My-Zsh hebrew plugin
https://github.com/admons/hebzsh
Last synced: 4 months ago
JSON representation
Oh-My-Zsh hebrew plugin
- Host: GitHub
- URL: https://github.com/admons/hebzsh
- Owner: admons
- License: mit
- Created: 2023-10-12T20:09:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T20:32:25.000Z (about 2 years ago)
- Last Synced: 2025-02-25T17:32:46.642Z (9 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - hebzsh - If a command is not found as typed in Hebrew, translates the command as if it was typed on a keyboard with a US English layout and tries again. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - hebzsh - If a command is not found as typed in Hebrew, translates the command as if it was typed on a keyboard with a US English layout and tries again. (Plugins / ZSH on Windows)
README
# Hebzsh - Oh-My-ZSH hebrew plugin
The following zsh plugin convert hebrew keyboard layout to us english layout if command not found.
```bash
עןא דאשאוד
```
will get translated to
```bash
git status
```
## Installation
If you're using [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh), you can do:
1. `git clone git@github.com:admons/hebzsh.git ~/.oh-my-zsh/custom/plugins/hebzsh`
2. add the `hebzsh` plugin to the `plugins=(...)` local in your `~/.zshrc`:
```bash
# original plugins statement
plugins=(
git
)
# add hebzsh
plugins=(
git
hebzsh
)
```
3. Open a new terminal window