This CLI tool helps manage files and directories using simple commands.
List all contents of a directory:
list directory
Search for files by name or extension:
list directory <filename or extension>
Delete a directory:
delete dir
Delete a file:
delete filename
Move a file or directory to a new location:
move source-dir destination-dir
Copy a file or directory to a new location:
copy source-dir destination-dir