Skip to content

Commit ada3e9f

Browse files
authored
feat: add elt (#243)
1 parent b27f456 commit ada3e9f

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

docs/community/elt/index.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
search:
3+
exclude: true
4+
5+
title: elt
6+
type: service
7+
description: elt is a command line tool for looking up Eve Online objects. It's available for Windows, macOS and Linux.
8+
maintainer:
9+
name: Erik Kalkoken
10+
github: ErikKalkoken
11+
---
12+
13+
# elt - EVE Lookup Tool
14+
15+
**elt** is a command line tool for looking up Eve Online objects. It's available for Windows, macOS and Linux.
16+
17+
[![GitHub Release](https://img.shields.io/github/v/release/ErikKalkoken/elt)](https://github.com/ErikKalkoken/elt/elt)
18+
[![GitHub License](https://img.shields.io/github/license/ErikKalkoken/elt)](https://github.com/ErikKalkoken/elt?tab=MIT-1-ov-file#readme)
19+
[![chat](https://img.shields.io/discord/790364535294132234)](https://discord.gg/tVSCQEVJnJ)
20+
21+
<div class="grid cards" markdown>
22+
23+
- [:octicons-mark-github-16: __GitHub__](https://github.com/ErikKalkoken/elt){ .esi-card-link }
24+
- [:simple-discord: __Discord__](https://discord.gg/tVSCQEVJnJ){ .esi-card-link }
25+
26+
</div>
27+
28+
**elt** is a command line tool that looks up EVE Online objects from the game server and prints them in the terminal. It provides a convenient and fast alternative to using a browser or curl commands for quickly resolving Eve IDs or names in the terminal.
29+
30+
For example:
31+
32+
```sh
33+
elt "Jita"
34+
```
35+
36+
Will print
37+
38+
```plain
39+
Solar System:
40+
┌──────────┬──────┬──────────────────┬────────────────────┬───────────┬─────────────┬────────────┐
41+
│ ID │ NAME │ CONSTELLATION ID │ CONSTELLATION NAME │ REGION ID │ REGION NAME │ SECURITY │
42+
├──────────┼──────┼──────────────────┼────────────────────┼───────────┼─────────────┼────────────┤
43+
│ 30000142 │ Jita │ 20000020 │ Kimotoro │ 10000002 │ The Forge │ 0.94591314 │
44+
└──────────┴──────┴──────────────────┴────────────────────┴───────────┴─────────────┴────────────┘
45+
```
46+
47+
For more information please visit the [Github repository](https://github.com/ErikKalkoken/elt).

0 commit comments

Comments
 (0)