Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmanu-de/insultr
https://github.com/devmanu-de/insultr
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmanu-de/insultr
- Owner: DevManu-de
- License: other
- Created: 2023-02-19T02:56:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T21:13:41.000Z (over 1 year ago)
- Last Synced: 2024-11-11T18:11:39.200Z (about 2 months ago)
- Language: Haskell
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# insultr
Did you ever think that it would be great if your computer insulted you when you
execute a command and it fails.This is the solution!
## Usage
`insultr `
When a process exits with an error code an insult will arise otherwise not.
## Examples
### Successful command
``` text
$ insultr cat Setup.hs
import Distribution.Simple
main = defaultMain
```### Unsuccessful command
``` text
$ insultr cat Setu
cat: Setu: No such file or directory
It’s okay if you disagree with me. I can’t force you to be right.
```## Installation
To install make sure you have stack installed and then run
`stack install`## Tips and tricks
Works great with alias ;)
## Credits
The insult list is from [insults_list.json](https://github.com/Itz-fork/Nexa-API/blob/main/api/data/insults_list.json)