René's URL Explorer Experiment


Title: Æsh, Another Extensible SHell

Open Graph Title: Æsh - Java Libraries for Command-Line Interfaces

X Title: Æsh - Java Libraries for Command-Line Interfaces

Description: Æsh - Java libraries for building powerful command-line interfaces

Open Graph Description: Æsh - Java libraries for building powerful command-line interfaces

X Description: Æsh (Another Extendable SHell) is a collection of Java libraries for building command-line interfaces, interactive shells, and terminal applications. Overview The Æsh project provides two complementary libraries: Æsh - High-level command framework with annotation-based definitions Æsh Readline - Low-level terminal input/output and line editing Both libraries are production-ready, cross-platform (POSIX and Windows), and actively maintained. Æsh - Command Framework Æsh provides a high-level API for building CLI applications with commands, options, and arguments. It handles parsing, validation, type conversion, and help generation automatically.

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

Generator: Hugo 0.152.2

direct link

Domain: aeshell.github.io

og:type website
None970
twitter:cardsummary

Links:

Skip to contenthttps://aeshell.github.io#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/
Contact ↗https://github.com/aeshell
Overviewhttps://aeshell.github.io#overview
Æsh - Command Frameworkhttps://aeshell.github.io#%c3%a6sh---command-framework
Examplehttps://aeshell.github.io#example
Key Capabilitieshttps://aeshell.github.io#key-capabilities
Use Caseshttps://aeshell.github.io#use-cases
Æsh Readline - Terminal APIhttps://aeshell.github.io#%c3%a6sh-readline---terminal-api
Examplehttps://aeshell.github.io#example-1
Key Capabilitieshttps://aeshell.github.io#key-capabilities-1
Use Caseshttps://aeshell.github.io#use-cases-1
Architecturehttps://aeshell.github.io#architecture
Installationhttps://aeshell.github.io#installation
Mavenhttps://aeshell.github.io#maven
Gradlehttps://aeshell.github.io#gradle
Documentationhttps://aeshell.github.io#documentation
Requirementshttps://aeshell.github.io#requirements
Project Resourceshttps://aeshell.github.io#project-resources
Licensehttps://aeshell.github.io#license
Related Projectshttps://aeshell.github.io#related-projects
Edit this page on GitHub →https://github.com/aeshell/aeshell.github.com/edit/main/content/_index.md
https://aeshell.github.io#overview
Æshhttps://aeshell.github.io/docs/aesh/
Æsh Readlinehttps://aeshell.github.io/docs/readline/
https://aeshell.github.io#%c3%a6sh---command-framework
https://aeshell.github.io#example
https://aeshell.github.io#key-capabilities
compile-time annotation processorhttps://aeshell.github.io/docs/aesh/annotation-processor/
visibility levelshttps://aeshell.github.io/docs/aesh/options/#visibility-levels
Ghost text suggestionshttps://aeshell.github.io/docs/aesh/ghost-text-suggestions/
Annotation processorhttps://aeshell.github.io/docs/aesh/annotation-processor/
Migration Guidehttps://aeshell.github.io/docs/aesh/migrating-from-picocli/
https://aeshell.github.io#use-cases
https://aeshell.github.io#%c3%a6sh-readline---terminal-api
https://aeshell.github.io#example-1
https://aeshell.github.io#key-capabilities-1
https://aeshell.github.io#use-cases-1
https://aeshell.github.io#architecture
https://aeshell.github.io#installation
https://aeshell.github.io#maven
https://aeshell.github.io#gradle
https://aeshell.github.io#documentation
Getting Started Guidehttps://aeshell.github.io/docs/
Æsh Documentationhttps://aeshell.github.io/docs/aesh/
Readline Documentationhttps://aeshell.github.io/docs/readline/
Extensions Libraryhttps://aeshell.github.io/docs/aesh/extensions/
Examples Repositoryhttps://github.com/aeshell/aesh-examples
https://aeshell.github.io#requirements
https://aeshell.github.io#project-resources
github.com/aeshell/aeshhttps://github.com/aeshell/aesh
github.com/aeshell/aesh-exampleshttps://github.com/aeshell/aesh-examples
github.com/aeshell/aesh-extensionshttps://github.com/aeshell/aesh-extensions
github.com/aeshell/aesh/issueshttps://github.com/aeshell/aesh/issues
github.com/aeshell/aesh/discussionshttps://github.com/aeshell/aesh/discussions
https://aeshell.github.io#license
https://aeshell.github.io#related-projects
GitHub repositoryhttps://github.com/aeshell/aesh
Powered by Hextrahttps://github.com/imfing/hextra

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

Robots: index, follow


URLs of crawlers that visited me.