Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hust-open-atom-club/lwn2md
- Owner: hust-open-atom-club
- License: mit
- Created: 2024-02-24T05:53:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T06:03:11.000Z (11 months ago)
- Last Synced: 2024-11-07T03:12:20.029Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lwn2md
CLI tool converting Lwn.net articles to markdown.
## Installation
```bash
pip install lwn2mdor
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`