Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hust-open-atom-club/lwn2md

CLI tool converting Lwn.net articles to markdown.
https://github.com/hust-open-atom-club/lwn2md

Last synced: 28 days ago
JSON representation

CLI tool converting Lwn.net articles to markdown.

Awesome Lists containing this project

README

        

# lwn2md

CLI tool converting Lwn.net articles to markdown.

## Installation

```bash
pip install lwn2md

or

pipx install lwn2md
```

## Usage

```bash
lwn2md https://lwn.net/Articles/953738/

or

lwn2md https://lwn.net/Articles/953738/ MyArticle.md
```

Output name is optional, default is `{title}.md`