Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T17:39:08.000Z (almost 6 years ago)
- Last Synced: 2024-09-24T10:15:45.531Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- 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!
![kitten](https://media.giphy.com/media/3oKIPnAiaMCws8nOsE/giphy.gif)