GUI to export Slack threads into markdown.
Note
Early stage, sorry for the terrible code.
This work relies heavily on the amazing gh-slack
.
Go give it a ⭐!
Download the latest release.
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)
- select a message from slack
- copy its link: of the format
https://<org>.slack.com/archives/<id>/<id>
- 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 the binary yourself with:
go mod tidy
go build main.go
See the official Fyne documentation for troubleshooting.