New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

cirah

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cirah

A powerful file organizer tool with progress bar and undo functionality

latest
npmnpm
Version
2.0.2
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

CIRAHJS - File Organizer

CIRAH is a simple and efficient file organizer tool that helps you move files with specified extensions into a target directory. It includes detailed logging (auditing) to keep track of all operations.

Features

  • Organize files based on their extensions.
  • Specify the target directory for organized files.
  • Detailed logging of operations.
  • Undo changes on the go
  • Run the script from any directory.

Installation

npm installation

To install CIRAH globally on your system, use npm: (-g will install globally)

npm install -g cirah

Usage

once you have installed with npm command , you are ready to go

# To Organise Enter below command & Follow the prompt : 
cirah


Note : for organising in current directory leave the first prompt as it is.

Git cloning...

To clone run command

git clone https://github.com/miraafaq/cirahjs.git

Testing

Install package

npm i
npm test

You will see below kind of result if all passed



 PASS  __tests__/index.test.js
  File Organizer
    √ should move files with specified extensions (141 ms)
    √ should log messages (2 ms)

Test Suites: 1 passed, 1 total
Tests:       2 passed, 2 total
Snapshots:   0 total
Time:        1.494 s, estimated 2 s
Ran all test suites.

Keywords

file

FAQs

Package last updated on 19 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts