Skip to content

a-p-z/countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countdown

Configurable countdown timer
(requires curses library)

Compilation

$ gcc -Wall -ansi -pedantic countdown.c symbols.c -o countdown -lcurses

How it works

  1. run $ ./countdown
  2. set the time (e.g. 90m)
  3. press ENTER to start
  4. use P and Q for pause or quit

settings
countdown

tmux integration

If you use a terminal multiplexer as tmux you can associate a new bind to run the countdown
e.g. add bind T send-keys '~/.local/bin/countdown' Enter in ~/.tmux.conf
start tmux and press prefix T

Releases

No releases published

Packages

No packages published

Languages