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

e248e2c Β· Apr 20, 2024
Apr 15, 2022
Oct 28, 2021
Apr 20, 2024
Apr 20, 2024
Oct 28, 2021
Apr 20, 2024
Apr 20, 2024
Dec 17, 2022
Apr 20, 2024
Apr 24, 2022
Apr 29, 2022
Apr 20, 2024
Oct 29, 2021
Oct 28, 2021
Apr 20, 2024
Dec 22, 2021
Apr 20, 2024
Apr 20, 2024
Oct 28, 2021
Apr 29, 2022
Apr 20, 2024
Apr 20, 2024
Apr 17, 2022
Apr 20, 2024
Apr 20, 2024
Mar 5, 2022
Feb 23, 2022
Apr 20, 2024
Apr 20, 2024
Apr 20, 2024

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published