Skip to content

rightjelkin/hyper-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyper Tips

Your transparent cheat-sheet with favourite commands or notes

Screenshot

Configuring plugins

Modify your ~/.hyper.js file to configure the plugin:

  • opacity - change opacity of tips (default 0.3)
  • path - path to the file with content you need for tips (default ~/.hyper-tips)
  • toggleKey - key (combination) to show/hide tips (default cmd+alt+t)
config: {                                                                      
  tips: {                                                                 
    opacity: "0.3",
    path: "/home/devel/.hyper-tips",
    toggleKey: "cmd+alt+t"                                                                        
  },
}

About

hyper terminal extension for author needs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published