Skip to content

elliotthilaire/today-i-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

today-i-desktop

With one click I want to open a text box. Type a note. Then send it as a web request. When I'm offline I want it to save my note. And send later it when I am back online.

I made this for myself to keep track of things I achieve to or learn through out the day.

screen shot 2017-06-16 at 1 39 45 pm

Development

Install dependencies:

cd today-i-desktop/src
yarn install

Start electron in development mode:

cd today-i-desktop
yarn start-dev

See today-i-desktop/package.json for more yarn ... commands to build, install, and reinstall.

Configuration

It will read a config file from ~/.config/today-i/.today-i-config.js

It will store submissions for later in ~/.config/today-i/.today-i-db.js

Override these with TODAY_I_CONFIG and TODAY_I_STORAGE_FILE environment variables. i.e., for development.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published