Skip to content

Lightweight, elegant and cross-platform text editor/IDE in your terminal

License

Notifications You must be signed in to change notification settings

WilliamRagstad/ConsoleCodeEditor

Repository files navigation

CCE
Console Code Editor

Lightweight, elegant and cross-platform text editor/IDE in your terminal!
(A good alternative to vim or nano)
Made with ❤️ by William



Take me to the installation ➡️

Preview

Preview GIF

(This displays an older version of CCE)

Preview GIF

Open any file with CCE!

Preview GIF

Drag and drop multiple files to open them as tabs in CCE!

Preview GIF

Execute your code directly inside the editor!

Usage

The editor has many features including real-time syntax highlighting and keyboard shortcuts. Here is a list of all keyboard shortcuts.

Keystrokes Description
⬅️⬆️⬇️➡️ Move around in the document
CTRL+⬅️ Move to the leftmost position on the current line
CTRL+➡️ Move to the rightmost position on the current line
ALT+0,1,2,... or 9 Switch between open tabs
CTRL+N New untitled file
CTRL+O Open new file
CTRL+S Save current file
CTRL+C Copy to clipboard
CTRL+X Cut to clipboard
CTRL+V Paste from clipboard
CTRL+Z Undo
CTRL+Y Redo
CTRL+R Run executable file types
ESC Close the program if all files are saved

Installation

Download the latest version of CCE below.

Win x32 Win x64 Mac Linux
Download Alpha Download Alpha Download Alpha Download Alpha

Or install a previous version from here.

Future

I have big ambitions for this project, and feel like if it gets enough attention, it would be worth implementing the following functionalities:

  • Plug-ins/Extensions support 🔌
  • Custom color themes support 🌈
  • Custom skin themes support 🎨
  • Text selection 📋
  • Preferences/Settings page ⚙️
  • Auto detect new versions 📥
  • Add syntax highlighting for more languages!!! 🎉
  • Optimize and speed up performance 🚅💨

I highly appreciate if you want to help me with this project! Add your own twist or modification, or create your own distribution entirely!

About

Lightweight, elegant and cross-platform text editor/IDE in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages