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 new args for platform specific optimizations #13

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Conversation

marcusziade
Copy link
Owner

  • Added support for command line arguments to customize the output format:
    • -x: Retrieves the Songlink URL without surrounding <>
    • -d: Retrieves the Songlink URL surrounded by <> and the Spotify URL
    • -s: Retrieves only the Spotify URL
  • Improved error handling and added more informative error messages
  • Included a loading indicator to provide visual feedback during the retrieval process
  • Updated the README with new installation instructions, usage examples, and contribution guidelines
  • Added unit tests to ensure the reliability and correctness of the program

The updated README provides clear instructions for installation, usage, and contributing to the project, making it easier for users and potential contributors to get started.

@marcusziade marcusziade added the enhancement New feature or request label Apr 12, 2024
Added support for command line arguments to customize the output format:
	-x: Retrieves the Songlink URL without surrounding <>
	-d: Retrieves the Songlink URL surrounded by <> and the Spotify URL
	-s: Retrieves only the Spotify URL

- Improved error handling and added more informative error messages
- Included a loading indicator to provide visual feedback during the retrieval process
- Updated the README with new installation instructions, usage examples, and contribution guidelines
- Added unit tests to ensure the reliability and correctness of the program

The updated README provides clear instructions for installation, usage, and contributing to the project, making it easier for users and potential contributors to get started.
@marcusziade marcusziade merged commit c77fa00 into master Apr 12, 2024
1 check passed
@marcusziade marcusziade deleted the add-new-args branch April 12, 2024 02:40
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

Successfully merging this pull request may close these issues.

1 participant