-
Notifications
You must be signed in to change notification settings - Fork 277
Commands
Create a new config file for a selected project.
Set an active profile
func(profileName: string)
Upload active file to remote, overwriting the remote one.
Same as Upload Active File
, but in the opposite direction.
Sync local directory to remote, only available for a directory. Copy common files (that exist on both sides) from local dir to remote, overwriting destination. (If syncMode is set to full
, files that exist only on the local side will be created remotely, and files that exist only on the remote side will be deleted. The remote will be exactly the same as the local after sync
.)
Same as Sync To Remote
, but in the opposite direction.
func(fspaths: string[])
func(fspaths: string[])
An alternative command can be found when pressing Alt
while opening a menu.
Download file but disregard ignore rules.
Upload file but disregard ignore rules.