fuckify/README.md
Ari Archer 66077c243d
Make fuckify installable using the baz plugin manager
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-09-28 17:24:19 +03:00

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>