Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CEDARScript/cedarscript-editor-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.5
Choose a base ref
...
head repository: CEDARScript/cedarscript-editor-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 19, 2024

  1. Fix license badge

    elifarley committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    704374c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Add CLI interface for CEDARScript Editor

    - Create src/cedarscript_editor/cli.py with Click framework
    - Support three input methods: direct command, file, and STDIN
    - Add --root, --quiet, and --check options
    - Update pyproject.toml with Click dependency and console script entry point
    - Add comprehensive CLI documentation to README.md
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    elifarley and claude committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    3d0d797 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Configuration menu
    Copy the full SHA
    624235d View commit details
    Browse the repository at this point in the history
Loading