hyper-command-gifs icon indicating copy to clipboard operation
hyper-command-gifs copied to clipboard

No gifs in actual git repos

Open stefanjudis opened this issue 8 years ago • 4 comments

Hey there,

this is a hilarious idea! 👍 I just installed the plugin and it doesn't work properly.

It works fine for projects that are not git repos, but inside of git repos nothing happens. See 👇. I'm executing git pull in my user directory and in an actual git project.

cli-gif

This is my config file.

module.exports = {
  config: {
    // default font size in pixels for all tabs
    fontSize: 11,

    // font family with optional fallbacks
    fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',

    // terminal cursor background color (hex)
    cursorColor: '#F81CE5',

    // color of the text
    foregroundColor: '#fff',

    // terminal background color
    backgroundColor: '#000',

    // border color (window, tabs)
    borderColor: 'red',

    // custom css to embed in the main window
    css: `
    .term_fit:not(.term_term) {
      opacity: 0.5;
    }

    .term_fit.term_active {
      opacity: 1;
      transition: opacity 0.12s ease-in-out;
      will-change: opacity;
    }
    `,

    // custom css to embed in the terminal window
    termCSS: '',

    // custom padding (css format, i.e.: `top right bottom left`)
    padding: '12px 14px',

    // some color overrides. see http://bit.ly/29k1iU2 for
    // the full list
    colors: [
      '#000000',
      '#ff0000',
      '#33ff00',
      '#ffff00',
      '#0066ff',
      '#cc00ff',
      '#00ffff',
      '#d0d0d0',
      '#808080',
      '#ff0000',
      '#33ff00',
      '#ffff00',
      '#0066ff',
      '#cc00ff',
      '#00ffff',
      '#ffffff'
    ],
    visor: {
      hotkey: 'F13'
    },

    // hyperCommandGifs: {
    //   disabledCommands: ['test']
    // }
  },

  plugins: [
    // nice color scheme
    'hyperterm-seti',
    'hyperterm-title',
    'hyper-tabs-enhanced',
    'hyperterm-visor',
    'hyperlinks',
    'hyperterm-clicky',
    'hyper-command-gifs'
  ],

  // in development, you can create a directory under
  // `~/.hyperterm_plugins/local/` and include it here
  // to load it and avoid it being `npm install`ed
  localPlugins: [],
};

Any help is appreciated. Thanks a lot. :)

stefanjudis avatar Jan 10 '17 00:01 stefanjudis

Hey there :) Sorry for the late response. I somehow had turned my email notifications off for this project 🙈 Thanks for the issue. I will take a look at that. I didn't come across this bug yet. Are you using regular bash shell? Or something like fish shell?

mrMetalWood avatar Feb 01 '17 14:02 mrMetalWood

No worries. :)

ZSH with oh-my-zsh...

But it seemed to be better now actually. So maybe it's just network latency or anything.

stefanjudis avatar Feb 01 '17 15:02 stefanjudis

I have the same issue. The gifs are not displaying when I run commands in a git repo. The gifs show up randomly. Am I making any mistake or is there a bug?

issue-hyper

P.S. Thank you so much for this GREAT plugin!

neuraloverflow avatar Jun 05 '17 10:06 neuraloverflow

+1

This is incredible, I'm also getting intermittent gifs though. If I run a command 10 times, a gif shows up maybe twice

AndrewSB avatar Jul 20 '17 17:07 AndrewSB