Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.42 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.42 KB

Statusbar Converter

MAC OS Linux GitHub release

A small tool to easily convert timestamp to human-readable time. Just copy the timestamp and it will automatically show as time in the statusbar:

demo

Installation on macOS

  • Download the latest release from GitHub
  • Extract into Applications
  • On macOS you must manually remove quarantine attribute, because the app is not signed:
    xattr -d com.apple.quarantine /Applications/Statusbar\ Converter.app/
  • Start the app. A new icon will appear on the statusbar
  • Tip: on macOS you can change icon order on the statusbar with Cmd-click

Installation on Linux

  • Download the latest release from GitHub
  • Extract zip
  • Run sudo apt-get install xsel gir1.2-appindicator3-0.1
  • Start the app. A new icon will appear on the statusbar

The app was tested with Ubuntu, Gnome desktop environment.

Building locally

See documentation for building locally.