https://github.com/michaeldim02/more
More is a better less
https://github.com/michaeldim02/more
Last synced: about 1 year ago
JSON representation
More is a better less
- Host: GitHub
- URL: https://github.com/michaeldim02/more
- Owner: MichaelDim02
- Created: 2021-06-23T14:15:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T14:26:52.000Z (almost 5 years ago)
- Last Synced: 2025-02-12T06:57:25.778Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# more
Tired of less' bad warpping that splits words in half at the end of lines? More, named after the classical Unix utility & written in just two lines of shell, is a less with proper formatting, using less & fmt.
# Installation
You can either alias it in your shell rc file or move it a bin directory and rename it to "more". The latter will, however, replace the original "more" that is installed on your computer.