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

Add awkcli CLI for AWK processing #583

Open
5 tasks
NassimBtk opened this issue Feb 10, 2025 · 0 comments
Open
5 tasks

Add awkcli CLI for AWK processing #583

NassimBtk opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@NassimBtk
Copy link
Member

NassimBtk commented Feb 10, 2025

Feature Request

Implement a CLI tool called awkcli that allows users to run AWK scripts on input files or inline text.

Features:

  • Accepts an AWK script from a file or inline text.
  • Accepts input data from a file or inline text.
  • Executes AWK commands and outputs results.

Tasks:

  • Implement picocli class to manage arguments.
  • Support file and inline input.
  • Handle errors.
  • Manage output and display the execution time.
  • Add tests and documentation.
@NassimBtk NassimBtk added enhancement New feature or request documentation Improvements or additions to documentation labels Feb 10, 2025
@NassimBtk NassimBtk added this to the 1.0.02 milestone Feb 10, 2025
@NassimBtk NassimBtk changed the title Add awkcli CLI for AWK processing Add awkcli CLI for AWK processing Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants