https://github.com/jwilk/unfaithful-less
less (without -U) is not a faithful pager
https://github.com/jwilk/unfaithful-less
security
Last synced: 5 months ago
JSON representation
less (without -U) is not a faithful pager
- Host: GitHub
- URL: https://github.com/jwilk/unfaithful-less
- Owner: jwilk
- License: mit
- Created: 2021-03-29T17:15:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T18:00:44.000Z (over 1 year ago)
- Last Synced: 2025-04-06T01:12:00.097Z (over 1 year ago)
- Topics: security
- Language: Perl
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
.. code:: console
$ less -FX hello.c
// Copyright 2015-2022 Jakub Wilk
// SPDX-License-Identifier: MIT
#include // for printf
int main(int argc, char **argv)
{
printf("Hello world!\n");
return 0;
}
$ gcc -Wall hello.c -o hello && ./hello
________
< ^H^H^H >
--------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
.. vim:ts=3 sts=3 sw=3 et ft=rst