0.1.6 • Published 7 years ago

hyper-favorites v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

hyper-favorites

A Hyper plugin that adds a favorites bar to the bottom of your Hyper terminal. Very rough right now; I would not recommend using this unless you are wanting to help test/contribute or you hate yourself

Usage

  • Open your hyper config
  • Add a favorites key
  • Add an array of favorites like this:
    favorites: [
        {
            name: "Home",
            cmd: "cd ~"
        }
    ]
  • You can also add multiple commands on a single favorite
    {
        name: "Dev hyper-favorites",
        cmd: ["cd ~/dev/hyper-favorites", "npm run watch"]
    }

Upcoming Features

  • Load favorites on a per folder basis
  • Adjust styles to better match Hyper
  • Add user styling ability
  • Add some sort of collapsable menu
  • Add keybindings for commands
  • Add extensibility functionality for others to tap into
0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago