Skip to content

✏️ - Hyze is a command-line code editor that makes creating and editing code extremely easy using some useful features.

License

Notifications You must be signed in to change notification settings

hugosrc/hyze-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyze Text Editor

Hyze is a command-line source code editor that allows you to create and edit code files in an extremely simple way, it also has features that help with productivity, search, syntax highlighting, etc. Initially based on the KILO Text Editor.

Table of contents

Getting Started

Requirements

  • GCC The GNU compiler collection includes front-ends for various programming languages.

  • GNU Make The GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

  • GDB (Optional) The GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed.

Download Hyze

The easiest way to get Hyze onto your computer is using git clone. For more information, see Git Clone Docs.

Once you have git you can get Hyze with the following command line:

$ git clone https://github.com/hugosrc/hyze-editor.git

Building Hyze

If you don't have Hyze on your computer yet, see the step-by-step how to download it.

  1. Access the Hyze folder
$ cd hyze-editor/
  1. Create build directory
$ mkdir build/
  1. Execute command to start build process.
$ make build

Executing Hyze

To run hyze is simple, just enter the following command line, replacing the <filename> with the name of the file to open, if you don't have the file, the argument can be empty.

$ build/hyze <filename>

Features

  • Create and Edit Files
  • Vertical and Horizontal Scroll
  • Search
  • Syntax Highlighting
  • Copy/Paste
  • Auto Bracket Closing
  • Config File (.hyzerc)
  • Auto Indent
  • More Filetypes
  • Multiple Buffers

Author

Created by Hugo Souza(hugosr.contato@gmail.com), Contact 👋!

References Links

About

✏️ - Hyze is a command-line code editor that makes creating and editing code extremely easy using some useful features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published