til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Use CLI

For easy and fast GitHub interaction use the official GitHub command line tool [gh](https://cli.github.com/).

gh lets you do about everything you can do in the UI at least for the day to day work.

I can also be extended using extensions

Install an extension:

gh extension install dlvhdr/gh-prs

You can list your installed extensions:

$ gh extension list
gh prs  dlvhdr/gh-prs

And then you can use the extension:

gh prs

Installation documentation