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 note for listing focus on connected bookmarks #505

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mountainduck/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ The bookmark can show three different status lights:
- **Green light:** Currently connected to this bookmark. The bookmark is completely synced and idle.
- **Orange light:** Currently connected to this bookmark. There is at least one active process.

You can can put the currently connected bookmarks on top of the bookmark list regardless of the sorting by using a [hidden configuration option](preferences.md#hidden-configuration-options):

bookmark.menu.sort.connected=true

## Connect

Choose *<Bookmark> → Connect* to mount the server as a volume in the *Finder.app* on macOS or the *File Explorer* on Windows. You can connect to multiple servers and have several volumes mounted. All operations on the remote files and folders can then be performed like on local files.
Expand Down
Loading