/zazu-utime

Convert unix timestamps to human-readable dates and vice versa for zazu (https://zazuapp.org)

Primary LanguageJavaScript

Zazu-utime

Plugin for Zazu inspired by this Chrome extension.

Keywords

See date-util for examples.

Added a few custom missing keywords in date-util:

  • today
  • now
  • tomorrow
  • yesterday

Installing

Add puyt/zazu-utime inside of plugins block of your ~/.zazurc.json file.

{
  "plugins": [
      "puyt/zazu-utime"
  ]
}

Variables

  • timestampUnit: seconds or milliseconds
  • outputFormat: see npm package date-util
{
  "plugins": [
    {
        "name": "puyt/zazu-utime",
        "variables": {
            "timestampUnit": "milliseconds",
            "timestampUnit": "yyyy/mm/dd HH:MM:ss"
        }
    }
  ]
}

Screenshots

now now2 tomorrow tomorrow2 friday friday2

Uses