README 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. This is a terminal tui client written in go to be used with scientia
  2. https://://www.bananas-playground.net/projekt/scientia
  3. !WARNING!
  4. This is a very simple, with limited experience written, go program.
  5. Use at own risk and feel free to improve.
  6. # Howto build:
  7. Nothing special, just use the provide Makefile or directly "go build -o scientia-tui" to use your current os/arch settings.
  8. # Uses:
  9. https://github.com/charmbracelet/bubbletea
  10. https://github.com/charmbracelet/bubbles
  11. https://github.com/charmbracelet/lipgloss
  12. # Usage
  13. At first usage you need to create the config and the individual secret.
  14. Run $scientia-tui -create-config-file to create the default config file.
  15. The path to the config file is printed.
  16. Change the host address and update your server it with the secret, which is randomly created.
  17. Read from a file
  18. $ scientia-tui file.txt
  19. or piped
  20. $ cat file.txt | scientia-tui
  21. Commandline arguments (optional):
  22. -create-config-file
  23. Create default config file
  24. -debug
  25. Print debug infos
  26. -verbose
  27. Produce verbose output