All Projects → rgehan → Octolenses

rgehan / Octolenses

Licence: mit

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Octolenses

pocketizer
Unofficial Pocket new tab extension for Chrome, Firefox, and Edge
Stars: ✭ 43 (-48.19%)
Mutual labels:  productivity, browser-extension
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (+65.06%)
Mutual labels:  productivity, browser-extension
Pihole Browser Extension
Browser extension to control your pi-hole
Stars: ✭ 83 (+0%)
Mutual labels:  productivity, browser-extension
csgo-trader-extension
CSGO Trader Browser Extension to help with CS:GO item trading, marketing and much more
Stars: ✭ 86 (+3.61%)
Mutual labels:  productivity, browser-extension
XTranslate
Easy translate text on web pages (chrome extension)
Stars: ✭ 64 (-22.89%)
Mutual labels:  productivity, browser-extension
TabTrum
TabTrum is a Browser Extension (Currently available for Chrome) to take a snapshot of the open tabs, and open them all again in one single click when you come back and re-open your browser.
Stars: ✭ 24 (-71.08%)
Mutual labels:  productivity, browser-extension
Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (+2075.9%)
Mutual labels:  productivity, browser-extension
SigTools
📆 Sigarra Tools | An extension that makes the information system of the University of Porto slightly better.
Stars: ✭ 35 (-57.83%)
Mutual labels:  productivity, browser-extension
hubnav
A Chrome extension for navigating github.com via keyboard shortcuts. Quickly access issues for multiple repos, as well as your org's pages.
Stars: ✭ 96 (+15.66%)
Mutual labels:  productivity, browser-extension
Octolinker
OctoLinker — Links together, what belongs together
Stars: ✭ 4,853 (+5746.99%)
Mutual labels:  productivity, browser-extension
Gitexplorer Android
Find the right git commands 🔥 without digging through the web.😊😊😉
Stars: ✭ 72 (-13.25%)
Mutual labels:  productivity
Imageviewer
HDR, PFM, DDS, KTX, EXR, PNG, JPG, BMP image viewer and manipulator
Stars: ✭ 71 (-14.46%)
Mutual labels:  filter
Pfp
Manage your passwords easily and securely, via browser extension for Firefox, Chrome, Opera
Stars: ✭ 77 (-7.23%)
Mutual labels:  browser-extension
Alfred Cheat
Manage your self-defined cheat sheets & knowledge base in Alfred
Stars: ✭ 79 (-4.82%)
Mutual labels:  productivity
Github Contribution Color Graph
Change colors of contribution graph in GitHub.
Stars: ✭ 70 (-15.66%)
Mutual labels:  browser-extension
Itiriri Async
A library for asynchronous iteration.
Stars: ✭ 78 (-6.02%)
Mutual labels:  filter
Sobel
Sobel Filter algorithm in JavaScript.
Stars: ✭ 69 (-16.87%)
Mutual labels:  filter
Mah
An alternative to alfred written in java
Stars: ✭ 69 (-16.87%)
Mutual labels:  productivity
Esa Restlight
ESA Restlight is a lightweight and rest-oriented web framework.
Stars: ✭ 67 (-19.28%)
Mutual labels:  filter
Corral
Quickly surround text with delimiters in emacs
Stars: ✭ 80 (-3.61%)
Mutual labels:  productivity

OctoLenses Browser Extension

Watch your repos and discover awesome things directly from your New Tab page.

As a developer, you shouldn't have to worry about that and instead focus on what is fundamental: your code

This extension allows you to create very precise filters that will nicely lay out all the information you need in order to be as productive as possible.

Installation

Simply download it on your favorite browser's extensions store.

It is available on both Google Chrome and Firefox.

By default, it overrides your browser's default "New Tab" page, but this can be disabled so that it only opens when you click on the extension's icon.

You can access this setting in the settings modal, which can be opened by simply clicking on the little cog icon on the top right hand corner.

Usage example

At my current job, we have quite a lovely system where each Pull Request is assigned a specific label depending on whether it's a WIP, under review or if it has been successfully (or not) reviewed.

I built this tool for the very purpose of keeping track of this, but this is not all it can do. It can do much more, such as:

  • Helping you contribute to Open Source by presenting you with issues that are labelled Good first issue or Help wanted
  • Helping you stay up to date with your favorite framework changes
  • Allowing you to discover trendy repositories in your favorite language (similar to what GitHunt does)

Dark theme

Because being flashed bright lights in the eyes at night is the worst thing ever, I even included a pretty cool dark mode.

Extensively configurable

There are a lot of settings you can tweak, to adapt the experience of the extension to your needs.

Permissions asked

OctoLenses only asks for the tabs permission, as it needs to be able to:

  • Detect when a tab is opened so it can eventually override it
  • Create a new tab when the extension's icon is clicked.

Development setup

You need a few tools before being able to build the extension:

  • yarn, a JS package manager (on Mac: brew install yarn)
  • jq, a JSON CLI utility (on Mac: brew install jq).
  • sed, should be available on any Unix system.
  • zip, should be available on any Unix system.

Then you can follow this process to develop/build the extension:

# Clone the repository
git clone [email protected]:rgehan/octolenses.git && \
cd octolenses

# Install the dependencies
yarn

# Run the development environment...
yarn start

# ...or build the extension
yarn build

The built extension (located in the dist/ folder), can then be loaded inside your browser as an unpacked extension, provided you're in developer mode.

https://github.com/rgehan/octolenses

Testing

The extension is covered by unit tests, and integration tests.

Here is how you can run them:

# Run the unit tests (w/ Jest)
yarn test

# Open the integration tests runner (w/ Cypress)
CYPRESS_GITHUB_TOKEN=<github token> yarn e2e

Releasing

# Update changelog, increment version number & create release commit and tag
yarn release patch|minor|major

# Build the release .zip archive
yarn build

The archive can then be uploaded on the Chrome Store dashboard.

Contributing

  1. Fork it (https://github.com/rgehan/octolenses/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

MIT © Renan GEHAN

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].