Skip to content

VitProfant/lineeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lineeditor

A line-oriented text editor that reads a text file and allows basic editing commands.

Build

This is a java project. First make sure that you have a JDK in version 11 or more properly installed.

To build this project run

  • on Linux
  ./gradlew distZip
  • on Windows
  gradlew distZip

Installation

In the build/distributions directory you'll find a ZIP file with the needed files.

Unzip the ZIP file to the directory where you want to run the program.

Running

To execute the editor, in the bin subdirectory run

  • on Linux
  ./lineeditor [path_to_the_file]
  • on Windows
  lineeditor [path_to_the_file]

About

A line-oriented text editor that reads a text file and allows basic editing commands (a homework for MF).

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages