Coder Social home page Coder Social logo

foco's Introduction

Foco

Build Status Windows Build Status js-standard-style


Foco

A desktop menubar app based on Electron.

Foco is a cross-platform desktop app πŸ’» which runs in menubar. Foco boosts your productivity πŸš€ by creating perfect productive environment. It has the best sounds for getting work done πŸ™Œ.

Demo

πŸ‘‰ Watch it here.

Watch demo

Installation

OS X

  1. Download Foco-osx.x.x.x.dmg or Foco-osx.x.x.x.zip
  2. Open or unzip the file and drag the app into the Applications folder
  3. Done!

Windows

coming soon 😝

Linux

Ubuntu, Debian 8+ (deb package):

  1. Download Foco-linux.x.x.x.deb
  2. Double click and install, or run dpkg -i Foco-linux.x.x.x.deb in the terminal
  3. Start the app with your app launcher or by running foco in a terminal

For developers

Clone the source locally:

$ git clone https://github.com/akashnimare/foco/
$ cd foco

If you're on Debian or Ubuntu, you'll also need to install nodejs-legacy:

Use your package manager to install npm.

$ sudo apt-get install npm nodejs-legacy

Install project dependencies:

$ npm install

Start the app:

$ npm start

Build installers

Build app for OSX

$ npm run build:osx

Build app for Linux

$ npm run build:linux

Features

  • Offline support
  • Cross-platform
  • Awesome sounds
  • No singup/login required
  • Auto launch
  • Auto updates

Usage

Command/ctrl + R - Reload

command + q - Quit App (while window is open).

Built with

Related

License

MIT Β© Akash Nimare

foco's People

Contributors

akashnimare avatar rootscript avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

foco's Issues

interface error on KDE (Linux)

it seems that the app got some errors in KDE. No menus are shown when I click the icon from menu.
I can click that empty space and when I click that, the app show in top right corner. Actually, it should show the app on bottom right corner because my menu are at the bottom, not on top.

(I am running KDE Plasma 5)

Here is the screenshot
screenshot

Reduce app size

Instead of packaging all the sounds in app we could link it externally and load it via src.
Something like this -

<audio>
<source src="http://xyz.com/cafe.mp3" type="audio/mpeg">
</audio>

Only downside of this is we'll loose offline support after adding this😭 .

Please provide an AppImage for download on GitHub Releases

"AppImage"

Providing an AppImage would have, among others, these advantages:

  • Applications packaged as an AppImage can run on many distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
  • One app = one file = super simple for users: just download one AppImage file, make it executable, and run
  • No unpacking or installation necessary
  • No root needed
  • No system libraries changed
  • Works out of the box, no installation of runtimes needed
  • Optional desktop integration with appimaged
  • Optional binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
  • Can optionally GPG2-sign your AppImages (inside the file)
  • Works on Live ISOs
  • Can use the same AppImages when dual-booting multiple distributions
  • Can be listed in the AppImageHub central directory of available AppImages
  • Can double as a self-extracting compressed archive with the --appimage-extract parameter

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

If you have questions, AppImage developers are on #AppImage on irc.freenode.net.

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.