Coder Social home page Coder Social logo

saquer0716 / intellijcliactions Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vacxe/intellijcliactions

0.0 0.0 0.0 121 KB

Plugin for CLI command for Intellij products

Home Page: https://plugins.jetbrains.com/plugin/22134-cli-actions

License: Apache License 2.0

Kotlin 100.00%

intellijcliactions's Introduction

CLI Actions (IntelliJ Plugin)

Description

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.

Table of Contents

Installation

You can install the CLI Actions plugin in Android Studio using the Plugin Marketplace:

  1. Open Android Studio.
  2. Navigate to Preferences/Settings > Plugins.
  3. Search for "CLI Actions" in the marketplace.
  4. Click Install and restart Android Studio to activate the plugin.

For manual installation, download the latest release from the JetBrains Plugin Marketplace. You can also visit the GitHub repository for more information.

Usage

CLI Actions allows you to streamline your workflow by defining and executing terminal commands from within Android Studio. Here are a few usage examples:

  1. Grouping of Commands: Organize your commands into groups for easier access and management.
  2. Custom Configuration Files: Create configuration files with the .cliactions.yaml suffix in your project root or user home directory.
  3. Dynamic Shortcut Generation: Generate shortcuts dynamically based on your project structure.
  4. Cross-Project Commands: Define commands at the root user level to make them available across all your projects.

Plugin Usage

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:

groups:
  - name: Group Name
    commands:
      - name: Command Name
        command: your-terminal-command
        prompt: true/false

Troubleshooting

  • Incorrect formatting may render the plugin useless, so ensure your configuration files are correctly formatted.
  • Restart your IDE after making any configuration changes.

Contributing

Contributions to the CLI Actions plugin are welcome. To contribute:

  1. Fork the GitHub repository.
  2. Make your changes.
  3. Open a pull request (PR) to the repository.

License

CLI Actions is distributed under the Apache License, Version 2.0. Third-party libraries and components used in the plugin may have their own licenses.

intellijcliactions's People

Contributors

vacxe avatar carlochum avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.