Skip to content

Commit bed66ec

Browse files
committed
Added about
1 parent 7ea35c0 commit bed66ec

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

content/about.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: About
3+
---
4+
5+
**Æsh** (Another Extensible SHell) is a collection of Java libraries for building command-line interfaces, interactive shells, and terminal applications.
6+
7+
## Components
8+
9+
The project provides two complementary libraries:
10+
11+
- **[Æsh](/docs/aesh)** — A high-level command framework with annotation-based command definitions, automatic parsing, validation, type conversion, tab completion, and help generation.
12+
- **[Æsh Readline](/docs/readline)** — A low-level terminal input/output library with GNU Readline compatibility, line editing, history management, and support for local and remote terminals.
13+
14+
Æsh is built on top of Readline. Most users building CLI applications should use Æsh. Use Readline directly when you need low-level terminal control.
15+
16+
## Key Facts
17+
18+
- **License:** Apache License 2.0
19+
- **Requirements:** Java 8 or later
20+
- **Dependencies:** None beyond the JDK
21+
- **Platforms:** POSIX (Linux, macOS, BSD) and Windows
22+
23+
## Project Resources
24+
25+
- [GitHub Organization](https://github.com/aeshell)
26+
- [Æsh Repository](https://github.com/aeshell/aesh)
27+
- [Readline Repository](https://github.com/aeshell/aesh-readline)
28+
- [Examples Repository](https://github.com/aeshell/aesh-examples)
29+
- [Issue Tracker](https://github.com/aeshell/aesh/issues)
30+
- [Discussions](https://github.com/aeshell/aesh/discussions)

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
baseURL: https://example.org/
1+
baseURL: https://aeshell.github.io/
22
languageCode: en-us
3-
title: Æsh, Another Extenable SHell
3+
title: Æsh, Another Extensible SHell
44

55
module:
66
imports:

0 commit comments

Comments
 (0)