mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* Reorganize docs folder; isolate dev docs and user docs; integrate foam-template docs * Rename how-to to getting-started * Fixup all references * Fix contribution-guide.md * Fix asset references * Fix user/index.md * Spelling is good. Thanks @DrakeWhu * Add note about how to wite docs for foam
14 lines
491 B
Markdown
14 lines
491 B
Markdown
# Command Line Interface
|
|
|
|
Create a CLI tool to allow running common Foam commands. These may include:
|
|
|
|
- `foam init` - create a new foam workspace
|
|
- `foam janitor` - run [[workspace-janitor]] in current workspace
|
|
- `foam migrate <tool>` - migrate from tools like roam exports, obsidian and more
|
|
|
|
More commands to be added.
|
|
|
|
[//begin]: # "Autogenerated link references for markdown compatibility"
|
|
[workspace-janitor]: workspace-janitor.md "Janitor"
|
|
[//end]: # "Autogenerated link references"
|