Popularity
1.7
Declining
Activity
0.0
Stable
3
2
0

Monthly Downloads: 13
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: System    

hrfsize alternatives and similar packages

Based on the "System" category.
Alternatively, view hrfsize alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hrfsize or a related project?

Add another 'System' Package

README

hrfsize

Simple Haskell library for determining size of file in human readable format

Hackage

Example:


import System.HrfSize (determineFileSize)

main :: IO ()
main = determineFileSize "/path/to/file" >>= print

TODOs

  • determine size of directories
  • better exception handling
  • write tests