Quick Start
Get started with IATerm in minutes
Last updated: 2024-01-02
This guide will help you quickly get started with IATerm and experience the power of an AI-driven terminal.
Launch IATerm
After installation, you can launch IATerm with:
iaterm
Or find the IATerm icon in your applications and double-click to launch.
Basic Operations
Execute Commands
IATerm is fully compatible with standard terminals. You can execute commands just like any other terminal:
# List files
ls -la
# Print current directory
pwd
# Create a new directory
mkdir my-project
Using the AI Assistant
Press Cmd/Ctrl + K to invoke the AI assistant and type your question:
How do I find all .js files in the current directory?
The AI assistant will suggest the appropriate command:
find . -name "*.js"
Keyboard Shortcuts
Cmd/Ctrl + K- Invoke AI assistantCmd/Ctrl + L- Clear screenCmd/Ctrl + T- New tab
Configure Your Account
To use the full AI features, you need to configure your account:
- Click the settings icon in the top right corner
- Select the "Account" tab
- Log in with your API Key
Customize Settings
IATerm offers rich customization options:
- Theme - Choose between light and dark themes
- Font - Customize terminal font and size
- Shortcuts - Customize keyboard shortcuts for common operations
Next Steps
Congratulations! You've completed the IATerm quick start. Explore more features: