Code Monkey home page Code Monkey logo

octolab's Introduction

OctoLab

Build Status Github All Releases GitHub release GitHub stars GitHub license GitHub issues Twitter

OctoLab is an open source productivity app for GitHub

Motivation

Being productive working on multiple GitHub projects can be a very tedious task. GitHub features such as issues, projects, milestones or releases, were designed to organize the work in a per-repository basis. I often found myself wondering which task I should work on, or what was the next important milestone I should focus on. I tried some apps for desktop, mobile, and web but none of them really helped me organize my daily work on GitHub. I also tried task management apps but the information ends up spreading across GitHub and your apps. The idea of building OctoLab came up from this need that I had. What if there was a desktop app that combines the task management features with GitHub's? What if that app could leverage system features to make you even more productive?

Open source

OctoLab is entirely open source. As I said, my main motivation is building a tool that I need and that other developers might need as well. I don't aim to create a business out of it, or devote all my time to build it. I build OctoLab on my spare time with anyone that would love to get involved. Everyone on this project has a voice that is listened and respected. Besides the code, the planning and the roadmap of the project will also be open. We'll share what's coming on future releases and keep all the discussions open. If you like the project and would love to contribute, I recommend you to start by reading contributing guidelines.

Electron

OctoLab is built using Electron. Electron is often criticised for its performance in apps like Slack or Atom. Each Electron app runs a Chromium instance that loads your application ((HTML, CSS & JS) and that's obviously slower than running precompiled native code. However, it's the only framework that allows building cross-platform applications using open technologies. I considered initially building OctoLab for macOS using Swift but I'd be making the app less accessible. Developers that work on environments with Linux or Window wouldn't have access to the app. I have traditionally been an Objective-C/Swift developers but I recently shifted towards defaulting to more accesible and non-propietary technologies and programming languages for my projects (whenever it's possible).

Features

  • Offline mode 🌍
  • Notifications 📨
  • Snooze ⏰
  • Priorities ☘️
  • System shortcuts 💥
  • Keyboard navigation 💻

Setup

  1. Git clone repository git clone [email protected]:pepibumur/octolab.git.
  2. Install dependencies yarn install.
  3. Run locally with yarn run dev.

References

License

The MIT License (MIT)

Copyright (c) 2018-present Pedro Piñera

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

octolab's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.