Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@focus-me/focus-cli

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@focus-me/focus-cli

A configurable CLI-based timer with a plugin system meant to automate various tasks when the timer starts, stops, or ticks. The following plugins are included:

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Focus Me

A configurable CLI-based timer with a plugin system meant to automate various tasks when the timer starts, stops, or ticks. The following plugins are included:

  • applciation-manager - Closes distracting applications before the timer starts, and opens them back up when the timer ends.
  • bell - Plays a nice sounding bell at the start and end of the timer.
  • logger - Logs the time remaining to the terminal.
  • rain Plays the sound of rain during the duration of the timer
  • slack Toggles do not disturb and sets a status for the duration of the timer
  • spotify Plays spotify during the timer, stops it when the timer ends.
  • tracker Tracks the number of sessions completed per day, along with the focused applications in use for the duration of the timer.
  • webhooks Fire configurable HTTP requests when the timer starts and stops.

Installation

npm install -g focus-me

Configuration

focus will look in ~/.timerrc.json to try to load configuration, and if cannot find it, it will supply a default.

  • config.time - The amount of time, in minutes, to count down.
  • config.plugins - An object of plugins to configure. Each key is the name of the plugin. Each plugin has an enabled property to enabled/disabled it, as well as other plugin-specific configuration.
{
  "time": 25,
  "plugins": {
    "name-of-plugin": {
      "enabled": true
    }
  }
}

Usage

focus will start the timer.

If you need to cancel the timer, you can kill the process with a SIGINT. Canceling the timer will not execute any plugins' stop methods that should only be run upon completion of the timer.

Creating your own plugin

FAQs

Package last updated on 16 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc