https://github.com/wangonya/open-dev.to
Open a new dev.to tab from your terminal
https://github.com/wangonya/open-dev.to
Last synced: 2 months ago
JSON representation
Open a new dev.to tab from your terminal
- Host: GitHub
- URL: https://github.com/wangonya/open-dev.to
- Owner: wangonya
- License: mit
- Created: 2019-04-09T14:59:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T17:39:08.000Z (over 6 years ago)
- Last Synced: 2025-05-11T09:07:43.265Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# open-dev.to
Open a new dev.to browser tab from your terminal## Installation
Install open-dev.to from [PyPi](https://pypi.org/project/open-dev.to/)
```
pip install open-dev.to
```## How to use
```
$ dev.to --help
Usage: dev.to [OPTIONS]Open a new dev.to browser tab on the browser
Options:
-t, --tag TEXT add a tag
--help Show this message and exit.```
### Open home page
```
$ dev.to
```### Open a tag page
e.g javascript, career, productivity
```
$ dev.to -t javascript
```Enjoy!
