Skip to content

A sample IntelliJ IDEA plugin for telling the current time.

Notifications You must be signed in to change notification settings

Taikelenn/TimeTeller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeTeller

A sample IntelliJ IDEA plugin for telling the current time.

Building and installation

In order to install the plugin, follow these steps:

  1. Clone the repository: git clone https://github.com/Taikelenn/TimeTeller.git
  2. Build the plugin by running: gradlew buildPlugin
  3. You will find the built plugin as a .zip file under the build/distributions/ directory.
  4. In IntelliJ IDEA, go to File -> Settings -> Plugins. Select Install Plugin from Disk and navigate to the .zip file found in step 3.

Usage

The plugin adds an entry in the Help menu called "Tell the Time". Press it to display a notification with the current system time. By default, this option is also bound to the keyboard shortcut CTRL+SHIFT+T.

Gallery

Entry in Help menu:
Action entry in Help menu

Example notification after pressing Tell the Time:
Example notification

About

A sample IntelliJ IDEA plugin for telling the current time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages