https://github.com/poffomoe/file-size-calculator
🧮 A simple BLAZING FAST Rust program that calculates file/directory sizes. (not very precise)
https://github.com/poffomoe/file-size-calculator
cli rust tool very-cool
Last synced: 16 days ago
JSON representation
🧮 A simple BLAZING FAST Rust program that calculates file/directory sizes. (not very precise)
- Host: GitHub
- URL: https://github.com/poffomoe/file-size-calculator
- Owner: poffomoe
- Created: 2024-03-05T09:13:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T13:53:19.000Z (over 2 years ago)
- Last Synced: 2025-11-23T08:12:51.714Z (7 months ago)
- Topics: cli, rust, tool, very-cool
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File size calculator program!
## Purpose
Thought I'd write something that would be useful for me.
I think it does better job at displaying actual size of a directory than Dolphin and `du`?.. Not sure though.
## Features
You can calculate the **size of a file or directory** *(or file)* with it! **Revolutionary!!!**
## How to use
`file-size-calculator /path/to/directory/or/file`
If no path was specified, the program will calculate the size of current directory.
## Issues
1. **~~IT WILL CRASH IF THERE IS TOO MANY LEVELS OF SYMLINKS AND I HAVE NO IDEA HOW TO FIX IT :D~~** i fixed it pogchamp
2. `du` is faster :'(