Hauptling12 / alarm

alarm clock in the cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alarm

mange alarms in the cli

man page

  • -v shows version
  • -h shows help page
  • -l lists alarms

how to add alarms

open ~/.local/share/alarm/alarm.json with your text editor and add time json ex "time":"2022/06/26:13:18:20" an example alarm.json

[
  {
    "time":"2022/06/26:13:18:20",
    "name":"name"
  },
  {
    "time":"2022/06/26:07:18:00",
    "name":"another name"
  }
]

About

alarm clock in the cli

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%