Skip to content

anirudh-os/Shellscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellscribe

Shellscribe is a simple yet powerful terminal-based text editor designed for quick and efficient editing of text files. Built in C, it aims to provide a lightweight alternative for users who prefer working directly in the terminal.

Features

  • Lightweight: Minimalistic design for fast performance.
  • Syntax Highlighting: Supports syntax highlighting for various programming languages. [In progress]
  • Basic Editing Functions: Includes essential features such as cut, copy, paste, undo, and redo. [In progress]
  • File Management: Easily open, save, and close files. [In progress]
  • Configurable Key Bindings: Customize key bindings to suit your workflow. [In progress]
  • Cross-Platform: Works on various Unix-like operating systems.

Requirements

  • GCC or any compatible C compiler

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/shellscribe.git
    cd shellscribe
  2. Compile the source code using the provided MAKEFILE:
    make -f MAKEFILE
  3. Run the editor:
    ./shellscribe

About

A terminal text editor written in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published