Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 875 Bytes

File metadata and controls

40 lines (28 loc) · 875 Bytes

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