Metadata-Version: 2.1
Name: quicklink
Version: 0.0.2
Summary: A simple command line tool to save a web URL as a file on your system.
Home-page: https://github.com/CarlJKurtz/quicklink
Author: Carl J. Kurtz
License: BSD 3-Clause
Keywords: url weblink file
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# quicklink
Quicklink is a simple command line tool to save a web URL as a file on your system. This file is a _.url_ file that opens in the default browser when double-clicked.
## Installation
```bash
$ pip install quicklink
```
## Usage
```bash
$ cd [directory]
$ quicklink [filename] [url]
```
### Example
```bash
$ quicklink quicklink_github https://github.com/CarlJKurtz/quicklink
```
This will create a file called _quicklink_github.url_ in the current directory that opens this GitHub page in the default browser.


# About
### Support
Quicklink is entirely free of charge for both commercial and private use! But code doesn't write itself — so please consider sharing this project, or even support the project by sponsoring it on GitHub if you got some use out of it! 🤘🏼 

### Copyright
Copyright (c) 2023, Carl J. Kurtz. (See [LICENSE](https://github.com/CarlJKurtz/quicklink/blob/main/LICENSE.txt) for more information)
