← Back to Projects
⚙️ cpp 2024

Terminal Notepad

A simple terminal text editor written in C++ with ncurses. Keyboard shortcuts Ctrl+S/Ctrl+Q, arrow key navigation.

Preview

portfolio — bash

$ terminal-notepad notes.txt

Opened: notes.txt | 3 lines | Mode: vim

$ :w

Written 3 lines → notes.txt

Tech Stack

  • C++
  • ncurses
  • CMake

Description

A simple terminal text editor written in C++ with ncurses. Keyboard shortcuts Ctrl+S/Ctrl+Q, arrow key navigation.