Share, list, remove
Needs gander signup. These commands are hidden from gander --help until a token is saved.
These commands manage files on gander.md. They need signup. Use share when you want a URL without a live watch, list to see what is up, and remove to 404 a link.
gander share plan.md
gander list
gander remove plan.md
gander share plan.md uploads once and opens the short link. Later edits to the file do not move until you share again or switch to watch.
gander share plan.md --watch is the same as hosted watch. Prefer the watch subcommand when that is what you mean.
Share flags
gander share plan.md --private
gander share plan.md --visibility=anyone
gander share plan.md --visibility=private
gander share plan.md --visibility=hidden
gander share plan.md --comments anyone
gander share plan.md --comments private
gander share plan.md --comments disabled
gander share plan.md --no-comments
gander share plan.md --watch
--private is a shortcut for --visibility=private (author and invited team). --no-comments is a shortcut for --comments disabled. Defaults on first create: visibility anyone, commenting private. You can set those first-create defaults in ~/.gander/config.json. On later uploads of the same file, omit a flag to leave that policy alone. Flags and the dashboard still win on an existing share. Details: Visibility.
List
gander list
Prints a table of your shares, including COMMENTING, VISIBILITY, unresolved thread counts, and whether the file is currently watched. Use it when you forgot a short id, or before an invite --share.
Remove
Removing 404s the public URL. The file on disk is not touched.
gander remove plan.md
gander remove xK7m2pQa
gander remove https://gander.md/s/xK7m2pQa
gander remove --all
gander remove --pick xK7m2pQa
gander remove --yes plan.md
gander remove --non-interactive plan.md
You can identify a share by local path, short id, or full URL. --all deletes every share in the account. --yes / --non-interactive skip the confirm prompt (needed in scripts). You can also delete one share from the dashboard.