Updates run command and tech stack docs

Updates the `go run` command in the README to reflect the
project's main entry point.

Refines the TECH_STACK documentation by reordering and updating
entries, and adds a note about embedding files in the binary.
This commit is contained in:
foglar 2025-06-02 20:07:35 +02:00
parent f435b4eb82
commit 147971ddc7
2 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
- Run main loop, for now
```shell
go run cmd/tui/main.go
go run cmd/main.go
```
## File structure

View File

@ -4,11 +4,11 @@
- Klient aplikace pro uživatele a komunikace se serverem
- <https://github.com/jroimartin/gocui> - vizuální stránka aplikace JOO
- <https://github.com/getlantern/systray> - systray pro windows, linux, i macos
- <https://github.com/gen2brain/beeep> - notifikace an windows i linux
- <https://github.com/dolmen-go/kittyimg> - rendrování obrázků v terminálu NEE, napsali jsme vlastní
(profilové obrázky nebo posílané médium)
- <https://github.com/getlantern/systray> - systray pro windows, linux, i macos
- <https://github.com/gographics/imagick> - image editing NEEE, nepotřebujeme actually
- <https://github.com/gen2brain/beeep> - notifikace an windows i linux
## C
@ -30,3 +30,4 @@
## Nápady
- načítat a sdílet přehrávanou hudbu (discord spotify integration, but with playerctl or some other music protocol)
- v go je možné ukládat do binárky standartní soubory, možná se to třeba bude [hodit](https://www.youtube.com/watch?v=7EK06n485nk&pp=ygUJZ28gZW1iZWQg)