Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mewil/links
A CLI tool for creating and organizing websites as GitHub issues.
https://github.com/mewil/links
Last synced: 4 days ago
JSON representation
A CLI tool for creating and organizing websites as GitHub issues.
- Host: GitHub
- URL: https://github.com/mewil/links
- Owner: mewil
- License: apache-2.0
- Created: 2020-07-20T15:41:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T15:09:28.000Z (over 4 years ago)
- Last Synced: 2023-12-22T03:19:53.299Z (11 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Links
A CLI tool for creating and organizing websites as GitHub issues. Links will scrape the title and description from the provided URL, and create a new GitHub issue with the information in the repo specified by the environment variable `LINKS_REPO`. You can specify labels to add to the issue with the `--label` or `-l`.
## Usage
1. Install the [GitHub CLI](https://github.com/cli/cli) dependency (MacOS: `brew install github/gh/gh`).
2. Make sure to create any GitHub issue labels you want to use (`gh` will not create labels that don't exist)
3. Install links: `go install github.com/mewil/links`
4. Add a new link: `LINKS_REPO=mewil/links links https://mewil.io --label my-label`
5. [Voila!](https://github.com/mewil/links/issues/4)