Skip to content

Verifies each network drive specified in the config file (located at "~/.config/raycast/auto_smb_mounts.txt"), and if not mounted, mounts it using finder.

License

Notifications You must be signed in to change notification settings

mikeoertli/raycast-network-drive-auto-mounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raycast Network Drive Auto-Mount Utility

Light/Dark Mode Icon

This script command verifies network drives are mounted, and if not found, mounts them via finder (allowing for credential storage in keychain).

Configuration

There is required configuration, specifically a config file like the example (shown below) located at the default path of $HOME/.config/raycast/auto_smb_mounts.txt.

smb://mynas/share1
smb://my-other-nas/storage_share
smb://mynas/share2

(Note the newline after the last entry.)

Add Custom Script Directory

Once cloned, make sure to add a custom script directory in Raycast. To do this, the information from the Raycast Script Commands repo applies here too.

More Info

Read more about Raycast Script Commands here.

About

Verifies each network drive specified in the config file (located at "~/.config/raycast/auto_smb_mounts.txt"), and if not mounted, mounts it using finder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages