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

feat: CSpell REPL #3109

Merged
merged 27 commits into from Apr 13, 2024
Merged

feat: CSpell REPL #3109

merged 27 commits into from Apr 13, 2024

Commits on Apr 11, 2024

  1. feat: CSpell Repl

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    6cbd809 View commit details
    Browse the repository at this point in the history
  2. fix known commands test

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    d5bdaae View commit details
    Browse the repository at this point in the history
  3. Add parser for command line

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    8fc0f78 View commit details
    Browse the repository at this point in the history
  4. Add command line parser

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    f4fa3c7 View commit details
    Browse the repository at this point in the history
  5. Have the REPL CLI working

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    217957b View commit details
    Browse the repository at this point in the history
  6. fix the ls command

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    a827b27 View commit details
    Browse the repository at this point in the history
  7. refactor

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    412157d View commit details
    Browse the repository at this point in the history
  8. A bit more refactoring

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    7dec1aa View commit details
    Browse the repository at this point in the history
  9. Add some more commands.

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    eb3e984 View commit details
    Browse the repository at this point in the history
  10. fix lint issues

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    1944e16 View commit details
    Browse the repository at this point in the history
  11. Work on argument parser

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    c3dac25 View commit details
    Browse the repository at this point in the history
  12. Update cspell.config.yaml

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    0c8fdec View commit details
    Browse the repository at this point in the history
  13. Experiment with optionator

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    8c8657e View commit details
    Browse the repository at this point in the history
  14. Update cspell-words.txt

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    833dfcd View commit details
    Browse the repository at this point in the history
  15. fix lint

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    2bd221c View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    4bd5d87 View commit details
    Browse the repository at this point in the history
  17. support --no-* on options

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    3a6f4ca View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    d6c21d2 View commit details
    Browse the repository at this point in the history
  19. clean up argument definition

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    eda8b5e View commit details
    Browse the repository at this point in the history
  20. resolve ~/ in path names

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    3faed84 View commit details
    Browse the repository at this point in the history
  21. Add trace command

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    9073dcf View commit details
    Browse the repository at this point in the history
  22. steps to improve trace

    Jason3S committed Apr 11, 2024
    Copy the full SHA
    3e0fa92 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Copy the full SHA
    f89117d View commit details
    Browse the repository at this point in the history
  2. Add more trace options

    Jason3S committed Apr 12, 2024
    Copy the full SHA
    3ac4ca0 View commit details
    Browse the repository at this point in the history
  3. first pass at suggestions

    Jason3S committed Apr 12, 2024
    Copy the full SHA
    ebc1901 View commit details
    Browse the repository at this point in the history
  4. Update args.test.mts

    Jason3S committed Apr 12, 2024
    Copy the full SHA
    c3d0094 View commit details
    Browse the repository at this point in the history
  5. Implement check document

    Jason3S committed Apr 12, 2024
    Copy the full SHA
    23cc6b7 View commit details
    Browse the repository at this point in the history