Skip to content

Track your github pull requests automatically and have them ready for review in your browser's bookmarks.

License

Notifications You must be signed in to change notification settings

s0rus/live-folder

Repository files navigation

live-folder

Track your github pull requests automatically and have them ready for review in your browser's bookmarks.

The extension checks browser cookies for the github.com domain, if the user is logged in, it will automatically check user's pull requests list and store them in the bookmarks folder, refreshing the list periodically.

You can customize the folder's name, pull request's title format, and interval between refreshes.

Build

Build for Chrome:

bun install
bun run zip

Build for Firefox:

bun install
bun run zip:firefox

Development

Run the development server for Chrome:

bun install
bun run dev

Run the development server for Firefox:

bun install
bun run dev:firefox

License

MIT

About

Track your github pull requests automatically and have them ready for review in your browser's bookmarks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published