Lin as a file management terminal UI tool, in order to allow users to operate terminal files more quickly. Adhering to the principle of quick and practical, there are several shortcut keys to do a series of operations, you may feel uncomfortable at the beginning, and as you use it more often, I believe you will like the efficiency it brings
-
One click to copy file contents
-
One-click backup of files
-
automatically decompress multiple files/folders
-
compress multiple files/folders
-
graphical display of file list
-
support adding, deleting, moving and checking file contents
-
real-time view of file changes
-
terminal page
-
copy/cut multiple files/folders
-
filter file/folder function
-
cpu usage detection
-
memory usage detection
-
File and folder modification permissions
-
Remote file transfer function Remote file copy
-
Support mouse click function ...............
-
Automatic recognition of suffixes to run programs
-
File content replacement and filtering
-
Global file search
-
......
Action | Command |
---|---|
select file/folder | space |
Cut selected files/folders | X |
refresh page/undo selected files | ctrl r |
Copy File Contents | A |
Exit Tools | ctrl w |
call terminal | ctrl t |
Quit Terminal | ctrl q |
create file | ctrl n |
Delete selected files/folders | ctrl d |
Jump to directory | O |
Paste selected file | V |
enter | enter |
Back to directory | esc |
Back up files | B |
Compress selected files/folders | Z |
unzip files | U |
view live changes | T |
View file contents in detail | L |
Change file or dir permission | G |
Transferring files | S |
Change mouse mode | F |
editor: vi #设定打开文件的编辑器
mouse: false #开启鼠标模式(注意:这里开启之后就无法选取文字)
short_key: #快捷键设置
show_hide_files: false
cut: X
refresh: ctrl r
copyContent: A
quitDestop: ctrl w
term: ctrl t
quitTerm: ctrl q
createFile: ctrl n
deleteFile: ctrl d
copyFile: C
pasteFile: V
goTo: O
selectedFile: ' '
cancelSelected: ctrl esc
backdir: esc
backUpfile: B
zip: Z
unzip: U
tail: T
less: L