Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect and open URL's #10

Open
AllanLRH opened this issue Nov 18, 2014 · 2 comments
Open

Detect and open URL's #10

AllanLRH opened this issue Nov 18, 2014 · 2 comments

Comments

@AllanLRH
Copy link

It would be nice if t could detect and open urls in a task – maybe also adding a pop-function, to open the URL and get rid of the task in one instance :)
Which browser to use? This could be passed to t as part of the alias.

@henry4k
Copy link

henry4k commented Nov 19, 2014

Which browser to use?

xdg-open can be used on Linux, to open the URL in the users default browser.
On Mac OSX there is similar tool, which is just called open.

@br0ziliy
Copy link

br0ziliy commented Mar 6, 2015

Just my 2 cents - beauty of t is in its' simplicity.
For example, I thought it'd be good to put some version control to my tasks (since I might be interested in when I finished a particular task). I started to modify t to achieve this, but then I realized that this is not really needed - so I bailed and created a Bash script which wraps around t and takes care about lil' Git repo that stores all tasks history.
You can do the some for most of the RFE-like issues that are opened here (script also takes care of multiple tasks deletion).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants