mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 09:42:24 +00:00
30 lines
473 B
Plaintext
30 lines
473 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# maestral
|
|
|
|
> A lightweight Dropbox client for macOS and Linux.
|
|
> More information: <https://maestral.app/cli>.
|
|
|
|
- Start the GUI:
|
|
|
|
`maestral gui`
|
|
|
|
- Print current status of Maestral:
|
|
|
|
`maestral status`
|
|
|
|
- Pause syncing:
|
|
|
|
`maestral pause`
|
|
|
|
- Resume syncing:
|
|
|
|
`maestral resume`
|
|
|
|
- Print sync status of a specific file or folder:
|
|
|
|
`maestral filestatus {{path/to/file_or_directory}}`
|