Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otherjoel/racket-canned-responses
Script for generating canned responses
https://github.com/otherjoel/racket-canned-responses
Last synced: about 1 month ago
JSON representation
Script for generating canned responses
- Host: GitHub
- URL: https://github.com/otherjoel/racket-canned-responses
- Owner: otherjoel
- License: other
- Created: 2023-04-04T21:59:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T17:06:03.000Z (over 1 year ago)
- Last Synced: 2024-05-10T00:20:25.468Z (9 months ago)
- Language: Racket
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
canned
======This is a small Racket package for producing canned responses that might otherwise
be fussy to type. Right now it includes only one such kind of response: giving notice
to a company that their SPF records are misconfigured.The `raco canned spf` command only works on Windows for now.
## Installation
Clone the repository and install locally by running this command from inside the folder:
`raco pkg install --link`
This will install a `canned` subcommand for raco. Run `raco canned` for a list of available
directives.Place an `options.ini` file in the project folder that looks like this:
# Options
company-name: Pizza Hut
direct-phone: 612 488 8888## SPF Notices
Running `raco canned spf ` will generate a helpful, detailed notice informing
someone that their SPF record is broken and needs fixing.