Skip to content

Setup a Command Line Interface #1050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Stefterv
Copy link
Collaborator

@Stefterv Stefterv commented Apr 18, 2025

This pull request will add command line arguments to the main Processing binary. Removing the need to publish separate binaries for additional functionality.

This will deprecate processing-java in favour of processing cli on linux.

Currently added functionality:

  • cli Legacy hook for users of processing-java
  • lsp Start the Language Server (for VSCode and Intellij)
  • More to come, feel free to suggest more tools that could be added.

Fixes #1045 and Fixes #1047

Screenshot 2025-04-18 at 17 43 42

@Stefterv Stefterv marked this pull request as draft April 18, 2025 15:51
@Stefterv Stefterv added this to the 4.4.3 milestone Apr 18, 2025
@Stefterv Stefterv marked this pull request as ready for review April 19, 2025 07:38
@Stefterv
Copy link
Collaborator Author

Okay this is ready now.

Question, do we want to change this to provide processing on macOS instead of processing-java, in this way users on macOS can have access to Processing from the command line and not just the CLI, e.g. opening a Processing sketch by typing

$ processing /path/to/sketch/sketch.pde

@SableRaf SableRaf moved this to Testing in Processing Roadmap Apr 19, 2025
@SableRaf SableRaf moved this from Testing to In progress in Processing Roadmap Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

Snap does not have the commandline processing-java available processing-java broken in macOS
1 participant