Quick Start
Create Your First Session
The fastest way to get started with laio is to create a configuration and start it:
# Create a new configuration
laio config create myproject
# Start the session
laio start myproject
This creates a default configuration with:
- An editor window with your
$EDITOR - A terminal window with two vertically split panes
View Available Sessions
List all sessions and configurations:
laio list
Active sessions are marked with *.
Stop a Session
Stop the session when you're done:
laio stop myproject
What's Next?
- Learn more about creating configurations
- Explore configuration options
- Understand workflow patterns