Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakutis/pathcap

Recursively rename directories and files to have names no longer than given number of bytes.
https://github.com/jakutis/pathcap

Last synced: 6 days ago
JSON representation

Recursively rename directories and files to have names no longer than given number of bytes.

Awesome Lists containing this project

README

        

# pathcap

Recursively rename directories and files to have names no longer than given number of bytes.

- [Overview](#overview)
- [Installation](#installation)
- [CLI](#cli)
- [Development](#development)

## Overview

TODO

## Installation

Install with [npm](https://www.npmjs.org/package/pathcap):

$ npm install --global pathcap

## CLI

TODO

## Development

TODO