All Projects → vitorbritto → tictac

vitorbritto / tictac

Licence: other
⏰ Handy time manager for your daily tasks

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tictac

polypomo
Pomodoro widget for use with polybar (or standalone if you are so inclined)
Stars: ✭ 81 (+47.27%)
Mutual labels:  pomodoro
tomaat
🍅 Slack integrated pomodoro timer... with Electron + ClojureScript!
Stars: ✭ 61 (+10.91%)
Mutual labels:  pomodoro
PackageBuilder
PackageBuilder builds a simple command-line structure by SwiftPM.
Stars: ✭ 27 (-50.91%)
Mutual labels:  cli-tool
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (-36.36%)
Mutual labels:  pomodoro
tomatoad
Pomodoro Desktop Application (WIP)
Stars: ✭ 21 (-61.82%)
Mutual labels:  pomodoro
Florodoro
A pomodoro timer that grows procedurally generated trees and flowers while you're studying.
Stars: ✭ 22 (-60%)
Mutual labels:  pomodoro
pelmodoro
Pomodoro app made with Elm
Stars: ✭ 46 (-16.36%)
Mutual labels:  pomodoro
AnotherPomodoro
Modern and customizable productivity timer app that runs in your browser.
Stars: ✭ 126 (+129.09%)
Mutual labels:  pomodoro
flowloop
A Pomodoro-like timer for hyper-productivity
Stars: ✭ 69 (+25.45%)
Mutual labels:  pomodoro
PyStalker
Python script to see you what your friends are doing on Codeforces!
Stars: ✭ 12 (-78.18%)
Mutual labels:  cli-tool
origami-build-tools
Standard Origami component development tools.
Stars: ✭ 49 (-10.91%)
Mutual labels:  cli-tool
taze
🥦 A modern cli tool that keeps your deps fresh
Stars: ✭ 682 (+1140%)
Mutual labels:  cli-tool
wifiqr
Create a QR code with your Wi-Fi login details
Stars: ✭ 207 (+276.36%)
Mutual labels:  cli-tool
pomogoro
Text-file based todo time tracking
Stars: ✭ 22 (-60%)
Mutual labels:  pomodoro
pomotroid
A simple, visually-pleasing, cross-platform, pomodoro timer [DEPRECATED]
Stars: ✭ 14 (-74.55%)
Mutual labels:  pomodoro
lit-bb-hack-tools
Little Bug Bounty & Hacking Tools⚔️
Stars: ✭ 180 (+227.27%)
Mutual labels:  cli-tool
pomodoro-cycle-app
Open Source macOS pomodoro app. Pomodoro Cycle
Stars: ✭ 55 (+0%)
Mutual labels:  pomodoro
behaviortracker
Time Tracker ⏲️ - Android application to track the time you spend on some activities during your day.
Stars: ✭ 19 (-65.45%)
Mutual labels:  pomodoro
Voila
Voila is a domain-specific language launched through CLI tool for operating with files and directories in massive amounts in a fast & reliable way.
Stars: ✭ 78 (+41.82%)
Mutual labels:  cli-tool
abnd-track-pomodoro-timer-app
An android Productivity Timer App
Stars: ✭ 32 (-41.82%)
Mutual labels:  pomodoro

Tic Tac Logo

What is Tic Tac? NPM version GitHub version

NPM

Tic Tac is a time manager for tasks and also the name given for a method that I use to manage the time in my work environment.

This method has some similarities with the Pomodoro technique considering how time is managed to increase mental alertness.

The intervals follow the same pattern adopted in Pomodoro, where we have 3 short intervals (3-5 minutes) and a long interval (15-30 minutes). The difference is that the duration for the task is up to the user. This facilitates the user to recognize how it behaves for that particular task, but also along with their perception and deduction of how long it takes to complete a given task. Thus, the user can maintain a priority leveling more flexibly and can identify strengths and weaknesses in their productivity.

Be aware that these techniques (Tic Tac and Pomodoro), does not refer to the act of accelerating the development of their tasks, but as a process of effort to stay focused on the task and avoid distractions.

Example

Note: tested on Mac OSX and Ubuntu.

Installation

First of all, make sure you have Node.js installed.

$ [sudo] npm install tictac -g

Note: for Linux/Ubuntu you must have/install mpg123.

$ [sudo] apt-get install mpg123

Usage

$ tictac
$ task: [enter task name]
$ time: [enter time (in minutes)]

Help: use tictac --help or tictac -h for more details.

Example

$ tictac
$ task: Reply Emails
$ time: 25

Features

Logger

Create a log file for each task inside .tictac directory in your user path.

Notify

You can receive notifications when the task finishes.

Requirements

To use Grolw notifications, you need to install node-growl.

Usage

$ tictac -g

History

Show log history for previous tasks executed in tictac.

Contribute

Feel free to contribute with this project or leave a suggestion.

License

MIT License © Vitor Britto

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].