Skip to content
/ gui Public

A graphical user interface for the ortfo system [work in progress]

License

Notifications You must be signed in to change notification settings

ortfo/gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The home page, showing a grid of project cards that you can click to edit the descriptions of

A graphical user interface for ortfo

time spent on project

Installation

Ubuntu / Debian

.deb archives will be available, starting with the next release.

Fedora / CentOS

.rpm archives will be available, starting with the next release.

Arch Linux / Manjaro

The AUR has 3 ortfo packages:

  • ortfo compiles from latest version
  • ortfo-bin pre-compiled binary of the latest version
  • ortfo-git compiles from the latest git commit

Slackware

.tgz archives will be available, starting with the next release.

AppImage

AppImages will be available, starting with the next release.

Compiled binaries

See releases

From source

Requirements

  • Go 1.18 or newer
  • pnpm (or another node package manager)
  • git
  • make (You could also run the commands specified in the build: section of Makefile instead of executing make, if you have problems installing it (especially on Windows))

Commands

# Clone the repository
git clone https://github.com/ortfo/gui ortfogui
# Go into the repository
cd ortfogui
# Install dependencies
pnpm install
go mod tidy
# Install tools
go download github.com/rakyll/statik
# Build the binary
make
# Make it executable
chmod +x ortfogui
# Run it!
./ortfogui