From 07911719c80afcad49f357cbe1c8a8137cc0985e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AA=E3=82=A6=E3=82=B9?= Date: Tue, 3 Oct 2023 17:33:53 -0500 Subject: [PATCH] Updated README --- README.md | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4542a4d..ffc5568 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,46 @@ TODO ## Usage -TODO +```sh +shell-time +``` + +Example output: +```sh + +=== YOUR TOP 10 COMMANDS === + 1. vim (2198 times) + 2. cd (1757 times) + 3. rm (1132 times) + 4. mv (1117 times) + 5. find (1115 times) + 6. ls (888 times) + 7. ga (729 times) + 8. rg (672 times) + 9. cat (655 times) +10. git (605 times) + +=== LONG FORGOTTEN COMMANDS === + 1. dmesg\ + 2. head + 3. ks + 4. freecad + 5. lokinet-bootstrap + 6. uuidgen + 7. mbe + 8. docnf + 9. gpoat +10. 27*100 + +=== MOST PRODUCTIVE HOURS === + 1. 1:00 (421 commands fired) + 2. 2:00 (188 commands fired) + 3. 21:00 (1643 commands fired) + 4. 22:00 (1216 commands fired) + 5. 0:00 (1048 commands fired) + +On average you ran commands on the shell for about 19 minutes per day. + +```