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