eless
eless copied to clipboard
A Better 'less' - A bash script that loads emacs with minimal view-mode config - Created with Org mode
It would be nice to configure the way that eless invokes emacs -- for instance, I want to use it in `vterm` and open in the current emacs frame.
This would allow the use of back-quotes and single quotes (and everything in general) without needing to use escapes for constructing the whole emacs config blob. Reference: http://crowding.github.io/blog/2014/08/16/replace-less-with-emacs/
When running e.g. ``` $ eless *.patch ``` I would like to be able to inspect the first file as usual, then press some key to proceed to the next...
hi. eless is very nice. so, i've been using it a lot. recently, i was updating a man page for some software of mine which is already installed on my...
The reason being that rather than displaying the content passed to it as stdin, eless parses it, finds the man page name, and then invokes the emacs man command with...
 As seen in this image, using eless gives me some sort of bad text formatting. Is there something am I doing wrong here?