You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2024. It is now read-only.
First, I'm sorry for submitting a PR (#11) without reading the README more closely. Just wanted to contribute what I hope will be some useful knowledge to the project.
IMHO, less is a largely underutilized tool that can greatly improve upon, if not replace, the functionality of several other commands--namely cat & tail--as you'll see in my PR. Also less is a tool of convenience because how many times have you opened a file with it, then exited less to open it in your editor? Yet you can jump straight into your editor from within less! Lastly, you can view multiple files with less in a manner--and keystrokes--akin to changing buffers in vim.