Johannes Keßler f5370ca6cf list view but there is a problem with the displayed size... пре 1 година
..
Makefile f5370ca6cf list view but there is a problem with the displayed size... пре 1 година
README f5370ca6cf list view but there is a problem with the displayed size... пре 1 година
TODO 4c68910a2b a go cli and tui client. Not really ready yet пре 1 година
create.go f5370ca6cf list view but there is a problem with the displayed size... пре 1 година
go.mod 4c68910a2b a go cli and tui client. Not really ready yet пре 1 година
go.sum 4c68910a2b a go cli and tui client. Not really ready yet пре 1 година
list.go f5370ca6cf list view but there is a problem with the displayed size... пре 1 година
scientia-tui.go f5370ca6cf list view but there is a problem with the displayed size... пре 1 година
start.go f5370ca6cf list view but there is a problem with the displayed size... пре 1 година

README

This is a terminal tui client written in go to be used with scientia
https://://www.bananas-playground.net/projekt/scientia

!WARNING!
This is a very simple, with limited experience written, go program.
Use at own risk and feel free to improve.

# Howto build:
Nothing special, just use the provide Makefile or directly "go build -o scientia-tui" to use your current os/arch settings.

# Uses:
https://github.com/charmbracelet/bubbletea
https://github.com/charmbracelet/bubbles
https://github.com/charmbracelet/lipgloss

# Usage
At first usage you need to create the config and the individual secret.
Run $scientia-tui -create-config-file to create the default config file.
The path to the config file is printed.
Change the host address and update your server it with the secret, which is randomly created.

Read from a file
$ scientia-tui file.txt
or piped
$ cat file.txt | scientia-tui

Commandline arguments (optional):
-create-config-file
Create default config file
-debug
Print debug infos
-verbose
Produce verbose output