An open API service indexing awesome lists of open source software.

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

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