https://github.com/bertrandom/slack-clear
Clear your screen with /clear in Slack workspaces
https://github.com/bertrandom/slack-clear
Last synced: 2 months ago
JSON representation
Clear your screen with /clear in Slack workspaces
- Host: GitHub
- URL: https://github.com/bertrandom/slack-clear
- Owner: bertrandom
- License: isc
- Created: 2018-03-16T08:17:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T20:19:39.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T21:46:10.233Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://clear.thatsaspicymeatball.com
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# slack-clear
Clear the screen with `/clear` in Slack workspaces

## Slack App Configuration
Create a new [Slack Workspace Token App](https://api.slack.com/apps/new_app_token).
Navigate to **Features** :: **Slash Commands**
Click **Create New Command**.
Key | Value |
--------------------|------------------|
Command | /clear |
Request URL | https://{DOMAIN}/command |
Short Description | Clear the screen |
Hit **Save**.
Navigate to **Features** :: **OAuth & Permissions**
OAuth Settings :: Redirect URLs :: Add a new Redirect URL
```
https://{DOMAIN}/oauth
```
Hit **Add**.
## Installation
Copy `config/default.json5` to `config/local.json5` and fill in the values from **Settings** :: **Basic Information** in your Slack App Configuration.
Type `npm install`.
## License
This software is free to use under the ISC license. See the [LICENSE file][] file for license text and copyright information.
[LICENSE file]: https://github.com/bertrandom/slack-clear/blob/master/LICENSE.md