Dreams is a minimalistic, distraction-free text editor built on Electron.
Inspired by Left.
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.
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.