Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deftomat/size-history-cli
Get and remember the file/dir size.
https://github.com/deftomat/size-history-cli
brotli gzip history size
Last synced: 18 days ago
JSON representation
Get and remember the file/dir size.
- Host: GitHub
- URL: https://github.com/deftomat/size-history-cli
- Owner: deftomat
- License: mit
- Created: 2019-11-27T17:26:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T10:37:58.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T15:37:59.989Z (3 months ago)
- Topics: brotli, gzip, history, size
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/size-history-cli
- Size: 430 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# size-history-cli
Get and remember the file or directory size.
Gzip and Brotli sizes will be calculated automatically for every compressible file which is smaller than 32MB.
## Installation
> ⚠️ Tool is probably not working on Windows!
```
npm install --global size-history-cli
```## Usage
```
$ size-history [-t|--table]
```**Example:**
```
$ size-history page.html -t
```**Options:**
- `-t | --table`: render table with previous results (works only when there is at least one history record)