',
ideas will not get saved locally.
DIR must exist beforehand. ~ and ~user constructs get expanded.
See Local Copy for more information.
Placeholders:
{repository} Replaced with the repository's name
Not available to --default-user-* flags
{owner} Replaced with the repository's owner
Not available to --default-user-* flags
{username} Replaced with the currently-logged-in GitHub user's username
{project} Replaced with the project the card will be added to.
Not available to --default-project, --default-user-project or PROJECT.
Local Copy:
If you use --local-copy=DIR, copies of all created ideas will get saved as files inside of DIR.
If USER/REPO or REPO is used, the file will be written into DIR/[USER/]REPO instead.
If the ‘user’ command is used, the file will be written into DIR/PROJECT instead.
The file's name will be a slugified (meaning lowercased, with spaces replaced by dashes, mostly)
version of either the title or, if not set, the body's first line.
The file is a markdown with a YAML header that holds metadata such as labels and assigned people.
Values that count as false (empty strings, empty lists, empty objects, the False boolean and 0)
will not be included in the header.
The following information is written to the header:
assignees: People assigned (related to -@ / --assign)
color: The card's color (related to --color)
column: The project's column (related to -C / --column)
labels: Included labels (related to -# / --label)
milestone: Assigned milestone (related to -M / --milestone)
pinned: The card's pinned state (related to --pin)
project: The github project (related to -P / --project)
url: A link to the idea
The values correspond to what was actually used to publish the idea, so defaults get applied,
and things created with --create-missing also appear here.
If 'url' is not in the header, than either the idea failed to get uploaded to the service (github, google keep)
Or that --dry-run was used.
```
[v1.0.0]: https://github.com/ewen-lbh/ideaseed/milestone/2
[v0.4.0]: https://github.com/ewen-lbh/ideaseed/tree/master/CHANGELOG.md#040---2020-06-18
[v0.9.0]: https://github.com/ewen-lbh/ideaseed/blob/master/CHANGELOG.md#090---2020-06-22
* * *
ideaseed by Ewen Le Bihan