Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakutis/pathcap
- Owner: jakutis
- License: gpl-3.0
- Created: 2014-02-18T14:26:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T19:27:41.000Z (almost 11 years ago)
- Last Synced: 2024-12-15T00:50:06.091Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/pathcap
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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