https://github.com/amiremohamadi/bash-mardom-azar
بشِ مردم آزار!
https://github.com/amiremohamadi/bash-mardom-azar
bash iran persian shell terminal
Last synced: 6 months ago
JSON representation
بشِ مردم آزار!
- Host: GitHub
- URL: https://github.com/amiremohamadi/bash-mardom-azar
- Owner: amiremohamadi
- License: mit
- Created: 2019-02-17T17:53:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T09:25:15.000Z (over 6 years ago)
- Last Synced: 2025-04-23T22:03:23.357Z (6 months ago)
- Topics: bash, iran, persian, shell, terminal
- Homepage:
- Size: 34.2 KB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What's this?!
**bash-mardom-azar** (Persian: بشِ مردم آزار) is a persian fork of [bash-insulter](https://github.com/hkbakke/bash-insulter)Randomly insults the user when typing wrong command.
Change insults as needed :)
**Note**: Use a terminal with rtl support like [konsole](https://github.com/KDE/konsole)
```bash
amir@qwerty:~ $ slتلاشت قابل تحسین بود! (:
-bash: sl: command not found
amir@qwerty:~ $ gti statusاین چیه نوشتی آخه؟!!!! :|
-bash: gti: command not found
amir@qwerty:~ $ sp auxاسکار تایپیست سال میرسه به... amir!
-bash: sp: command not found
```# Installation
git clone https://github.com/amiremohamadi/bash-mardom-azar.git
sudo cp bash-mardom-azar/src/bash.command-not-found /etc/Then source the file automatically for new logins by adding the following to `/etc/bash.bashrc` or any of the other locations where you can configure your shell automatically during login (zsh have different config files):
```
if [ -f /etc/bash.command-not-found ]; then
. /etc/bash.command-not-found
fi
```
Login again and type some invalid commands for the effects to be visible.