Skip to content

nobe4/slacked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slacked ↧

GUI to export Slack threads into markdown.

Icon.png

Note

Early stage, sorry for the terrible code.

Image

This work relies heavily on the amazing gh-slack. Go give it a ⭐!

Install

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)

Use

  • 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. Image

Build

Build the binary yourself with:

go mod tidy
go build main.go

See the official Fyne documentation for troubleshooting.