Skip to content

Nikhil5555/Terminal-Based-FileExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Terminal-Based-FileExplorer

There are two modes in this File Explorer
1)Normal mode image h key for home
q key for quit
left key for back
right key for forward
backspace key for moving to parent directory
up key for moving cursor upwards
down key for moving cursor downwards
: for Command mode

2)Command mode
image Copy –
‘copy <source_file(s)> <destination_directory>’

Move –
‘move <source_file(s)> <destination_directory>’

Rename –
‘rename <old_filename> <new_filename>’

Create File –
‘create_file <file_name> <destination_path>’

Create Directory –
‘create_dir <dir_name> <destination_path>’

Delete File –
‘delete_file <file_path>’

Delete Directory –
‘delete_dir <dir_path>’

Goto –
‘goto <dir_path>’

Search –
'search <file_name>’
or
‘search <directory_name>’

Quit–
'quit'

ESC for Normal mode

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages