Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcattori/ghost-in-the-shell
https://github.com/pcattori/ghost-in-the-shell
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcattori/ghost-in-the-shell
- Owner: pcattori
- License: mit
- Created: 2024-01-18T04:12:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-18T20:14:32.000Z (12 months ago)
- Last Synced: 2024-11-08T19:12:08.683Z (2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghost in the shell
😈 Your friend left their laptop unlocked and now you're feeling like a prankster 😈
**ghost in the shell** is a bash script that takes over the `cd` command.
It will still always perform `cd` as normal, but 1/3 of the time it will also use the `say` text-to-speech command to audibly say "boo".- MacOS only
- Supports `bash`, `zsh`, and `fish` shells## Install
```sh
eval $(curl -sSL https://raw.githubusercontent.com/pcattori/ghost-in-the-shell/main/install.sh | sh -s "boo")
```You can replace `boo` at the end of that command with whatever you want it to say.
## Uninstall
Go to your shell's `rc` file (e.g. `~/.bashrc`) and remove the `cd` alias.