Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaeth/less-select
This is a patch to provide selection support for the "less" program
https://github.com/vaeth/less-select
editor less patch
Last synced: about 2 months ago
JSON representation
This is a patch to provide selection support for the "less" program
- Host: GitHub
- URL: https://github.com/vaeth/less-select
- Owner: vaeth
- Created: 2012-03-02T10:11:40.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T20:36:01.000Z (7 months ago)
- Last Synced: 2024-07-06T01:44:15.755Z (7 months ago)
- Topics: editor, less, patch
- Language: Perl
- Homepage: http://www.mathematik.uni-wuerzburg.de/~vaeth/download/index.html#less-select
- Size: 102 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# less-select
This is a patch and a demo perl wrapper script to provide selection support
for the "less" utility.(C) Martin Väth (martin at mvath.de)
The license of this package is the GNU Public License GPL-2 or BSD
(it should be used with the less program without changing the license).It allows to select files (or other content) interactively from a list,
using the less program. A perl script making use of this feature and
executing certain commands on the selected files is also provided.To see what the perl script does, run it with the --man option
(this option should also work if you have not yet installed the patched
version of less program).Compatibility problems with this patch should hardly occur:
If the new option (-Y) of the less program is not used,
less will behave exactly as without the patch.For Gentoo, there is an ebuild in the mv overlay for less (available by layman)
which optionally applies the patch and installs the demo script.