Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minho42/history-search-textual

improved reverse-i-search for zsh
https://github.com/minho42/history-search-textual

cli python reverse-i-search textual zsh

Last synced: 16 days ago
JSON representation

improved reverse-i-search for zsh

Awesome Lists containing this project

README

        

# history-search-textual

textual app for reverse-i-search

## screenshot

![alt text](screenshot.webp)

## use

install dependencies

use globally with alias

```sh
# .zshrc
alias myhistory="cd /Users/.../history-search-textual && source venv/bin/activate && python3 main.py"
```

```shell
# run
myhistory
```