Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minho42/history-search-textual
- Owner: minho42
- License: mit
- Created: 2024-03-27T05:32:14.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-29T12:43:54.000Z (9 months ago)
- Last Synced: 2024-03-29T13:49:32.982Z (9 months ago)
- Topics: cli, python, reverse-i-search, textual, zsh
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```