https://github.com/nobe4/slacked
You've been slacked!
https://github.com/nobe4/slacked
gui markdown slack
Last synced: about 2 months ago
JSON representation
You've been slacked!
- Host: GitHub
- URL: https://github.com/nobe4/slacked
- Owner: nobe4
- License: mit
- Created: 2024-05-03T07:45:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T12:40:15.000Z (about 2 years ago)
- Last Synced: 2025-07-15T14:04:23.810Z (11 months ago)
- Topics: gui, markdown, slack
- Language: Go
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slacked ↧
GUI to export Slack threads into markdown.

> [!NOTE]
> Early stage, sorry for the terrible code.

This work relies heavily on the amazing [`gh-slack`](https://github.com/rneatherway/gh-slack).
Go give it a :star:!
## Install
Download the [latest release](https://github.com/nobe4/slacked/releases/latest).
> [!IMPORTANT]
> The app is currently not signed, I will need to work on that.
> - on macOS you might need to run: `xattr -r -d com.apple.quarantine path/to/slacked.app`
> - on windows you might need to run something? (I don't have a windows machine)
## Use
- select a message from slack
- copy its link: of the format `https://.slack.com/archives//`
- paste it into the input field with the placeholder `slack url`
- click `archive`
- click `copy`
> [!IMPORTANT]
> On the first run, the app might ask you to unlock your macOS keychain (or
> equivalent in other OS), this is needed to access your Slack token and should
> be done only once.
> 
## Build
Build the binary yourself with:
```shell
go mod tidy
go build main.go
```
See [the official Fyne documentation](https://github.com/fyne-io/fyne) for troubleshooting.