René's URL Explorer Experiment


Title: Æsh – Æsh, Another Extensible SHell

Open Graph Title: Æsh

X Title: Æsh

Description: Æsh is a Java library for building powerful command-line interfaces with minimal effort. Define commands using annotations, and Æsh handles all the parsing, validation, and execution. What is Æsh? Æsh (Another Extendable SHell) provides a high-level command framework that makes it easy to create professional CLI applications. Whether you’re building a simple utility or a full-featured shell, Æsh gives you the tools to focus on your commands’ logic while it handles the boilerplate.

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

X Description: Æsh is a Java library for building powerful command-line interfaces with minimal effort. Define commands using annotations, and Æsh handles all the parsing, validation, and execution. What is Æsh? Æsh (Another Extendable SHell) provides a high-level command framework that makes it easy to create professional CLI applications. Whether you’re building a simple utility or a full-featured shell, Æsh gives you the tools to focus on your commands’ logic while it handles the boilerplate.

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

direct link

Domain: aeshell.github.io

og:type website
None908
twitter:cardsummary

Links:

Skip to contenthttps://aeshell.github.io/docs/aesh#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/
What is Æsh?https://aeshell.github.io/docs/aesh#what-is-%c3%a6sh
Key Featureshttps://aeshell.github.io/docs/aesh#key-features
Architecturehttps://aeshell.github.io/docs/aesh#architecture
Who Should Use Æsh?https://aeshell.github.io/docs/aesh#who-should-use-%c3%a6sh
Quick Examplehttps://aeshell.github.io/docs/aesh#quick-example
Getting Startedhttps://aeshell.github.io/docs/aesh#getting-started
Æsh vs Æsh Readlinehttps://aeshell.github.io/docs/aesh#%c3%a6sh-vs-%c3%a6sh-readline
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
Æ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/
What is Æsh?https://aeshell.github.io/docs/aesh#what-is-%c3%a6sh
The Æsh Approachhttps://aeshell.github.io/docs/aesh#the-%c3%a6sh-approach
Key Featureshttps://aeshell.github.io/docs/aesh#key-features
Command Definitionhttps://aeshell.github.io/docs/aesh#command-definition
Options & Argumentshttps://aeshell.github.io/docs/aesh#options--arguments
Command Hierarchieshttps://aeshell.github.io/docs/aesh#command-hierarchies
User Experiencehttps://aeshell.github.io/docs/aesh#user-experience
Extensibilityhttps://aeshell.github.io/docs/aesh#extensibility
Performance & Native Imageshttps://aeshell.github.io/docs/aesh#performance--native-images
Execution Modeshttps://aeshell.github.io/docs/aesh#execution-modes
Architecturehttps://aeshell.github.io/docs/aesh#architecture
Who Should Use Æsh?https://aeshell.github.io/docs/aesh#who-should-use-%c3%a6sh
Quick Examplehttps://aeshell.github.io/docs/aesh#quick-example
Getting Startedhttps://aeshell.github.io/docs/aesh#getting-started
Æsh vs Æsh Readlinehttps://aeshell.github.io/docs/aesh#%c3%a6sh-vs-%c3%a6sh-readline
Edit this page on GitHub →https://github.com/aeshell/aeshell.github.com/edit/main/content/docs/aesh/_index.md
Documentationhttps://aeshell.github.io/docs/
https://aeshell.github.io/docs/aesh#what-is-%c3%a6sh
https://aeshell.github.io/docs/aesh#the-%c3%a6sh-approach
https://aeshell.github.io/docs/aesh#key-features
https://aeshell.github.io/docs/aesh#command-definition
https://aeshell.github.io/docs/aesh#options--arguments
Mixinshttps://aeshell.github.io/docs/mixins
https://aeshell.github.io/docs/aesh#command-hierarchies
https://aeshell.github.io/docs/aesh#user-experience
Ghost text suggestionshttps://aeshell.github.io/docs/ghost-text-suggestions
https://aeshell.github.io/docs/aesh#extensibility
https://aeshell.github.io/docs/aesh#performance--native-images
Compile-time annotation processorhttps://aeshell.github.io/docs/annotation-processor
https://aeshell.github.io/docs/aesh#execution-modes
https://aeshell.github.io/docs/aesh#architecture
Æsh Readlinehttps://aeshell.github.io/docs/readline/
https://aeshell.github.io/docs/aesh#who-should-use-%c3%a6sh
https://aeshell.github.io/docs/aesh#quick-example
https://aeshell.github.io/docs/aesh#getting-started
Installationhttps://aeshell.github.io/docs/installation
Getting Startedhttps://aeshell.github.io/docs/getting-started
Command Definitionhttps://aeshell.github.io/docs/command-definition
Extensions Libraryhttps://aeshell.github.io/docs/extensions
Exampleshttps://aeshell.github.io/docs/examples
Migrating from Picoclihttps://aeshell.github.io/docs/migrating-from-picocli
https://aeshell.github.io/docs/aesh#%c3%a6sh-vs-%c3%a6sh-readline
Æsh Readlinehttps://aeshell.github.io/docs/readline/
Powered by Hextrahttps://github.com/imfing/hextra

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

Robots: index, follow


URLs of crawlers that visited me.