You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI Actions is an Android Studio plugin that allows you to create shortcuts to terminal commands with grouping for easy access. This plugin simplifies your workflow by enabling you to define and execute frequently used commands right from within Android Studio.
CLI Actions allows you to streamline your workflow by defining and executing terminal commands from within Android Studio. Here are a few usage examples:
Grouping of Commands: Organize your commands into groups for easier access and management.
Custom Configuration Files: Create configuration files with the .cliactions.yaml suffix in your project root or user home directory.
Dynamic Shortcut Generation: Generate shortcuts dynamically based on your project structure.
Cross-Project Commands: Define commands at the root user level to make them available across all your projects.
Features
Grouping of Commands: Organize your commands into groups for efficient management.
Custom Configuration Files: Create .cliactions.yaml files in your project or user directory to define shortcuts.
Cross-Project Commands: Define root-level commands accessible across all projects.
Dynamic Shortcuts: Generate shortcuts based on your project structure.
Configuration
Configure CLI Actions using YAML-based configuration files with the following structure: