Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ckfiles

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckfiles

  • 0.9.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ckfiles

General file integrity checker, can check recursively. Support SFV, MD5, ZIP, CBZ, 7Z, GZ, BZ2, LHA, LZH, ARJ, CHM, XZ, RAR, CBR and media file containing CRC32 sum in filename with extension with AVI, MKV, MP4, OGM, ASF, RM, RAM, WEBM. Require 7zip and Unrar for checking archive file. Supports Linux / Mac OS X / Windows.

Example filename: Big Bunny [c001beef].avi

Installation:

Linux:

  1. sudo apt-get install ruby1.9.1-full ruby1.9.1-dev p7zip-full p7zip-rar
  2. sudo gem install ckfiles

Mac OS X:

  1. Install MacPorts
  2. sudo port install ruby20 rb-rubygems p7zip
  3. sudo gem install ckfiles

Windows: (NTFS Only)

  1. Install Ruby v2.* from RubyInstaller
  2. Install Development Kit for v2.0 from same site as above
  3. gem install ckfiles
  4. Download and install 7z from 7-Zip, copy 7z.exe and 7z.dll to bin path (e.g. C:\Ruby200\bin )

All OS: Download and install WinRAR/unrar, copy unrar(.exe) to bin path

Caveat/Notes:

This program uses filesystem's extended attributes, if the filesystem doesn't support the extended attribute or isn't enabled, then you can only use the read only function. This also applies to any network drive.

Usage:

ckfiles [arguments] [directory] <directory2> <directory3>

Arguments:
--recursive  -r  Recursively check all files
--noop       -n  Not moving corrupted files
--read-only  -x  Read Only, do not write attribute (imply -n)
--expiry     -e  Expiry time since last check, can be in seconds, or m/h/d/w/mo/y
--outfile    -o  Output error to a file
--help       -h  Display current help message

FAQs

Package last updated on 02 Nov 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc