1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 20:17:13 +03:00
Commit Graph

63 Commits

Author SHA1 Message Date
Johan Walles
367c44d734 Make clicking CI badges take you to a good place 2023-03-03 08:13:04 +01:00
Johan Walles
50e3ca43ae Add CI badges 2023-02-22 21:07:49 +01:00
Johan Walles
1366ae1429 Add Arch Linux install instructions
Fixes #123

I went with Yay:
https://trends.google.com/trends/explore?date=all&q=arch%20paru,arch%20yay
2023-02-22 19:56:22 +01:00
Sam James
10f5a661c2
README.md: add Gentoo
Signed-off-by: Sam James <sam@gentoo.org>
2023-01-04 05:27:53 +00:00
Johan Walles
369d013eb6 Document new LESS_TERMCAP support 2022-12-31 17:00:49 +01:00
Johan Walles
6a03688e09
Qualitfy "follows output" with a link
To the kind words in #108.
2022-11-30 08:35:03 +01:00
Johan Walles
e06acc6243 Document following 2022-11-26 22:26:26 +01:00
Johan Walles
76f8c39100 More generic profile name
This name will work for -cpuprofile profiles as well.
2022-11-04 22:19:22 +01:00
Johan Walles
62322e6cc0 README: Improve profiling section 2022-10-30 00:54:22 +02:00
Johan Walles
b31cbd5de1 Print memory stats while benchmarking 2022-10-30 00:28:08 +02:00
Johan Walles
ef51467457
Merge pull request #99 from herbygillot/patch-1
README: Add MacPorts install info
2022-08-08 08:11:56 +02:00
Johan Walles
257b9e7bf5 Clarify we want UTF-8 input
Fixes #101.
2022-08-07 19:26:51 +02:00
Herby Gillot
e6456e01a8
README: Add MacPorts install info
https://ports.macports.org/port/moar/
2022-07-29 02:24:33 -04:00
Johan Walles
226170989d Clarify what "decompression" means
Fixes #97.
2022-07-21 19:10:23 +02:00
Johan Walles
1c2417be58 Add a man page
Relates to #87, but before marking as fixed the Homebrew packaging will
need to be updated as well to include the man page:

https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/moar.rb
2022-07-21 16:08:31 +02:00
Johan Walles
d68a80ee4b Update README 2022-05-01 18:11:17 +02:00
Johan Walles
42feb12f20 Fix mentions of the old Ruby version 2022-04-24 08:29:42 +02:00
Johan Walles
8916119596 Clarify drop-in-ness
This new text is what (I think) I meant all the time.

Moving from less to moar should be simple. But if moar doesn't have
every option available in less, then I'm fine with that.

This change inspired by #85.
2022-03-12 22:31:52 +01:00
Johan Walles
c1c15a2814 Document use of the MOAR environment variable 2022-02-27 11:21:38 +01:00
Johan Walles
a710033d6f Mention transparent decompression in --help message 2021-07-01 19:21:42 +02:00
Johan Walles
ce8ef9d1cc README: List automatic decompression
It has been there all along, just not documented.

Spotted in #66, thanks @ciscohack!
2021-07-01 19:13:33 +02:00
Johan Walles
994e29bc66 Document move to homebrew-core 2021-06-12 08:47:24 +02:00
Johan Walles
90ba73e11a Add homebrew packaging
`brew install walles/johan/moar` to install.

`brew upgrade` to upgrade to latest release.

Packaging lives here:
https://github.com/walles/homebrew-johan/blob/main/Formula/moar.rb

Fixes #63, thanks @fredericrous for the inspiration!
2021-06-05 11:10:31 +02:00
Johan Walles
a24a16434d README: We support word wrapping 2021-05-24 19:15:53 +02:00
Johan Walles
ca352bf37f README: Add px / riff descriptions 2021-05-22 16:28:53 +02:00
Johan Walles
0f43cf1ea3 Make line wrapping controllable from the command line 2021-05-22 15:56:55 +02:00
Johan Walles
6330e255d1 Request help with Homebrew packaging 2021-05-14 15:08:23 +02:00
Johan Walles
edacfeec31 Read config from MOAR environment variable
Together with c95e1645 this fixes #60.
2021-05-13 19:00:53 +02:00
Johan Walles
c8bc7b0161 Don't highlight files larger than 1MB
They make the highlighter just run in the background slowly eating up
memory.
2021-04-24 16:14:30 +02:00
Johan Walles
515000eec8 Add file reading benchmark 2021-04-22 07:56:10 +02:00
Steven Penny
fed03bf413 Update Readme example 2021-04-17 13:00:59 -05:00
Johan Walles
54935615ed Switch highlighting engine to Chroma
Which is linked into here, so no need for users to install any external
tools.

Chroma home page: https://github.com/alecthomas/chroma
2021-01-09 17:18:10 +01:00
Johan Walles
570d780bc2 NewReaderFromStream(): Make name mandatory
This makes the API somewhat simpler to use. To support not providing any
name we still allow the empty string as the name, and document that
thoroughly.
2020-12-30 19:00:03 +01:00
Johan Walles
0ea058db7c Tune embedding example 2020-12-30 15:19:19 +01:00
Johan Walles
2b18347022 Make a lot fewer functions public 2020-12-29 22:57:44 +01:00
Johan Walles
d7e0e7e8ff Add embedding instructions
Improves #31 with both documentation and a simpler API.
2020-12-28 19:27:25 +01:00
Johan Walles
3e4591fd90 Fix install instructions
Fixes #30.
2020-11-18 16:27:58 +01:00
Johan Walles
9c91399309 Advertise px / ptop and riff 2020-11-17 08:44:29 +01:00
Johan Walles
453ad0fd91 Update screenshot to match code 2020-09-05 20:40:33 +02:00
Johan Walles
6ec7df0d52 Ask for help with Debian packaging 2020-04-23 06:32:45 +02:00
Johan Walles
9fcc235430 README: Unicode search hits done 2019-11-06 21:42:20 +01:00
Johan Walles
742401ec82 Fix crash removing unicode char from search string
Fixes #12
2019-11-02 12:19:04 +01:00
Johan Walles
70eb01e5ed Update docs 2019-10-30 21:00:11 +01:00
Johan Walles
ad0f174651 Make loading spinner more obvious 2019-10-29 22:05:42 +01:00
Johan Walles
019757100d Update README 2019-10-16 06:21:12 +02:00
Johan Walles
b13c904c51 Add rolling ... to status bar while loading 2019-10-16 06:01:49 +02:00
Johan Walles
719942c137 Mark some already-done TODOs 2019-08-09 16:51:08 +02:00
Johan Walles
1fe3ad185f List changes since last release before tagging 2019-08-08 17:59:04 +02:00
Johan Walles
ea6382a8a7 Add end-user install instructions for the go version 2019-08-04 19:12:43 +02:00
Johan Walles
bc4bae3625 Add a script for making new releases 2019-08-04 19:07:14 +02:00