https://github.com/niieani/befocusedapp
  
  
    Chrome App to refocus yourself, integrates with Asana 
    https://github.com/niieani/befocusedapp
  
        Last synced: 19 days ago 
        JSON representation
    
Chrome App to refocus yourself, integrates with Asana
- Host: GitHub
- URL: https://github.com/niieani/befocusedapp
- Owner: niieani
- Created: 2014-03-06T23:45:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:29:33.000Z (almost 2 years ago)
- Last Synced: 2025-06-22T23:46:35.907Z (4 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          BeFocusedApp
============
Chrome App to refocus yourself, integrates with Asana
## Description
Stay focused with Asana, by always seeing which task you are working on.
Simple way to allow yourself to really focus on your work. With this app, you'll always see (no matter what application you're using) the name of the selected task. Uses Asana as backend.
Shows tasks assigned to you, picked for TODAY. Aside from that, you can use it to complete those tasks, or quickly add new ones, that you want to focus on now.
Navigation within the app is simple, and mirrors full Asana:
* ctrl + enter - completes the task
* up/down arrows - next/previous task
* typing - updates current task's name
* enter - adds new task
You will need to provide your API key, available from http://app.asana.com/-/account_api
If you want the app to take up even less space, you can toggle the header (but you won't be able to move it unless you toggle it back - for now).
I might implement OAuth in the future.
## Example usage:
The way I use it, is to add many tiny tasks as I go and work, so that whenever I get distracted, I can just look at it and see what I am supposed to work on at that very moment. If I make a daily task plan before work, as I complete the task, I will automatically see what's the next thing I should be working on, without switching back to Asana.
If you have any comments, feel free to write me a note at: befocused (at) amplifuge.com or leave a review.
The source is on GitHub, feel free to mock around and send pull requests on improvements or bug reports.
https://github.com/niieani/BeFocusedApp
I might integrate time tracking in the future, if time permits.