Skip to content

pxiaccount/pxitimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pxitimer

Screenshot

2024-04-17_09-08
2024-04-17_09-08_1
2024-04-17_09-08_2

( Font in screenshots isn't include with a program )
( Font in screenshots is Inconsolata. You can download Inconsolata font from https://fonts.google.com/specimen/Inconsolata )

About

pxitimer is a timer program in terminal interface
** This software may contains bugs. But I'll try to fix it as soon as possible
** Ctrl + C to exit program ** If you find a bug that doesn't count time or count time fail try run command again.

Installation

Dependencies
  • GCC compiler
  • Bash
  • git (Optionally)

Links for dependencies information:
GCC Compiler: https://gcc.gnu.org/
Bash: https://www.gnu.org/software/bash/
Git: https://git-scm.com/

Installation

You can install by using git or just download the project and install it
** This software only works on Linux! (From tested result)

1. Install by download from project
  1. Download the project
  2. Extract files
  3. Change directory to your project
  4. chmod +x main.sh
  5. ./main.sh
2. Install using git
git clone https://github.com/pxiaccount/pxitimer.git
cd pxitimer
chmod +x main.sh
./main.sh
Configuration / Customization

You can custom format of time (hours/minutes/seconds) in ./custom/time.txt just simply insert format (with s)
example: time.txt

hours

yes just simply insert like that.
code for customization

  1. hours
  2. minutes
  3. seconds

or if you don't insert anything program will automatically give you a minutes format.

About

Ptimer is a terminal based timer program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published