An open API service indexing awesome lists of open source software.

https://github.com/avin/slack-mod


https://github.com/avin/slack-mod

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Slack-Mod

Inject __JS__ and __CSS__ into the Official Slack Desktop Client. Works as a loader over the standard client.

## Build

### Windows

```sh
go build -ldflags "-s -w -H=windowsgui" -o slack-mod.exe
```

### macOS

```sh
go build -ldflags "-s -w" -o slack-mod
```

### Linux

```sh
go build -ldflags "-s -w" -o slack-mod
```

The macOS and Linux binaries run cleanly in the background when launched from the terminal, so no extra console window is created. If you prefer to start them detached from the shell session, use `nohup` or append `&` when launching.