René's URL Explorer Experiment


Title: About – Æsh, Another Extensible SHell

Open Graph Title: About

X Title: About

Description: Æsh (Another Extensible SHell) is a collection of Java libraries for building command-line interfaces, interactive shells, and terminal applications. Components The project provides two complementary libraries: Æsh — A high-level command framework with annotation-based command definitions, automatic parsing, validation, type conversion, tab completion, and help generation. Æsh Readline — A low-level terminal input/output library with GNU Readline compatibility, line editing, history management, and support for local and remote terminals. Æ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.

Open Graph Description: Æsh (Another Extensible SHell) is a collection of Java libraries for building command-line interfaces, interactive shells, and terminal applications. Components The project provides two complementary libraries: Æsh — A high-level command framework with annotation-based command definitions, automatic parsing, validation, type conversion, tab completion, and help generation. Æsh Readline — A low-level terminal input/output library with GNU Readline compatibility, line editing, history management, and support for local and remote terminals. Æ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.

X Description: Æsh (Another Extensible SHell) is a collection of Java libraries for building command-line interfaces, interactive shells, and terminal applications. Components The project provides two complementary libraries: Æsh — A high-level command framework with annotation-based command definitions, automatic parsing, validation, type conversion, tab completion, and help generation. Æsh Readline — A low-level terminal input/output library with GNU Readline compatibility, line editing, history management, and support for local and remote terminals. Æ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.

Opengraph URL: http://aeshell.github.io/about/

direct link

Domain: aeshell.github.io

og:type article
None129
twitter:cardsummary

Links:

