Skip to content
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

command editor #199

Open
EdJoPaTo opened this issue Mar 18, 2024 · 0 comments
Open

command editor #199

EdJoPaTo opened this issue Mar 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@EdJoPaTo
Copy link
Owner

Is your feature request related to a problem? Please describe.

The editors are not completely perfect. There might be cases missing which might be special to certain websites.

Describe the solution you'd like

Having the option to output the current content to a command and continue to use its outputs might be a powerful way around this.

  • Select parts of a json #77 might just be command: jq .something
  • Sorting/Ordering is changed, but no change in content #189 is currently stalled because there is no great way to debug it. Having an output only command in between could be neat here: debug: <filepath> could just output the current state of whatever the input is. Sorting/Ordering is changed, but no change in content #189 also highlights that there might be some additional element required as just a file path would override itself on multiple runs of the same editor. Maybe don't take a file path and just write files with a counter in the name? It's just to help debug after all, not to be committed (maybe error on --commit when a debug editor is there?).

The docs of the command editor could include a hint to submit an issue about it. When its useful it could be added to the editor implementations natively.
Also, it can be searched for instances of this via GitHub search and implement it when I find a good case of this.

@EdJoPaTo EdJoPaTo added the enhancement New feature or request label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant