mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-01 11:21:10 +03:00
A Community-led Hyper-Hackable Text Editor
2b73dff0f4
Currently both \`...\` and `$(...)` are used for command substitution. It's better to chose just one and stick to it, to avoid confusion. Some arguments favoring `$(...)`: * **Easier to read.** The backtick is easily confused with apostrophes and quotes. * **Easier to nest.** Nesting backticks commands is an escaping nightmare. Using parenthesis is natural: `$(foo $(bar))` |
||
---|---|---|
apm | ||
benchmark | ||
build | ||
docs | ||
dot-atom | ||
exports | ||
keymaps | ||
menus | ||
resources | ||
script | ||
spec | ||
src | ||
static | ||
vendor | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
.pairs | ||
atom.sh | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
package.json | ||
README.md |
Atom is a hackable text editor for the 21st century, built on atom-shell, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.
Visit atom.io to learn more.
Installing
Download the latest Atom release.
Atom will automatically update when a new release is available.
Building
Developing
Check out the guides and the API reference.