Commit Graph

10 Commits

Author SHA1 Message Date
koalp
a3dfc327e3 Merge pull request 'chore: update dependency minor version and importlib-metadata major version' (#15) from feature/importlib-metadata-update-2.0 into devel
Reviewed-on: #15
2020-10-29 15:14:47 +00:00
251c34b894
chore: update dependency minor version and importlib-metadata major version 2020-10-29 15:42:12 +01:00
2c7e07231a
fix: downgrade importlib_metadata version 2020-05-20 12:15:17 +02:00
aedaa93b3c
chore: bump version to 0.1.3 2020-05-12 14:10:33 +02:00
deadc2b02a
fix: don't run non-executable scripts 2020-05-12 14:08:18 +02:00
f232c40b1e
feat: add hooks at end of timer
Hooks that can be launched after end of timer have been added and can be
set as scripts in $HOME/.config/pomme/hooks/after
2020-05-07 02:23:17 +02:00
ead9725017
feat: add terminal ui
The time was printed on every line.

A basic terminal UI that update the time instead of writing it again on
the next line have been added.
2020-03-02 06:01:11 +01:00
e434b3a865
fix: change dependencies
Dependencies were wrong as toml was missing and typing, datetime and
pathlib were backports

It have been fixed
2020-02-29 05:10:30 +01:00
5b7d261424
WIP: feat: add basic timer 2020-02-28 04:18:05 +01:00
poc
95af7ce71a Initial commit 2020-02-09 02:29:17 +00:00