From 0522a288242579c6bc5a097478eb0200a56ed17d Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 21 Apr 2017 07:08:14 +0530 Subject: [PATCH] Add bcal bcal is a Byte CALculator for storage conversions and calculations. Features: - convert to IEC/SI standard data storage units - show the address in bytes - show address as LBA:OFFSET - convert CHS to LBA and *vice versa* - show binary, decimal and hex representation of a number - custom sector size, max heads/cylinder and max sectors/track - minimal dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be2706b..f38419a 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Command-line development, version control, and deployment.* +* [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations * [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash * [cloc](https://github.com/AlDanial/cloc) - Count Lines of Code * [dokku](https://github.com/dokku/dokku) - Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.