https://github.com/prataprc/ted
Text EDitor program
https://github.com/prataprc/ted
buffer editor rust-lang terminal terminal-based vim
Last synced: about 2 months ago
JSON representation
Text EDitor program
- Host: GitHub
- URL: https://github.com/prataprc/ted
- Owner: prataprc
- Created: 2020-04-15T06:09:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T01:18:12.000Z (about 5 years ago)
- Last Synced: 2025-01-21T02:29:51.481Z (over 1 year ago)
- Topics: buffer, editor, rust-lang, terminal, terminal-based, vim
- Language: Rust
- Homepage:
- Size: 1.66 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To clone this project and make it working:
* Install Rust [tool-chain][rust].
* [Clone][git-clone] this repository locally.
* Clone submodules.
* `$ cd `
* `$ git submodule init`
* `$ git submodule update`
* Setup tree-sitter incremental-parser
* Install `npm` package.
* `$ npm install tree-sitter-cli`
* `$ export PATH=$PATH:/node_modules/.bin`
[rust]: https://www.rust-lang.org/tools/install
[git-clone]: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository