Show HN: Mread – Read Paid Medium Article For Free in Terminal

mukundzha61 pts0 comments

GitHub - mukundzha/mread: A CLI built to bypass medium paywall and read medium paid article for free in terminal. · GitHub

/" data-turbo-transient="true" />

Skip to content

Search/

Sign in<br>Sign upAppearance settings

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

mukundzha

mread

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Latest commit

History<br>8 Commits<br>8 Commits

Folders and files<br>NameNameLast commit message<br>Last commit date<br>src

src

.gitignore

.gitignore

.npmignore

.npmignore

LICENSE

LICENSE

README.md

README.md

package-lock.json

package-lock.json

package.json

package.json

View all files

Repository files navigation

mread

Free Medium in your terminal.

git clone https://github.com/mukundzha/mread.git<br>cd mread && npm install<br>node src/index.js https://medium.com/@user/article

Make It Global

macOS / Linux

> ~/.zshrc && source ~/.zshrc<br>mread https://medium.com/p/abc123 --save">ln -sf $(pwd)/src/index.js ~/.local/bin/mread<br>echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc<br>mread https://medium.com/p/abc123 --save

Windows (PowerShell)

> $PROFILE<br>. $PROFILE<br>mread https://medium.com/p/abc123 --save">git clone https://github.com/mukundzha/mread.git; cd mread; npm install<br># add to PowerShell profile<br>"function mread { node `"$HOME\mread\src\index.js`" @args }" >> $PROFILE<br>. $PROFILE<br>mread https://medium.com/p/abc123 --save

Windows (CMD)

git clone https://github.com/mukundzha/mread.git & cd mread & npm install<br>copy src\index.js %USERPROFILE%\mread.cmd<br>mread https://medium.com/p/abc123 --save

pager<br>mread --save save to article.md<br>mread --raw pipe-friendly<br>mread prompt for url">mread pager<br>mread --save save to article.md<br>mread --raw pipe-friendly<br>mread prompt for url

space next · p prev · s save · q quit

MIT

About<br>A CLI built to bypass medium paywall and read medium paid article for free in terminal.<br>Topics<br>clifreediummediumnodejs<br>Resources<br>Readme<br>MIT license<br>Activity<br>Stars<br>0 stars<br>Watchers<br>0 watching<br>Forks<br>0 forks<br>Report repository

Releases

Packages

Contributors

Languages

You can’t perform that action at this time.

mread medium save https article github

Related Articles