DarkMatter-999 / Next

Next is a terminal based text editor and notes taking application
1 stars 0 forks source link

Next

Next Image


Features

Next is a Terminal based text editor and note taking application with Markdown support. Next is built using Rust and supports Vim like navigation and editing.


Building

To build Next, you'll need Rust and Cargo installed on your system. Once you have them set up, you can build Next using Cargo:

cd Next
cargo build --release
cargo run --release -- #optional file path

Contributing

Contributions to Next are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.