An open API service for producing an overview of a list of open source projects.

https://github.com/danielgrbacbravo/chatterbox-cli

aes bubbletea chat cli cryptography diffie-hellman golang learning-project multi-client-server network-programming tcp

Score: -Infinity

Last synced: about 3 hours ago
JSON representation

Repository metadata:

A CLI-based chat app in Go for learning networking, concurrency, and real-time communication in Golang


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 30
Total Committers: 1
Avg Commits per committer: 30.0
Development Distribution Score (DDS): 0.0

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Daniel Grbac Bravo d****o@g****m 30

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 0
Total pull requests: 0
Average time to close issues: N/A
Average time to close pull requests: N/A
Total issue authors: 0
Total pull request authors: 0
Average comments per issue: 0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/danielgrbacbravo/chatterbox-cli

Top Issue Authors

Top Pull Request Authors


Top Issue Labels

Top Pull Request Labels


Dependencies

go.mod go
  • github.com/atotto/clipboard v0.1.4
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/charmbracelet/bubbles v0.18.0
  • github.com/charmbracelet/bubbletea v0.25.0
  • github.com/charmbracelet/lipgloss v0.10.0
  • github.com/charmbracelet/log v0.4.0
  • github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
  • github.com/go-logfmt/logfmt v0.6.0
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.18
  • github.com/mattn/go-localereader v0.0.1
  • github.com/mattn/go-runewidth v0.0.15
  • github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
  • github.com/muesli/cancelreader v0.2.2
  • github.com/muesli/reflow v0.3.0
  • github.com/muesli/termenv v0.15.2
  • github.com/rivo/uniseg v0.4.7
  • golang.org/x/exp v0.0.0-20231006140011-7918f672742d
  • golang.org/x/sync v0.1.0
  • golang.org/x/sys v0.13.0
  • golang.org/x/term v0.6.0
  • golang.org/x/text v0.3.8
go.sum go
  • github.com/atotto/clipboard v0.1.4
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/charmbracelet/bubbles v0.18.0
  • github.com/charmbracelet/bubbletea v0.25.0
  • github.com/charmbracelet/lipgloss v0.10.0
  • github.com/charmbracelet/log v0.4.0
  • github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-logfmt/logfmt v0.6.0
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.18
  • github.com/mattn/go-localereader v0.0.1
  • github.com/mattn/go-runewidth v0.0.12
  • github.com/mattn/go-runewidth v0.0.15
  • github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
  • github.com/muesli/cancelreader v0.2.2
  • github.com/muesli/reflow v0.3.0
  • github.com/muesli/termenv v0.15.2
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rivo/uniseg v0.1.0
  • github.com/rivo/uniseg v0.2.0
  • github.com/rivo/uniseg v0.4.7
  • github.com/stretchr/testify v1.9.0
  • golang.org/x/exp v0.0.0-20231006140011-7918f672742d
  • golang.org/x/sync v0.1.0
  • golang.org/x/sys v0.1.0
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.13.0
  • golang.org/x/term v0.6.0
  • golang.org/x/text v0.3.8
  • gopkg.in/yaml.v3 v3.0.1