Skip to content
#

cmdline

Here are 18 public repositories matching this topic...

This project is a line editor developed in C that allows you to open, read, modify, and save text files. The program supports CRUD (Create, Read, Update, Delete) operations on lines of text and individual words, along with search and navigation features. The editor uses a linked list data structure to store both lines and words, making it efficient

  • Updated Jan 16, 2025
  • C++

Improve this page

Add a description, image, and links to the cmdline topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cmdline topic, visit your repo's landing page and select "manage topics."

Learn more