Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kuzya

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuzya

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Kuzya

Kuzya - application to quickly open links from you terminal without mouse.


Note: currently tested only on Linux

How to install

by rubygems

To install Kuzya as gem run.

gem install kuzya

You will need Ruby 2.4.0 or higher

If you using RVM you can install kuzya to @global gemset (but keep in mind that this per ruby interpeter, not for all rubies)

rvm @global do gem install kuzya

How to use

To open the link just run

kuzya https://example.com

Kuzya will open it on your browser.

Adding Shortcuts

You can make shortcuts to open links faster! Run

kuzya add SHORTCUT_NAME https://example.com

You also can create nested shortcuts, just run

kuzya add PARENT_SHORTCUT CHILD_SHORTCUT some_text

(Note: you need to create parent shortcuts firstly to have ability to add nested ones)
(Note #2: you can't create shortcuts named add | remove | list | help )

Example:

kuzya add gh https://github.com`
kuzya add gh rb ruby
kuzya gh rb rake # Kuzya will open https://github.com/ruby/rake

Removing Shurtcuts

You can remove shortcuts by

kuzya remove SHORTCUT_NAME

But please keep in mind that if shorcut contains another shortcuts they aslo will be Add frozen_string_literal. Cleanup. Add normal path to config file

List saved shorcuts

To see the list of your shorcuts run

kuzya list

Help command

Kuzya can show you information about itself, run

kuzya help

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 11 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc