Skip to content

Dreams is a minimalistic, distraction-free text editor built on Electron.

License

Notifications You must be signed in to change notification settings

callumevans/dreams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dreams


Dreams is a minimalistic, distraction-free text editor built on Electron.
Inspired by Left.

Dreams

How To Use

Dreams supports the following keyboard shortcuts:

  • ctrl + o will open a file
  • ctrl + s will save a file
  • ctrl + shift + enter will toggle fullscreen mode

Any open files will have an 'x' next to their names. You can close them by pressing it.

How To Install

You can use Dreams by downloading the latest release, unzipping the artifact and running Dreams.exe.

Alternatively, you can clone the repo with:

git clone https://github.com/callumevans/dreams

Install the dependencies:

npm install

And then run the start script:

npm start

Or build it locally with:

npm run build-windows

Currently only Windows is supported.