iselect
ncurses-based interactive line selection tool
Install
- All systems
-
curl cmd.cat/iselect.sh
- Debian
-
apt-get install iselect
- Ubuntu
-
apt-get install iselect
- Kali Linux
-
apt-get install iselect
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install iselect
- Raspbian
-
apt-get install iselect
- Dockerfile
- dockerfile.run/iselect
iselect
ncurses-based interactive line selection tool
iSelect is an interactive line selection tool, operating via a full-screen Curses-based terminal session. It can be used either as an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend as its control script or in batch mode as a pipeline filter (usually between grep and the final executing command). This package also includes screen-ir, a script to interactively reattach to one of several screen sessions.