34 lines
476 B
Markdown
34 lines
476 B
Markdown
# Fuckify
|
|
|
|
> Fuckify your bash commands to the moon and beyond
|
|
|
|
# Usage
|
|
|
|
```sh
|
|
fuckify ...command
|
|
```
|
|
|
|
Or
|
|
|
|
```sh
|
|
fuckify "command"
|
|
# Same thing basically
|
|
fuckify 'command'
|
|
```
|
|
|
|
# Packages
|
|
|
|
- [Baz plugin manager](https://ari-web.xyz/gh/baz)
|
|
- `baz install git https://ari-web.xyz/gh/fuckify`
|
|
|
|
# Dependencies
|
|
|
|
- Bash
|
|
- Coreutils
|
|
- XZ compressor/decompressor
|
|
- Base64 en/decoder
|
|
- OpenSSL
|
|
|
|
# Credits
|
|
|
|
- Bashfuck encoding: <https://github.com/0xddaa/bashfuck>
|