andweeb / Ki

⌘ Work in macOS like you work in vim <currently under construction>
MIT License
127 stars 13 forks source link

CFAM not a default entity #18

Closed gb714us closed 3 years ago

gb714us commented 3 years ago

You should consider adding CFAM as a default entity in v2. I would much appreciate it. Thank you.

andweeb commented 3 years ago

Hi @gb714us! It's still in development at the moment but if you'd like a head start you can use the develop branch and use a config like this:

Entity {
    name = "CFAM",
    shortcuts = {
        { nil, nil,
            function()
                if os.date("%A") == "Monday" then
                    Entity.notify("It's :cfam: today", ":dancebear:")
                else
                    Entity.notify("No :cfam: today", ":dogsad:")
                end
            end,
        }
    },
}

Not sure if it'll make it into the default config so I'll close this issue, but I'll think about it :)