cli: Add new `rad inbox` command
Shows you updates on local repositories.
Included here is a basic implementation of a notification system. A new database is created and updated after every fetch, with refs that have changed.
The rad inbox command can then list items in the database and delete
them.
Shows you updates on local repositories.
Included here is a basic implementation of a notification system. A new database is created and updated after every fetch, with refs that have changed.
The rad inbox command can then list items in the database and delete
them.
Add convenience function for getting notifications by time ranges.