Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishidayuya/lslinks
A command line tool to list links.
https://github.com/nishidayuya/lslinks
cli links web
Last synced: about 2 months ago
JSON representation
A command line tool to list links.
- Host: GitHub
- URL: https://github.com/nishidayuya/lslinks
- Owner: nishidayuya
- License: mit
- Created: 2023-11-12T13:43:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-10T08:44:00.000Z (4 months ago)
- Last Synced: 2024-11-11T14:21:52.313Z (2 months ago)
- Topics: cli, links, web
- Language: Ruby
- Homepage: https://rubygems.org/gems/lslinks
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# lslinks
[![License X11](https://img.shields.io/badge/license-X11-blue.svg)](https://raw.githubusercontent.com/nishidayuya/lslinks/master/LICENSE.txt)
[![Gem Version](https://badge.fury.io/rb/lslinks.svg)](https://rubygems.org/gems/lslinks)
[![Build Status](https://github.com/nishidayuya/lslinks/workflows/test/badge.svg)](https://github.com/nishidayuya/lslinks/actions?query=workflow%3Atest)A command line tool to list links. ls-like.
## Installation
```console
$ gem install lslinks
```## Usage
### list links
```console
$ lslinks https://www.ruby-lang.org/
/en/
```### list links with text
```console
$ lslinks -l https://www.ruby-lang.org/
/en/ Click here
```### list links as Full URL
```console
$ lslinks -k https://www.ruby-lang.org/
https://www.ruby-lang.org/en/
```### more options
```console
$ lslinks --help
```## Development
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/nishidayuya/lslinks .