Rustam
Rustam
Hey @Billiam , that's a good suggestion, thank you. I'll add it to v3.
Hey @disaac , thank you for this — I was thinking of replacing the `wangyoucao577/go-release-action` in the long run, but was procrastinating on finding the replacement. Goreleaser seems a great...
Hey @disaac , just tried the goreleaser on [my other github project](https://github.com/rusq/osx-callhistory-decryptor), I like it much better than the go-release-action, it's much more robust, and has a very convenient CLI....
Hey @razvanphp, thank you for the suggestion. I think once I get the v3 out, this would be a great feature to have, I'll add it in v3.1 milestone.
Added in v3.0.0 You can try it by checking out the `v3` branch, and running ``` go run ./cmd/slackdump search messages "search terms supported by slack, i.e. user:@blah" ```
Hey @razvanphp , the output file is a valid JSONL document, where each line is a JSON object. This is done to reduce memory usage. If I was to assemble...
@kisst , thanks, I don't remember there was an issue last time I checked, interesting. I'll have a look.
Hey @ericsouza , when you running an emoji export, the index.json file contains the output of the API endpoint, and it does not have the user information. However, I quickly...
Hey @akostadinov , thanks for the suggestion. It is possible to make the docker container with the Slackdump, however, that would not solve the problem that you're seeing — it...
Hey @akostadinov , i propagated the browser selection to the cli, you can try and use the flag `-browser chromium` (allowed values: "firefox" or "chromium") to use Chromium as a...