# text-editor **Repository Path**: ehsbsbksje/text-editor ## Basic Information - **Project Name**: text-editor - **Description**: c++写的终端文本编辑器,需要ncurses库 - **Primary Language**: C++ - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-25 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README linux终端文本编辑器,采用c++语言开发,依赖ncurses库 使用方法,在Makefile文件夹下执行指令make后会生成edit可执行文件 使用edit -help 显示帮助信息 用法和vim类似