hst icon indicating copy to clipboard operation
hst copied to clipboard

history search & picker in ncurses - also can pick other things

Results 7 hst issues
Sort by recently updated
recently updated
newest added

``` λ kunthar : sudo -H pip install hst Collecting hst Using cached hst-0.1.11.tar.gz Requirement already satisfied: pyperclip in /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (from hst) Installing collected packages: hst Running setup.py install for...

λ kunthar : sudo -H pip-3.5 install hst Collecting hst Using cached hst-0.1.11.tar.gz Collecting pyperclip (from hst) Using cached pyperclip-1.5.27.zip Installing collected packages: pyperclip, hst Running setup.py install for pyperclip...

I'm using .zsh with oh-my.zsh and when I type `hst` to my command line I see my bash history as opposed to my zsh history. When I feed the history...

Previous algorithm was only searching for full word. With fuzzy search algorithm we are also able to find words with absent characters in it. `Complex is better than complicated.` when...

now its time for this i think

enhancement

now hst has more than a few commandline options with different purposes and needs some examples.

enhancement

I think that hst should support something similar to Google's I'm feeling lucky feature. Example I will type ``` $ hst staging hipolabs ``` and then press enter. It will...