Directory Manager CLI

Node.jsJavaScriptCLInpm

Directory Manager CLI

A CLI tool, published to npm, for managing directories and files efficiently.

Overview

dir_manager lets you list directory contents, create directories and files, and search or filter with a rich set of options — all from the terminal.

Features

  • List directory contents: view files and directories with size, creation date, and modification date
  • Create directories and files within a given path
  • Advanced search and filtering:
    • by file type (e.g. .txt, .js)
    • by file size (minimum or maximum)
    • by creation or modification date
    • by regular expression over filenames

Tech Stack

  • Runtime: Node.js
  • Language: JavaScript
  • Distribution: published on npm

Installation

npm install -g @aayank13/dir_manager

Then use the dirmanager command to manage directories and files. Available on npm as @aayank13/dir_manager.