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

Implement rclone helpers #1016

Merged
merged 11 commits into from
Jan 1, 2025
Merged

Implement rclone helpers #1016

merged 11 commits into from
Jan 1, 2025

Conversation

kachick
Copy link
Owner

@kachick kachick commented Jan 1, 2025

  • Implement rclone-fzf
  • Implement rclone-list-mounted
  • Update usage about rclone
  • Uninstall gnome-online-accounts

Closes GH-1015

@@ -92,6 +92,7 @@
evince # document viewer
gnome-calendar
gnome-music # does not support flac by defaults
gnome-online-accounts # See GH-1015
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still appeared in UI 🤔

@kachick
Copy link
Owner Author

kachick commented Jan 1, 2025

mount --types fuse.rclone | lines | split column ' ' | rename remote _ local _ type | select remote local | sort-by remote | join (ps --long | where name =~ rclone and command =~ the_remote | select pid ppid command | insert local { |row| $row.command | parse --regex '\A\S+rclone\S+ mount \S+?: (?P<local>\S+)' | first | get local | into string }) local


export -f rclone-mount

# Don't use --preview for this. It omits some columns, and this will not be changed with selected entry
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And cannot copy from the preview window

@kachick kachick merged commit a0a187c into main Jan 1, 2025
16 checks passed
@kachick kachick deleted the rclone-fzf branch January 1, 2025 13:51
kachick added a commit that referenced this pull request Jan 1, 2025
nushell was useful when used the ps feature in GH-1016
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

Successfully merging this pull request may close these issues.

gnome-online-accounts-gtk making authorize_uri_get_collection_cb(): Failed to get session keyring
1 participant