Giter Site home page Giter Site logo

pomodoro's Introduction

Pomodoro

Versions

macOS Big Sur 11.3.1
AppleScript 2.7

What is Pomodoro Techinique?

see the following website.
https://ja.wikipedia.org/wiki/%E3%83%9D%E3%83%A2%E3%83%89%E3%83%BC%E3%83%AD%E3%83%BB%E3%83%86%E3%82%AF%E3%83%8B%E3%83%83%E3%82%AF

About This Script

Just set timer for 50 mins to focus your jobs, studying or something you want to focus. 50 mins later, you can have a break time for 10 mins if you want.

How to run

Open your Terminal app and just run the following command.

$ osascript ~/{YourLocation}/Scripts/setPomodoro.applescript

If you quit the code while running it , you can push control + c.

Changing Timer Set up

Unfortunately, if you want to change timer, you need to edit setPomodoro.applescript. ๐Ÿ˜…๐Ÿ™‡โ€๐Ÿ™‡
For instance, if you want to change it from 50 mins to 30 mins, you can update the code like the following code.

- 		set timer to 60 * 50
+ 		set timer to 60 * 30

also updating break time from 15 mins to 10 mins.

- 		set breakTime to 60 * 10
+ 		set breakTime to 60 * 15

pomodoro's People

Contributors

shofucchi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.