Pominal is a Pomodoro application for the terminal written in Go.
Find a file
2022-10-08 22:13:41 +01:00
assets/icons feat: install Pominal with make 2020-07-14 19:57:02 +01:00
examples/config feat: support configuring Pominal with config file 2020-02-13 12:42:55 +00:00
testdata feat: support configuring Pominal with config file 2020-02-13 12:42:55 +00:00
.gitignore feat: install Pominal with make 2020-07-14 19:57:02 +01:00
.gitlab-ci.yml feat: install Pominal with make 2020-07-14 19:57:02 +01:00
.golangci.yml ci: update golangci.yml 2022-10-08 22:13:41 +01:00
alert.go feat: install Pominal with make 2020-07-14 19:57:02 +01:00
CODEOWNERS feat: added Pominal 2019-05-30 22:19:53 +00:00
config.go feat: support configuring Pominal with config file 2020-02-13 12:42:55 +00:00
config.mk feat: install Pominal with make 2020-07-14 19:57:02 +01:00
config_cases_test.go feat: support configuring Pominal with config file 2020-02-13 12:42:55 +00:00
config_test.go feat: support configuring Pominal with config file 2020-02-13 12:42:55 +00:00
const_test.go feat: support configuring Pominal with config file 2020-02-13 12:42:55 +00:00
go.mod feat: Basic UI for Pominal 2020-01-18 19:24:35 +00:00
go.sum feat: Basic UI for Pominal 2020-01-18 19:24:35 +00:00
LICENSE chore: updated Copyright 2020-02-11 16:27:47 +00:00
main.go feat: install Pominal with make 2020-07-14 19:57:02 +01:00
Makefile feat: install Pominal with make 2020-07-14 19:57:02 +01:00
pominal.go ci: update golangci.yml 2022-10-08 22:13:41 +01:00
pominal_cases_test.go feat: support configuring Pominal with config file 2020-02-13 12:42:55 +00:00
pominal_test.go feat: support configuring Pominal with config file 2020-02-13 12:42:55 +00:00
README.md feat: install Pominal with make 2020-07-14 19:57:02 +01:00
ui.go fix: reduce app height 2020-02-14 13:18:36 +00:00

Pominal

Summary

Pominal is a Pomodoro application for the terminal written in Go. Pominal is primarily written for GNU/Linux but might also run fine on Windows and OSX.

Installation

Before installing Pominal make sure that you have the tools listed below installed on your system:

  • Make
  • The latest version of Go

Run the below command to build and install Pominal. By default Pominal is installed in /usr/local so you may have to run the command with sudo.

$ make clean install

To change the installation path you can edit INSTALL_PREFIX in config.mk or set the INSTALL_PREFIX variable as you execute make:

# example install Pominal in your home directory
$ INSTALL_PREFIX=${HOME}/.local make clean install

If you are installing Pominal on an OS other than GNU/Linux and/or an architecture other than AMD64 then update the GOOS and GOARCH variables in config.mk.

Assets

Icon image from OpenClipart-Vectors from Pixabay