https://github.com/gennaro-tedesco/element
🧪 periodic table on the command line
https://github.com/gennaro-tedesco/element
go go-prompt
Last synced: 7 months ago
JSON representation
🧪 periodic table on the command line
- Host: GitHub
- URL: https://github.com/gennaro-tedesco/element
- Owner: gennaro-tedesco
- License: apache-2.0
- Created: 2021-04-17T18:21:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T13:51:32.000Z (about 3 years ago)
- Last Synced: 2025-04-22T20:14:58.310Z (7 months ago)
- Topics: go, go-prompt
- Language: Go
- Homepage:
- Size: 327 KB
- Stars: 74
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - element - Periodic table on the command line. (<a name="science"></a>Science)
- awesome-cli-apps - element - Periodic table on the command line. (<a name="science"></a>Science)
README
element
The periodic table on the command line
Installation •
Usage
## Installation
Go get it!
```
go install github.com/gennaro-tedesco/element@latest
```
## Usage

Using `element` is element-ary! Run `element` and use the autocompletion menu to select the item to display properties of! Or, if you already know, run `element ` directly.
Check `element -h` for help and examples.
### Extras
Other commands
```
element random
```
to show properties of a random element. Use it at shell start-up or as fortune cookie in `cowsay`!
```
element table
```
to display the periodic table in ascii format!

| command | description | note
|:--------------- |:------------------------------------------ |:--------------------------------------
| element | prompt autocompletion menu to select from | `` to quit, `` to scroll
| element iron | directly display properties of iron |
| element random | display properties of a random element |
| element table | display the periodic table in ascii format |
| element version | print current program version |
## Feedback
If you find this application useful consider awarding it a ⭐, it is a great way to give feedback! Otherwise, any additional suggestions or merge request is warmly welcome!