Metadata-Version: 2.1
Name: notelink
Version: 0.0.3
Summary: Management your favorite link using CLI.
Home-page: https://github.com/agung96tm/notelink
Author: Agung Yuliyanto
Author-email: agung.96tm@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/agung96tm/notelink
Project-URL: Source Code, https://github.com/agung96tm/notelink
Project-URL: Issue Tracker, https://github.com/agung96tm/notelink/issues/
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

Notelink CLI
=================================
Management your favorite link using CLI.

(_still on progress_)

## Install
```commandline
pip install notelink
```

## How To Use
### save
```commandline
notelink nsave
notelink nsave https://medium.com/python
notelink nsave https://medium.com/flask \
    https://medium.com/django
```


### list
```commandline
notelink nlist
notelink nlist --list-host
notelink nlist --hostname stackoverflow.com --reverse
```


### search
```commandline
notelink nsearch "python"
notelink nsearch "django" --limit 3
notelink nsearch "django" --limit 3 \
    --hostname medium.com
```



## Contributors

Want to become contributor guys? just PR okay :)


## Authors
<table>
  <tr>
    <td align="center">
      <a href="https://agung96tm.com/">
        <img src="https://avatars.githubusercontent.com/u/1901484?v=4" width="100px;" alt=""/><br />
        <b>Agung Yuliyanto</b><br>
      </a>
      <div>💻</div>
    </td>
  </tr>
</table>



