Add periodic-table-cli (#729)

Co-authored-by: Jonathan Neidel <github@jneidel.com>
This commit is contained in:
Spiro Metaxas 2025-12-24 22:38:06 -05:00 committed by GitHub
parent 6a7654111c
commit f041c19374
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.