https://github.com/dflemstr/semantic-editor.old
https://github.com/dflemstr/semantic-editor.old
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dflemstr/semantic-editor.old
- Owner: dflemstr
- Created: 2015-09-06T16:31:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T17:34:50.000Z (over 10 years ago)
- Last Synced: 2025-06-04T11:32:02.518Z (about 1 year ago)
- Language: Rust
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semantic Editor [](https://travis-ci.org/dflemstr/semantic-editor)
A toy project that I work on whenever I'm bored. Eventually it's
supposed to become a semantic editor (i.e. a file editor for editing
semantic structure -- not bytes or characters -- making it impossible
to perform for example syntax errors) but that will require some work.
Currently I've focused on deployment. The latest version of the
editor can at any time be downloaded with:
wget dflemstr.name/se
chmod +x se
After you have a version available, you can run:
se update
...to self-update the editor at any point (but it must be allowed to
write to the directory where the executable resides -- maybe use
`sudo`...)
For more information, use the built-in command-line help:
se help