Metadata-Version: 2.1
Name: rudie-pomodoro-tracker
Version: 0.0.1
Summary: Pomodoro tracker with CLI interface.
Home-page: https://github.com/antibagr/pomodoro-tracker.git
Author: Anton Bagryanov
Author-email: rudiemeant@gmail.com
License: MIT
Description: CLI tools for [pomodoro technique](https://en.wikipedia.org/wiki/Pomodoro_Technique)
        
        Run with `pomodoro` command.
        
        Avaiable flags:
        
        | Flag | Action |
        | --- | --- |
        | --no-save | Do not **store** sessions to file |
        | --no-clear | Do not clear output after creating session |
        | --folder=new | Use specific folder for storing sessions. Defaults to *daily* |
        | --extension=txt | Use specific files' extension. Defaults to *.pomodoro* |
        
        By default all pomodoro logs stored in folder called *daily* where you run `pomodoro` command.
        Files have extension .pomodoro, but they are simply text files.
        
        You can change both folder name and extension flags using corresponding cli flags.
        
        
        Then use input to manage sessions:
        
        lap or l      - make new lap
        end or e      - exit
        anything else - lap title
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
