Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jftuga/less-windows
GNU less compiled for Windows 10 & 11. Stand-alone version with no dependencies.
https://github.com/jftuga/less-windows
command-line command-line-tool windows
Last synced: 7 days ago
JSON representation
GNU less compiled for Windows 10 & 11. Stand-alone version with no dependencies.
- Host: GitHub
- URL: https://github.com/jftuga/less-windows
- Owner: jftuga
- License: mit
- Created: 2020-05-05T12:28:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T01:41:11.000Z (3 months ago)
- Last Synced: 2025-01-11T06:05:42.823Z (14 days ago)
- Topics: command-line, command-line-tool, windows
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 215
- Watchers: 7
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# less-Windows [![nightly](https://github.com/jftuga/less-Windows/actions/workflows/nightly.yml/badge.svg)](https://github.com/jftuga/less-Windows/actions/workflows/nightly.yml)
GNU [less](https://en.wikipedia.org/wiki/Less_\(Unix\)) compiled for Windows from the [less source](http://greenwoodsoftware.com/less/) via GitHub Actions. New versions are being checked daily, and builds are compiled with the latest version of Visual Studio.
## Installation
Binaries for `less.exe` (and `lesskey.exe`) are provided on the [Releases Page](https://github.com/jftuga/less-Windows/releases). Download the appropriate one for your system. If you prefer to install less via a package manager, you can choose one of the following options:
### Winget
A new version is pushed to the upstream [winget-pkgs](https://github.com/microsoft/winget-pkgs) for every release:
```powershell
winget install jftuga.less
```### Chocolatey
[less](https://community.chocolatey.org/packages/less) is available in the Community Repository:
```powershell
choco install less
```### Scoop
[less](https://scoop.sh/#/apps?q=main%2Fless&s=0&d=1&o=true) is available in the Main bucket:
```powershell
scoop install less
```