From f041c193747e88fd409dda0b378346fd73f03bce Mon Sep 17 00:00:00 2001 From: Spiro Metaxas Date: Wed, 24 Dec 2025 22:38:06 -0500 Subject: [PATCH] Add periodic-table-cli (#729) Co-authored-by: Jonathan Neidel --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index afefbf6..d4dd335 100644 --- a/readme.md +++ b/readme.md @@ -57,6 +57,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Weather](#weather) - [Browser Replacement](#browser-replacement) - [Internet Speedtest](#internet-speedtest) + - [Science](#science) - [Command Line Learning](#command-line-learning) - [Data Manipulation](#data-manipulation) - [Processors](#processors) @@ -473,6 +474,10 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [speedtest-cli](https://github.com/sivel/speedtest-cli) - Test internet bandwidth using speedtest.net. - [bandwhich](https://github.com/imsnif/bandwhich) - Track bandwidth utilization by process. +### Science + +- [periodic-table-cli](https://github.com/spirometaxas/periodic-table-cli) - View and explore the Periodic Table of Elements. + ## Command Line Learning - [cmdchallenge](https://cmdchallenge.com) - Presents small shell challenge with user submitted solutions.