Skip to content

astrid116/CMDEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMDEditor

Usage

Enter file path (hit enter to use current directory)

Enter the file name that you want to edit

It should look like this:

Screenshot_1773

Hit enter

To insert a line, specify the line where you want to insert a value. You can do this by specifying a positive integer, then writing the value of the line (For example, if you want to insert "Hello, World!" to line 10, use "10 Hello, World!")

Screenshot_1775

In case if you want to insert a line under a specified line, write "+", then the specified line as a positive integer and the line you want to insert. (For example, if you want to insert "Hello, World" under line 14, use "+ 14 Hello, World!")

Screenshot_1776

If you want to list the file that you're currently editing, hit enter without specifying anything.

Screenshot_1777

Commands

:q - Exits from the editor.

:clear - Clears the console.

:clearfile - Clears the file.

:removeemptylines - Removes all the empty lines from the file.

:lastmodified - Shows you when was the last time you edited the file with this program (ONLY LOGS IF YOU EXIT FROM THE FILE USING :q)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages