Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByteCode

A text editor in c.

How to execute

  1. Fork the project.
  2. Type make and execute.
  3. It generate all the executables.
  4. Type make clean for recompiling.
  5. To run the executable ./bytecode

Follow the steps

  1. type ./bytecode -c filename for creating new file.

  2. type ./bytecode filename to modify existing file.

Editor options

  1. i: insert contents, to exit from writing , press esc key then enter.
  2. wq: save and exit
  3. q: exit without saving
  4. u: undo
  5. yc: copy current line
  6. yp: paste the copied line at the current curson position

About

A text editor in C++

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages