Skip to content

a simple vim like text editor in linux written in bash script

Notifications You must be signed in to change notification settings

23wjj/Simple-Vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Vim

a simple vim like text editor in linux written in bash script

  • Usage
./myvim.sh ([OPTION]) [file]

./myvim.sh -v # 查看版本信息
./myvim.sh -j # 查看帮助
./myvim.sh test # 对test进行编辑
  • [Option]
-v view the version of the editor
-h show this help information
-null enter the file editor mode
  • [Function]
    • view file in the terminal
    • edit text in the file, insertion and deletion allowed
    • save file edited

About

a simple vim like text editor in linux written in bash script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages