Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 868 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 868 Bytes

Text, an editor written with rust and typescript.

Note

This project is a W.I.P.

Preview

Features:

  • Syntax Highlighting using the Language Server Protocol.
  • Basic Vim motions.
  • Recursive file viewer, with dotfiles and gitignore files greyed out.
  • Basic diagnostic warnings.
  • Get function information with LSP hover.
  • Multiple tab support.
  • Basic theming support.

Installation:

  1. Install rust and bun.
  2. Clone the repo:
    git clone https://github.com/vishruth-thimmaiah/text.git
    cd text
  3. Run the build command:
    bun tauri build

Running:

In the same directory, run:

./src-tauri/target/debug/text