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.
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
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.