Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cstaaben/slacli
TUI for Slack, built using Charm.
https://github.com/cstaaben/slacli
charm cli go golang slack tui
Last synced: 26 days ago
JSON representation
TUI for Slack, built using Charm.
- Host: GitHub
- URL: https://github.com/cstaaben/slacli
- Owner: cstaaben
- License: gpl-3.0
- Created: 2024-03-16T00:00:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T03:59:42.000Z (5 months ago)
- Last Synced: 2024-07-11T13:56:08.497Z (4 months ago)
- Topics: charm, cli, go, golang, slack, tui
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# bubbletea-app-template
A template repository to create [Bubbletea][bubbletea] apps.
## Included
- a sample app that does nothing, so it includes all dependencies:
- [bubbletea][]
- [bubbles][]
- [lipgloss][]
- github actions workflows for build, test, lint and release
- [GoReleaser][goreleaser] configs
- [golangci-lint][lint] configs[bubbletea]: https://github.com/charmbracelet/bubbletea
[bubbles]: https://github.com/charmbracelet/bubbles
[lipgloss]: https://github.com/charmbracelet/lipgloss
[goreleaser]: https://goreleaser.com
[lint]: https://golangci-lint.run