git ssb

1+

Dominic / exed



Tree:
📄.travis.yml
📄LICENSE
📄README.md
📄app.js
📄bash.js
📄directory.js
📄file.js
📄index.js
📄package.json
📄style.css
README.md

exed

okay, so I wrote another text editor. this commit is what I have achived in just under two hours. It's also a depject example application!

It's more about navigating the file system actually, but you can edit and save files, and run commands too.

The design is simple: there is a command bar, and a result panel. Type something into the command bar, then various handlers test if they understand what you wrote. So far, I have handlers for:

hiting esc takes you back to the command bar, and hitting enter in the command bar takes you to the result panel, (unless the result panel is not focusable, it leaves you in the command bar)

License

MIT

Built with git-ssb-web