Thanks @defuneste for getting this started. I've got some functions I use to show my GitHub and Codeberg notifications directly in my terminal. Those could easily move here, if desired? That would then already be quite removed from {usethis} functionality, which I think is good, and would instantly force us to start thinking differently.
I bash-alias everything, so get things like:
gn to show my unread GitHub notifications
cb to show my unread Codeberg notifications
gn done to mark all GitHub notifications as read (cb done not implemented but can be)
gn <number> to open that notification in browser, same for cb <number>
But those all just call Rscript anyway, and people could do whatever they wanted with the R functions.
Thanks @defuneste for getting this started. I've got some functions I use to show my GitHub and Codeberg notifications directly in my terminal. Those could easily move here, if desired? That would then already be quite removed from {usethis} functionality, which I think is good, and would instantly force us to start thinking differently.
I bash-alias everything, so get things like:
- `gn` to show my unread GitHub notifications
- `cb` to show my unread Codeberg notifications
- `gn done` to mark all GitHub notifications as read (`cb done` not implemented but can be)
- `gn <number>` to open that notification in browser, same for `cb <number>`
But those all just call `Rscript` anyway, and people could do whatever they wanted with the R functions.