turndown icon indicating copy to clipboard operation
turndown copied to clipboard

Use from command line

Open asimjalis opened this issue 10 years ago β€’ 10 comments

This might be a feature request. Is it possible to use this from the command line?

asimjalis avatar Sep 12 '15 20:09 asimjalis

Not at the moment. There is a PR for that https://github.com/domchristie/to-markdown/pull/29, but it’s a bit out of date.

domchristie avatar Sep 18 '15 17:09 domchristie

Recommend to implement the cli in a separate wrapper package, for example, to-markdown-cli. Keep the current code base small. Or it would be hard for new comers, like, me, to tinker and contribute.

academyofzhuang avatar Aug 04 '17 07:08 academyofzhuang

Thanks for you feedback. I think it'll possible to make the functionality available from the command line without it affecting the complexity of the codebase. That way there is only one repo to maintain! :)

domchristie avatar Aug 04 '17 13:08 domchristie

@domchristie did this ever get implemented?

michaelandrepearce avatar Dec 18 '17 16:12 michaelandrepearce

@michaelandrepearce Not yet. Should be soon, though :)

domchristie avatar Dec 18 '17 18:12 domchristie

Is it possible to use the command line now? I have a lot of files to be converted. Any suggestions?

sandyplus avatar Jan 14 '18 12:01 sandyplus

@sandyplus If you are able to checkout https://github.com/domchristie/turndown/pull/209 then you'll be able to use it from the command line.

domchristie avatar Jan 14 '18 20:01 domchristie

(otherwise, I'll hopefully get it merged and published soon)

domchristie avatar Jan 14 '18 20:01 domchristie

See https://github.com/domchristie/turndown/pull/284

gpotter2 avatar May 24 '19 18:05 gpotter2

Please merge this feature in.

NightMachinery avatar May 16 '20 15:05 NightMachinery