Crates.io | ippsec |
lib.rs | ippsec |
version | 0.1.0 |
source | src |
created_at | 2022-01-07 19:04:12.83413 |
updated_at | 2022-01-07 19:04:12.83413 |
description | An interactive tool to navigate https://ippsec.rocks/ videos |
homepage | https://github.com/humboldtux/ippsec |
repository | https://github.com/humboldtux/ippsec |
max_upload_size | |
id | 509893 |
size | 51,649 |
An interactive cli to fuzzy find through Ippsec Videos, with the help of Skim, and open the selected videos in your browser.
Use cargo install
to install it:
$ cargo install ippsec
To use it, just launch it at the command line:
$ ippsec
A Skim menu is created, listing every Ippsec videos, loaded from Ippsec Data. You can narrow down the results by using Skim search syntax.
Once your selection is made (see Key Bindings section), type Enter, the selected videos are opened in your default browser.
Key | Action |
---|---|
Enter | Open selected videos url |
ESC/Ctrl-G | Abort |
Ctrl-P/Up | Move cursor up |
Ctrl-N/Down | Move cursor Down |
TAB | Toggle selection and move down |
Shift-TAB | Toggle selection and move up |
Alt-Z | De-select All |