Git Product home page Git Product logo

hyper-search's People

Contributors

aaronmarkey avatar aldudalski avatar deiga avatar dependabot[bot] avatar jaanauati avatar ng-hai avatar samuelyeungkc avatar willrstern avatar yanir3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hyper-search's Issues

[BUG] emoji magnifier appearing with some themes

plugins Info

❯ hyper ls          
hyper-drop-file
hyper-tabs-enhanced
git-falcon9
hyperalfred
hyperlinks
hyper-night-owl
hyper-search
hyper-quit

❯ hyper version
3.0.2

currently using the theme hyper-night-owl and the hyper-search got wrong.

Recurrence magnifier emoji

when Cmd+F pressed, it looks like this:

IMAGE 2020-12-15 02:04:51

what a crap, I started to debug and found the css related to pseudo-element here after hyepr-search-wrapper

well, this section of css isn't shown in the plugin source code, so I don't know what happened actually.

image

Quick fix (trade-off)

Write a new line of css to cover it up, just a trade-off.

I fixed the margin by adding this to containerStyles.js

.${STYLE_CLASSES.wrapper}::before {
        margin: 0 0 0 7px;
      }

And it looks way better, but still not what I want.

IMAGE 2020-12-15 02:15:17

Doesn't work after HyperJS update

HyperJS version: 2.1.3

Plugins:

  • hyper-pane 2.1.3,
  • hyper-night-owl 1.1.0,
  • hyper-search 0.0.10

OS: macOS Mojave 10.14.2

Error:

Uncaught TypeError: term.getRowCount is not a function
    at HyperSearchTerm.legacySearch (.../.hyper_plugins/node_modules/hyper-search/src/containers.js:312)

It seems that term doesn't have anymore that function. If you substitute getRowCount with the attribute rows then you will have a problem with getNode function, that is not available too.

Update cmd + f to open and focus input & esc to close input #Suggestion

Hi,

Hope you're well

Thanks for software

As title

Steps to reproduce issue

n/a

Unexpected behaviour

Currently, cmd + f toggles (i.e. open/close) input

Expected behaviour

cmd + f to open and focus input
esc to close input

This is how everything else works in macOS (e.g. Finder, Vivaldi, VSCodium) - please utilise this convention

If you're reading and:

  • agree, then please vote up (e.g. +1, like), or;
  • disagree, then please vote down (e.g. -1, dislike) - I'd love to know why?

If documentation exists (to configure this) then please provide URL or else consider creating some

If you have any issues (e.g. questions/queries) then happy to help

Yours hopefully

hardware: Apple, MacBook Pro (16-inch, 2019)
software - operating system: Apple, macOS, 10.15.3 (19D76)
software - application: Hyper 3.0.2 (stable)

Hyper.js freezes after performing search

Entire application freezes after trying to perform a search.

Environment:
macOS 10.14.5

Hyper.js -->
Renderers: WebGL
Plugins:
hyperterm-atom-dark (1.1.2),
hyper-font-ligatures (0.0.7),
hyperterm-paste (1.1.2),
hypercwd (1.4.0),
hyper-pane (2.1.4),
hyper-highlight-active-pane (0.1.0),
hyper-savetext (1.1.1),
hyper-search (0.2.1)

Hyper-search not working on hterm 3.1 canary build

Hi Team,

I am running hterm on macOS Bigsure and using canary build 3.1.0. Today i installed hyper-search but when i try to search the keyword it's not working and showing result. One more thing i would like to add i am using tmux environment. Don't know if that is causing any issue. But please fix this problem

Not working in MacOS Mojave

Hi!

I added this plugin to hyper but didn't allowed me to search (nothing happening with cmd + f) and also disabled me of doing cmd + d to open new frames.

How could I add more info about the bug?

Thanks in advance

cmd + a not working

When you want to select all the texts from the search box, it selects the content from the terminal screen instead.

Linux support

This looks like a great extension but I cannot seem to get it working on Ubuntu 16.04 or Arch Linux.

nano draws white box over plugin

From: Ross Addison

Great idea, this would be really helpful. 

I use nano text editor, I could never get the hang of vim. Nano draws long white box right over your plugin however. See screen grab attached.


Thank you.

hyper-search

Allow customizing the highlight color

Feature request: Allow customizing the color of the highlight when showing "found" instances.

I use hyper-snazzy, and the highlight color works well enough when I'm actually highlighting text, but it's not distinguishing enough to draw my eyes to the found text in the middle of a bunch of output. If it's possible for this plugin to use a different highlight color (or otherwise do more to draw your eyes to the found text), that would help a lot.

Not working on version 2

screen shot 2017-10-19 at 4 32 27 pm

I have not tried it on version 1, but on version 2 nothing happens when I hit cmd + f or going to edit -> find -> toggle find bar

Allow pasting into the search field

Feature request: Allow pasting text in to the search box.

I would like to be able to paste and search text that I just copied. Not sure if it's a feature that already exists, but I'm unable to paste it using either ctrl + shift + v or ctrl + v.

os: windows
hyper version 3.0.2

Search bottom up

Currently the search is done like you would expect in a file: first found element is the first from the begging of the file, and then next etc until the bottom.

When I search on the shell I normally prefer to find the occurrences from the bottom to the top.
Is this something configurable in the plugin?

Jump word-wise with alt + left arrow/right arrow

It is currently not possible to jump to the next/previous word in the search field text by pressing alt + arrow key. Since hyper itself supports this kind of navigation, the find bar should do this, too.

Looks broken in Hyper 3.1.0-canary.4

I know a lot of things can change until it's released, but I thought I should point this out. Styling somehow doesn't seem to get applied to it at all:

image

Support return key for next result

The behavior for most search apps (Chrome, iTerm, etc) is:

While focused on the search input:

  • return highlights/goes-to the next result
  • shift+return highlights/goes-to the previous result

Allowing the user to hit return, return, return, to cycle through all available results easily.

This would be a nice feature, or at least nice to be able to configure

hightlight on wrong location

screehshot

Like the image suggests, the issue is very straightforward.
Search result highlights wrong location on some cases.

It was a clean, first hyper install, and hyper-search was the first plugin installed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.