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

sync tigris and euphrates version options #5

Open
mcandre opened this issue Oct 13, 2024 · 1 comment
Open

sync tigris and euphrates version options #5

mcandre opened this issue Oct 13, 2024 · 1 comment

Comments

@mcandre
Copy link
Owner

mcandre commented Oct 13, 2024

  • Declare the version number string export TIGRIS_VERSION=0.0.1 in lib/version.sh, as a primary source of truth for this information.
  • Have tigris and euphrates load this shell configuration on launch. The location of lib should be inferred in terms of <script's own directory>/../lib
  • Add CLI -v flags to tigris and euphrates to emit the version and terminate clean.

We may need to move the AppleScript code out of the tigris executable into its own lib/tigris.applescript file, as a way to simplify the logic.

@mcandre mcandre changed the title v0.0.1 prep v0.0.1 Oct 13, 2024
@mcandre
Copy link
Owner Author

mcandre commented Oct 13, 2024

Added to euphrates.

This provides a basic version identification system.

Later we can refactor tigris, to reduce risk of the tigris executable contents in rare cases getting out of sync with euphrates.

@mcandre mcandre changed the title prep v0.0.1 sync tigris and euphrates version options Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant