OSSP iselect is an interactive line selection tool for textual files, operating via a full-screen Curses-based terminal session.
OSSP iselect is an interactive line selection tool for textual files, operating via a full-screen Curses-based terminal session. It can be used either as an user interface frontend controlled by a scripting backend as its wrapper or in batch mode as a pipeline filter (usually between grep and the final executing command).
OSSP iselect is an interactive line selection tool for textual files, operating via a full-screen Curses-based terminal session. It can be used either as an user interface frontend controlled by a scripting backend as its wrapper or in batch mode as a pipeline filter (usually between grep and the final executing command).
To install iselect, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install iselect
To see what files were installed by iselect, run:
port contents iselect
To later upgrade iselect, run:
sudo port selfupdate && sudo port upgrade iselect
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.