Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 562 Bytes

File metadata and controls

41 lines (27 loc) · 562 Bytes

fs-cli

This CLI tool helps manage files and directories using simple commands.

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