https://github.com/plume-org/amsterdam
CLI tool to import your articles to Plume (experimental)
https://github.com/plume-org/amsterdam
canapi clap cli markdown plume rust
Last synced: 11 months ago
JSON representation
CLI tool to import your articles to Plume (experimental)
- Host: GitHub
- URL: https://github.com/plume-org/amsterdam
- Owner: Plume-org
- Created: 2018-11-06T15:58:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T12:57:43.000Z (over 6 years ago)
- Last Synced: 2025-01-04T19:41:53.773Z (about 1 year ago)
- Topics: canapi, clap, cli, markdown, plume, rust
- Language: Rust
- Size: 19.5 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amsterdam
Import tool for Plume.
## Installing
Clone this repository and run:
```
cargo install --path .
```
## Importing Markdown files
```
amsterdam md article1.md article2.md articles/*.md
```
Amsterdam will ask you for your instance URL, username and password on first run.
The following frontmatter fields are supported:
- `title` : the title of your article
- `subtitle`: its subtitle
- `tags`: a comma-separated list of tags
- `date`: the creation date of this article, in the `YEAR-MONTH-DAY` format