1.0.6 • Published 4 years ago

rardir v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Overview

rardir is a small utility to pack meta data inside specified folders.

Install

npm -g i rardir

or

yarn global add rardir

Usage

rardir <file(s) | folder(s)>

Prerequisites

WinRar should be installed and registered on system PATH to run rardir. It is possible to make single executable file with npm package pkg.

Handled cases

argumentsexpectations
multiple files and/or foldersMove all entered items into the new tm.rar file
multple folders and no filesFor each folder create s separate tm.rar files
single folder and no filesFor each folder create s separate tm.rar files
sinlge foder 'tm' and no filesZip the content of 'tm' folder to file tm.rar, move tm.rar up and remove folder 'tm'

TODO

  • add support for 7-zip
  • support for remote folders (UNC path is not supported by node exec on Windows, so we cannot set working folder)
  • pause mode for debugging (TBD)
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago