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

Unification of 'open-folder' function, should fix 'xdg-open' path error #727

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 12, 2024

  1. Initial unification of open-folder command.

    - Moved main open function to `utils.py`
    - Changed `usr/bin/xdg-open` to `xdg-open`
    BigBoyBarney committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3e31d29 View commit details
    Browse the repository at this point in the history
  2. Fixed CLI open-folder

    - Now correctly passes ID
    BigBoyBarney committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    dd4b7cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    183a803 View commit details
    Browse the repository at this point in the history
  4. Simplified errors

    BigBoyBarney committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f031c43 View commit details
    Browse the repository at this point in the history
  5. Raise errors when folders change during runtime

    - OSError is raised even if the folder was initially successfully read into the librbary, but is no longer available during runtime
    BigBoyBarney committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9a61d28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d9477a View commit details
    Browse the repository at this point in the history
  7. Added comments

    BigBoyBarney committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b0e4821 View commit details
    Browse the repository at this point in the history