cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Allow archiving tasks #30

Closed cheshire137 closed 8 years ago

cheshire137 commented 8 years ago

Here's a sample of what the persistent JSON storage file looks like:

% cat /Users/cheshire137/Library/Application\ Support/Electron/config.json
{
    "Mentions me": "is:open mentions:cheshire137",
    "rules": [
        "Mentions me"
    ],
    "issue-92485268": "2016-08-27T18:23:57.079Z",
    "archived": [
        "issue-92485268"
    ]
}

/cc @probablycorey

cheshire137 commented 8 years ago

Landing this using @probablycorey's rule of "you can land it anyway if I haven't gotten around to looking at it."

In we gooooooo!