Skip to contenthttps://aeshell.github.io/about#content
https://aeshell.github.io/
Docs https://aeshell.github.io/docs
About https://aeshell.github.io/about
Contact ↗https://github.com/aeshell
GitHub https://github.com/aeshell
Twitter https://twitter.com/aeshell
Docs https://aeshell.github.io/docs/
Æsh Readline https://aeshell.github.io/docs/readline/
Installationhttps://aeshell.github.io/docs/readline/installation/
Getting Started with Æsh Readlinehttps://aeshell.github.io/docs/readline/getting-started/
Readline API Referencehttps://aeshell.github.io/docs/readline/readline-api/
Prompthttps://aeshell.github.io/docs/readline/prompt/
Edit Modeshttps://aeshell.github.io/docs/readline/edit-modes/
Key Bindingshttps://aeshell.github.io/docs/readline/key-bindings/
Completionhttps://aeshell.github.io/docs/readline/completion/
Terminal Environmenthttps://aeshell.github.io/docs/readline/terminal-environment/
Historyhttps://aeshell.github.io/docs/readline/history/
Fuzzy History Searchhttps://aeshell.github.io/docs/readline/fuzzy-history-search/
Terminalhttps://aeshell.github.io/docs/readline/terminal/
Color Detectionhttps://aeshell.github.io/docs/readline/color-detection/
Connectionhttps://aeshell.github.io/docs/readline/connection/
InputReaderhttps://aeshell.github.io/docs/readline/input-reader/
Terminal Colorshttps://aeshell.github.io/docs/readline/terminal-colors/
Remote Connectivityhttps://aeshell.github.io/docs/readline/connectivity/
Device Attributeshttps://aeshell.github.io/docs/readline/device-attributes/
VT Escape Sequence Parserhttps://aeshell.github.io/docs/readline/vt-parser/
Examples and Tutorialshttps://aeshell.github.io/docs/readline/examples/
Right Prompthttps://aeshell.github.io/docs/readline/right-prompt/
Mouse Trackinghttps://aeshell.github.io/docs/readline/mouse-tracking/
Terminal Imageshttps://aeshell.github.io/docs/readline/terminal-images/
Synchronized Outputhttps://aeshell.github.io/docs/readline/synchronized-output/
Hyperlinkshttps://aeshell.github.io/docs/readline/hyperlinks/
Clipboardhttps://aeshell.github.io/docs/readline/clipboard/
Windows Native Accesshttps://aeshell.github.io/docs/readline/windows-native-access/
POSIX Native Accesshttps://aeshell.github.io/docs/readline/posix-native-access/
Focus Trackinghttps://aeshell.github.io/docs/readline/focus-tracking/
Print Abovehttps://aeshell.github.io/docs/readline/print-above/
Status Lineshttps://aeshell.github.io/docs/readline/status-lines/
Split Screenhttps://aeshell.github.io/docs/readline/split-screen/
Terminal Provider SPIhttps://aeshell.github.io/docs/readline/terminal-provider/
GraalVM Native Imagehttps://aeshell.github.io/docs/readline/native-image/
Æsh https://aeshell.github.io/docs/aesh/
Installationhttps://aeshell.github.io/docs/aesh/installation/
Getting Started with Æshhttps://aeshell.github.io/docs/aesh/getting-started/
Command Definitionhttps://aeshell.github.io/docs/aesh/command-definition/
Optionshttps://aeshell.github.io/docs/aesh/options/
Argumentshttps://aeshell.github.io/docs/aesh/arguments/
Option Groupshttps://aeshell.github.io/docs/aesh/option-groups/
Option Listshttps://aeshell.github.io/docs/aesh/option-lists/
Mixinshttps://aeshell.github.io/docs/aesh/mixins/
Group Commandshttps://aeshell.github.io/docs/aesh/group-commands/
Sub-Command Modehttps://aeshell.github.io/docs/aesh/sub-command-mode/
Completershttps://aeshell.github.io/docs/aesh/completers/
Ghost Text Suggestionshttps://aeshell.github.io/docs/aesh/ghost-text-suggestions/
Validatorshttps://aeshell.github.io/docs/aesh/validators/
Convertershttps://aeshell.github.io/docs/aesh/converters/
Activatorshttps://aeshell.github.io/docs/aesh/activators/
Selectorshttps://aeshell.github.io/docs/aesh/selectors/
File and Resource Handlinghttps://aeshell.github.io/docs/aesh/resources/
Renderershttps://aeshell.github.io/docs/aesh/renderers/
Result Handlershttps://aeshell.github.io/docs/aesh/result-handlers/
Console and Runtime Runnershttps://aeshell.github.io/docs/aesh/runners/
CommandInvocation APIhttps://aeshell.github.io/docs/aesh/command-invocation/
Examples and Tutorialshttps://aeshell.github.io/docs/aesh/examples/
Settings Configurationhttps://aeshell.github.io/docs/aesh/settings/
Extensions Libraryhttps://aeshell.github.io/docs/aesh/extensions/
Command Registryhttps://aeshell.github.io/docs/aesh/command-registry/
Operatorshttps://aeshell.github.io/docs/aesh/operators/
Advanced Topicshttps://aeshell.github.io/docs/aesh/advanced-topics/
Documentation Generationhttps://aeshell.github.io/docs/aesh/documentation-generation/
Annotation Processorhttps://aeshell.github.io/docs/aesh/annotation-processor/
Troubleshooting & FAQhttps://aeshell.github.io/docs/aesh/troubleshooting/
Migrating from Picoclihttps://aeshell.github.io/docs/aesh/migrating-from-picocli/
Table Displayhttps://aeshell.github.io/docs/aesh/table/
Progress Barhttps://aeshell.github.io/docs/aesh/progress-bar/
Tree Displayhttps://aeshell.github.io/docs/aesh/tree/
Chartshttps://aeshell.github.io/docs/aesh/charts/
Graph Displayhttps://aeshell.github.io/docs/aesh/graph/
Terminal Graphicshttps://aeshell.github.io/docs/aesh/graphics/
TamboUI Integrationhttps://aeshell.github.io/docs/aesh/tamboui/
Abouthttps://aeshell.github.io/about/
Componentshttps://aeshell.github.io/about#components
Key Factshttps://aeshell.github.io/about#key-facts
Project Resourceshttps://aeshell.github.io/about#project-resources
Contact ↗https://github.com/aeshell
Componentshttps://aeshell.github.io/about#components
Key Factshttps://aeshell.github.io/about#key-facts
Project Resourceshttps://aeshell.github.io/about#project-resources
Edit this page on GitHub →https://github.com/aeshell/aeshell.github.com/edit/main/content/about.md
https://aeshell.github.io/about#components
Æshhttps://aeshell.github.io/docs/aesh/
Æsh Readlinehttps://aeshell.github.io/docs/readline/
https://aeshell.github.io/about#key-facts
https://aeshell.github.io/about#project-resources
GitHub Organizationhttps://github.com/aeshell
Æsh Repositoryhttps://github.com/aeshell/aesh
Readline Repositoryhttps://github.com/aeshell/aesh-readline
Examples Repositoryhttps://github.com/aeshell/aesh-examples
Issue Trackerhttps://github.com/aeshell/aesh/issues
Discussionshttps://github.com/aeshell/aesh/discussions
Powered by Hextrahttps://github.com/imfing/hextra

Viewport: width=device-width,initial-scale=1

Robots: index, follow


URLs of crawlers that visited me.