Settings

Theme

Ask HN: Should I make this tool to open long URLs from terminal with short name?

1 points by navalsaini 5 years ago · 2 comments · 1 min read


You can read a description here

https://github.com/flipflopapp/rewq-cli/blob/master/README.md

TLDR:-

$ rewq standup

... would open a meetup-standup link... or just

$ rewq

... if its around 11-am, would open the standup link.

$ rewq notebook

... would open your jupyter notebook on GCP or show a list of URLs for all your notebooks.

Add a comment or upvote if you need something like this.

jmercouris 5 years ago

I think a github gist should suffice demonstrating how to do it in shell. It should be enough to make a small:

#!/bin/bash browser.xyz url.com

and then symlink it into your path or otherwise.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection