Go to file
2025-06-02 19:01:07 +02:00
cmd update config structure and cleanup 2025-06-02 19:01:07 +02:00
configs update config structure and cleanup 2025-06-02 19:01:07 +02:00
docs update config structure and cleanup 2025-06-02 19:01:07 +02:00
internal/tui update config structure and cleanup 2025-06-02 19:01:07 +02:00
pkg update project documentation 2025-06-02 18:39:50 +02:00
go.mod update project documentation 2025-06-02 18:39:50 +02:00
go.sum update project documentation 2025-06-02 18:39:50 +02:00
README.md update config structure and cleanup 2025-06-02 19:01:07 +02:00
shell.nix update project documentation 2025-06-02 18:39:50 +02:00

WhspBrd

  • Run main loop, for now
go run cmd/tui/main.go

File structure

pkg

  • reusable modules in other projects and used imports, like image manipulation, systray configuration etc...

cmd

  • entrypoint for our application with main.go

internal

  • code that is not reusable and we don't want to share it with others, maybe parts of code in cmd will be moved here instead
  • tui and cli logic

configs

  • example of configuration

vendor

  • localy downloaded libraries and imports
go mod vendor