steffenfritz / FileTrove

FileTrove indexes files and creates metadata from them.
https://filetrove.fritz.wtf
GNU Affero General Public License v3.0
28 stars 5 forks source link

[CHANGE] Create a graphical user interface #5

Closed steffenfritz closed 9 months ago

steffenfritz commented 11 months ago

Describe the solution you'd like FileTrove should have a graphical user interface that gives the same controls and status views like the command line interface.

There are three options at the moment:

i) provide a REST API and provide a web user interface ii) create a fat client using the fyne library (https://fyne.io/) iii) create a fat client using another library

steffenfritz commented 9 months ago

Won't implement at the moment as no feedback of users if really needed.