Skip to content

HyperTerm extension for making text in your terminal clickable

Notifications You must be signed in to change notification settings

capaj/hyperterm-clicky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperterm-clicky

Extension for HyperTerm that automatically links:

  • URLs
  • local files in stack traces(opened in an editor of your choice)

Demo

How to use

Install HyperTerm and add hyperterm-clicky to plugins in ~/.hyperterm.js.

  • click a link to open it in your default browser.
  • hold Command or Alt(On PC keyboard) key and click a link to open it in hyperterm window.
  • focus on the HyperTerm window and Ctrl + C to abort opening url.
  • by default, we run atom editor when you click on a filename with :line:collumn, to set your prefered(sublime for example) editor, add this to your ~/.hyperterm.js:
clicky:{
  editor: 'subl'
},

for VSCode use code -g.

Customizing styles

Add cutome styles to termCSS in your ~/.hyperterm.js.

termCSS: `
  x-screen a {
    color: blue;
  }

  x-screen a.hover {
    text-decoration: none;
  }
`

License

MIT

About

HyperTerm extension for making text in your terminal clickable

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%