head 1.29; access; symbols pkgsrc-2026Q2:1.28.0.2 pkgsrc-2026Q2-base:1.28 pkgsrc-2026Q1:1.22.0.2 pkgsrc-2026Q1-base:1.22 pkgsrc-2025Q4:1.15.0.2 pkgsrc-2025Q4-base:1.15 pkgsrc-2025Q3:1.4.0.2 pkgsrc-2025Q3-base:1.4; locks; strict; comment @# @; 1.29 date 2026.08.03.18.15.55; author wiz; state Exp; branches; next 1.28; commitid srraY6IbDX2FIdQG; 1.28 date 2026.06.18.08.52.24; author wiz; state Exp; branches; next 1.27; commitid L1N8km9vMFeS4gKG; 1.27 date 2026.06.08.08.26.41; author wiz; state Exp; branches; next 1.26; commitid IvnwYaEtqRmagYIG; 1.26 date 2026.05.17.14.17.23; author wiz; state Exp; branches; next 1.25; commitid xFFixe11mD6jUaGG; 1.25 date 2026.05.10.12.08.58; author wiz; state Exp; branches; next 1.24; commitid M9FljvRmR6xdqgFG; 1.24 date 2026.05.03.15.57.55; author wiz; state Exp; branches; next 1.23; commitid 6QT3SEpk1dqzUnEG; 1.23 date 2026.04.15.18.53.12; author wiz; state Exp; branches; next 1.22; commitid B3hFailsaorGs5CG; 1.22 date 2026.03.09.16.49.52; author wiz; state Exp; branches; next 1.21; commitid CZHeZ9i3nbC6YjxG; 1.21 date 2026.03.02.12.11.19; author wiz; state Exp; branches; next 1.20; commitid RnNibA5vsCBwEowG; 1.20 date 2026.02.16.12.19.06; author wiz; state Exp; branches; next 1.19; commitid AssdBEwjmX669BuG; 1.19 date 2026.02.01.19.33.20; author wiz; state Exp; branches; next 1.18; commitid 99FpUPWjccpV1IsG; 1.18 date 2026.01.22.16.24.57; author schmonz; state Exp; branches; next 1.17; commitid jIvcposVfOmhjprG; 1.17 date 2026.01.05.10.47.03; author wiz; state Exp; branches; next 1.16; commitid qOt2dfQ1xbw7ZbpG; 1.16 date 2025.12.21.14.46.01; author wiz; state Exp; branches; next 1.15; commitid Adw2JDZZyLf4NhnG; 1.15 date 2025.11.30.14.04.26; author wiz; state Exp; branches; next 1.14; commitid zzmI9KRrr8BGeAkG; 1.14 date 2025.11.24.10.52.59; author wiz; state Exp; branches; next 1.13; commitid Uzsq5bNHWaZRmNjG; 1.13 date 2025.11.08.22.46.39; author schmonz; state Exp; branches; next 1.12; commitid icDfy3JPJdpGPNhG; 1.12 date 2025.10.28.16.05.09; author schmonz; state Exp; branches; next 1.11; commitid hx2Jh8zlt3ZRXlgG; 1.11 date 2025.10.18.18.48.14; author schmonz; state Exp; branches; next 1.10; commitid bJQgvZu48eeKb5fG; 1.10 date 2025.10.16.13.25.33; author schmonz; state Exp; branches; next 1.9; commitid s0IazU2Cyyc2tNeG; 1.9 date 2025.10.14.16.43.04; author schmonz; state Exp; branches; next 1.8; commitid 8dgBiT9ZRzoMCyeG; 1.8 date 2025.10.07.14.32.06; author schmonz; state Exp; branches; next 1.7; commitid uAIyReMO4ZpN7EdG; 1.7 date 2025.10.02.20.12.30; author schmonz; state Exp; branches; next 1.6; commitid c630azDC0wtxa2dG; 1.6 date 2025.09.28.19.35.26; author schmonz; state Exp; branches; next 1.5; commitid cqkxcFLXZBFN5wcG; 1.5 date 2025.09.26.15.06.55; author schmonz; state Exp; branches; next 1.4; commitid OdfPkMRsuYDFFecG; 1.4 date 2025.09.13.18.16.18; author schmonz; state Exp; branches; next 1.3; commitid RcMWHfxM840y8AaG; 1.3 date 2025.09.05.14.39.22; author schmonz; state Exp; branches; next 1.2; commitid BsegIzPqmDs4cx9G; 1.2 date 2025.08.18.03.03.04; author schmonz; state Exp; branches; next 1.1; commitid rp5GLeb8bqe4V97G; 1.1 date 2025.08.13.15.41.33; author schmonz; state Exp; branches; next ; commitid DSG9EKbCd2OehA6G; desc @@ 1.29 log @moor: update to 2.16.2. 2.16.2 Before this release, a file that the syntax highlighter saw as one single token -- a file holding nothing but a number, for example -- came out with every character in the same color. With this release, highlighting that would look uniform is skipped and the text is shown plain. Thanks @@knirch for reporting #445! Also in this release: On Windows, arrow and function keys now work immediately after returning from an editor opened with "v", instead of being ignored for up to a tenth of a second Faster .zst decompression on arm64 (Apple Silicon), and corrupt .zst input now reports an error rather than decoding to garbage Compressed files and streams are now properly closed, so moor no longer leaks file descriptors or goroutines while reading them Fixed a hang and a data race when a zstd stream was closed while still being read Fixed a hang on shutdown when moor was closed programmatically through pkg/moor 2.16.1 Before this release, searching a huge line (hundreds of MB long) for a common character could take ten seconds of full CPU before hits got highlighted, and pay that same cost again on every redraw. With this release, that same search is close to instant. 2.16.0 Before this release, opening a file containing a huge line would take enormous amounts of time to read that line, and never get further into the stream. With this release, moor can now read a file with a 250MB line in about a second. Also in this release: Pressing 'v' to open the current file in an editor now jumps to the line you were viewing, for vim, vi, nvim, nano, emacs and Pico. Thanks @@joeledwardson for #447! Fixed a data race that could corrupt rendered text while a file was still being read Thanks @@subotac for kicking off the escape sequence fix in #450! @ text @$NetBSD: distinfo,v 1.28 2026/06/18 08:52:24 wiz Exp $ BLAKE2s (github.com_adrg_xdg_@@v_v0.5.3.mod) = d6562994850ff49646864144f83c4ce6db7f136692b1d986787ee15b68e4d496 SHA512 (github.com_adrg_xdg_@@v_v0.5.3.mod) = 392cf3f009a48dab138d1e2b3d1d2563e616a43ae7c2e0bb00f0029073b758706ebb882e96a3400dc4b6a25fef07370c960fdd197d366bc9757d29f20c89cbe3 Size (github.com_adrg_xdg_@@v_v0.5.3.mod) = 258 bytes BLAKE2s (github.com_adrg_xdg_@@v_v0.5.3.zip) = fa5b272189b912fd8c33445194c35cbd11562f91b88909e5a8d7d4c203235ef4 SHA512 (github.com_adrg_xdg_@@v_v0.5.3.zip) = 46f75caeaea8b5c852b218f561e4ea42cbf537cfe97a231e2772583b4e90c630158a4bbd046fa3871be88e0444142ac0779d2dbba219eb98c02a2ec66b99f083 Size (github.com_adrg_xdg_@@v_v0.5.3.zip) = 37913 bytes BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.22.0.mod) = c7d9479d85c908f9d5afbda13a3a413f06e501e0dc99d8fe2c117a53f25a3fec SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.22.0.mod) = f508bced36e41ddfb6c986989b9fbcfd337606a6451d0cc3dab16af04b7cdde46edd886c16fbae8a81eef87949d2d0a3cae7fd393c74945a77ccc6c94430c282 Size (github.com_alecthomas_chroma_v2_@@v_v2.22.0.mod) = 230 bytes BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.22.0.zip) = 398ac317b1f6efe96784b4db5b8260dc40a37b35e83c2eb3e879e33b498a4516 SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.22.0.zip) = 990fe7b60f0d4f91f7c90321d30b88af057969e30365723262d87b38598db10fe0734022c186f89a03c9c250b88c49379bda5f868ff1a7d4dc7f66d2b3c68918 Size (github.com_alecthomas_chroma_v2_@@v_v2.22.0.zip) = 1685990 bytes BLAKE2s (github.com_charlievieth_strcase_@@v_v0.0.6.mod) = 3205ecd9bf58f98b4bd9283a49af54f78ffae3f5aea1937e5c03750b71813dad SHA512 (github.com_charlievieth_strcase_@@v_v0.0.6.mod) = 341970ada668d1f058ea4516add1d975ea2feb96afb7212267701d74c8e4f6262b26be7a24e64fe1f40538cd0627633184ab42df2c02de953dffd28f817dca24 Size (github.com_charlievieth_strcase_@@v_v0.0.6.mod) = 82 bytes BLAKE2s (github.com_charlievieth_strcase_@@v_v0.0.6.zip) = a7725675e3cbd9059ffe5b1e8ae9e9c235885ca4f177cbe4e4b0a3330fb4e5c2 SHA512 (github.com_charlievieth_strcase_@@v_v0.0.6.zip) = 0100c78781990accff1d70e62e1f0b1c73b8b865e6a198a5e38266787ad062ed1c11d6f460557acc87cb4d829b632fad5923de9bba486269e49f4ffe402a0db2 Size (github.com_charlievieth_strcase_@@v_v0.0.6.zip) = 602623 bytes BLAKE2s (github.com_davecgh_go-spew_@@v_v1.1.0.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c SHA512 (github.com_davecgh_go-spew_@@v_v1.1.0.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e Size (github.com_davecgh_go-spew_@@v_v1.1.0.mod) = 34 bytes BLAKE2s (github.com_davecgh_go-spew_@@v_v1.1.1.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c SHA512 (github.com_davecgh_go-spew_@@v_v1.1.1.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e Size (github.com_davecgh_go-spew_@@v_v1.1.1.mod) = 34 bytes BLAKE2s (github.com_davecgh_go-spew_@@v_v1.1.1.zip) = 5281c0e301579c764ebf96f97056ba8fc1a8142d98f2fe44aabb07d7e8ae4f3e SHA512 (github.com_davecgh_go-spew_@@v_v1.1.1.zip) = 7b4e4df2fea731e23e05437f26f24e32b2e99028d685b72e3a726c1cb616ada4a77ca4fb9db4a6fae48178cc5172e724b74499bc776d63a9110cb97377d5edeb Size (github.com_davecgh_go-spew_@@v_v1.1.1.zip) = 60320 bytes BLAKE2s (github.com_dlclark_regexp2_@@v_v1.11.5.mod) = 6f565e4706e82a34b5002c9e09a272ccf1a369562afc47e6cf7be131a4d2eb63 SHA512 (github.com_dlclark_regexp2_@@v_v1.11.5.mod) = 605e797166049ea565f46de176915e563f2e28735a8ab539c1c1f5020a2a72339f97b659c5864705b8e30fbffb381d2df9b31bace1eef1c6e33ae654787508d0 Size (github.com_dlclark_regexp2_@@v_v1.11.5.mod) = 43 bytes BLAKE2s (github.com_dlclark_regexp2_@@v_v1.11.5.zip) = aa9d288f14bd8704b051bb079f80f55083dd77e838ac9177be70e7531d409f63 SHA512 (github.com_dlclark_regexp2_@@v_v1.11.5.zip) = c7daa6436a49944d729e116ac823f949cd6dc4d7ab1a66d843b9a894a8fc6676674084fafea407982ad4a7a56ec7edeef057506acde2afe1ae3e1234c37a8621 Size (github.com_dlclark_regexp2_@@v_v1.11.5.zip) = 704376 bytes BLAKE2s (github.com_go-enry_go-enry_v2_@@v_v2.9.6.mod) = 0c14a37c2ee9293d14ba12ab64c50601312f907ef28f7bc97b50a7f2544c949d SHA512 (github.com_go-enry_go-enry_v2_@@v_v2.9.6.mod) = d8990096250069a4e65e0c341cf47ef395e84679bef59b038336e0be73b9a8016d6c8c140e6138f4d1382f3ace242abafe2a72baa3bea6e3eb55911c7810ce72 Size (github.com_go-enry_go-enry_v2_@@v_v2.9.6.mod) = 160 bytes BLAKE2s (github.com_go-enry_go-enry_v2_@@v_v2.9.6.zip) = 8c98e37e0fe95f314e8605f61078abbd6f9fe98d68f76599147a34124c1ef361 SHA512 (github.com_go-enry_go-enry_v2_@@v_v2.9.6.zip) = e5f166ba71454dcfc911982633363f7ad68b741d06f52b345aa37d2081f5369ac14eab6a7e636b3b43e7b3f32a5e28cf51a8d416816b5916e3c2846e258ec710 Size (github.com_go-enry_go-enry_v2_@@v_v2.9.6.zip) = 4317010 bytes BLAKE2s (github.com_go-enry_go-oniguruma_@@v_v1.2.1.mod) = 801dc25dbae5471ad19b9d664a01dc1d0de5d30e84a164b7f8365f77c256fe43 SHA512 (github.com_go-enry_go-oniguruma_@@v_v1.2.1.mod) = e09bb6e689cdd3a4dede27327aaf0caabcbe3b4dceccbf6b26213943c6b54e4d008630a4b49755c82478ea5cbdad5e5f9f1a238d6a91055c8045841740beb8f9 Size (github.com_go-enry_go-oniguruma_@@v_v1.2.1.mod) = 48 bytes BLAKE2s (github.com_go-enry_go-oniguruma_@@v_v1.2.1.zip) = e252f8b30aeb96bdab771d48c7fb630174d5f9f67074236c8c64d6679af683b0 SHA512 (github.com_go-enry_go-oniguruma_@@v_v1.2.1.zip) = 96b5d7b67c23a95d8e91694989073a25f476acd05a849aab4e0e2cf4d8763dc14729b24490cb5f12be46c552b16cc37249a5a8e2a2be76309db5573c0413a4be Size (github.com_go-enry_go-oniguruma_@@v_v1.2.1.zip) = 16388 bytes BLAKE2s (github.com_google_go-cmp_@@v_v0.7.0.mod) = 1b6d125ae25361dc8ae5d3db85fe696798a89cfdca79a66c63ca86439a5dff1f SHA512 (github.com_google_go-cmp_@@v_v0.7.0.mod) = f4042d585e6f65f4245b0a17c2f042ea40395633f6c88a4f7e460a1e09a0cd98ec72782f638dd9d7c81442dd5c05717ebaa64b7bd939cc4c96cf61b46751b812 Size (github.com_google_go-cmp_@@v_v0.7.0.mod) = 41 bytes BLAKE2s (github.com_google_go-cmp_@@v_v0.7.0.zip) = 9d904f0a79e224bf1156e42f252021e8f70a8e4e609a75220a2312670ff40f15 SHA512 (github.com_google_go-cmp_@@v_v0.7.0.zip) = 171151f06d2e5dfc76cfd7ede810e74bdd668a515a8d6f7785f06ec8bcf1f34efb95cafdfc7a4c3943c98de83f905967e10e61721537c24cee33d7e1e4c15195 Size (github.com_google_go-cmp_@@v_v0.7.0.zip) = 130179 bytes BLAKE2s (github.com_klauspost_compress_@@v_v1.19.1.mod) = ed82447108e7f5716d0acec20741da1c6d39b6c2e57316fc5129ab52b3438b07 SHA512 (github.com_klauspost_compress_@@v_v1.19.1.mod) = 3e0fa499c1a3e0147ec96a1ccb1c2d9abc81f8f3c721a3bdd7f39d3e9a4a32bb1efdd5d01c957f3bd8ea238861ce01cb4ab68bc9a489e1f9cd091b8c55f5a502 Size (github.com_klauspost_compress_@@v_v1.19.1.mod) = 201 bytes BLAKE2s (github.com_klauspost_compress_@@v_v1.19.1.zip) = 76afc0567cc7d329349b5cc434cf278892699fb4e8e9173640f87474a023f45c SHA512 (github.com_klauspost_compress_@@v_v1.19.1.zip) = d887b1b72693581516349189789bcbf2da7c3afeffc831d759bc5792adc28744df160e99ea8abf30cc70a1bb9a430cdbfebb5cbae8e09b299384dce035b6a8f8 Size (github.com_klauspost_compress_@@v_v1.19.1.zip) = 39237053 bytes BLAKE2s (github.com_pmezard_go-difflib_@@v_v1.0.0.mod) = 365dee34dcd09f0fbcccb2fff0be74a00fe71a80b9104b1ad3a3c199a48f5a28 SHA512 (github.com_pmezard_go-difflib_@@v_v1.0.0.mod) = c3d5c48cdb8ba6af7071a07cfede06e0ab67e3726d9de592a952fad40167dcbdd9621dc2c4df1bd3c28eb99d70b1b6d8d812441237c35bf492e5b7f07bd33902 Size (github.com_pmezard_go-difflib_@@v_v1.0.0.mod) = 37 bytes BLAKE2s (github.com_rivo_uniseg_@@v_v0.4.7.mod) = b28862d76cf101776adbbbe430fe54e3e3d580592a189a4d172bde6e0e12b844 SHA512 (github.com_rivo_uniseg_@@v_v0.4.7.mod) = 24aed27104c6b3c7afa3d97e9be08efcd771fbfaebadfabef86161d626d46471fba92f61513931e34811755af29f5a4d32ceb77aea598060cf8c1ee513d7438c Size (github.com_rivo_uniseg_@@v_v0.4.7.mod) = 39 bytes BLAKE2s (github.com_rivo_uniseg_@@v_v0.4.7.zip) = 44c242bf1de390840d95dbacf0de4fd090639b828dc426d2836e5df9a7a20f0e SHA512 (github.com_rivo_uniseg_@@v_v0.4.7.zip) = 31b3e79237b3976bd32a7d3172cec798b70416bbe391034c72fe53b8f3b2ffe7ed681c86df4fd1d7d15b4d8c71ddacf0881044600f2a28abcdd17590269eff15 Size (github.com_rivo_uniseg_@@v_v0.4.7.zip) = 481951 bytes BLAKE2s (github.com_sirupsen_logrus_@@v_v1.9.4.mod) = 026f3ca3c0562dea1820b807879e7019b412c4882917aa9e30cf6593adf47532 SHA512 (github.com_sirupsen_logrus_@@v_v1.9.4.mod) = cfea7f5daf46046f7a409315dd1bf4215549adc9d02f09094c26736f934d8ab1b526eadb842d99def66b21c7933e03959168c3310c33fda264194f72b401c809 Size (github.com_sirupsen_logrus_@@v_v1.9.4.mod) = 266 bytes BLAKE2s (github.com_sirupsen_logrus_@@v_v1.9.4.zip) = 2ccb7dc66bdb134feb0d343ed7f734a09502918db1a2e87d5f526b91da3632e6 SHA512 (github.com_sirupsen_logrus_@@v_v1.9.4.zip) = cec4b55615e2cfb77f63a8666f4c2c3fc8d7caefbc6047c4eac9cb12cfb8a108cf287b207ffc0e74c57ab24e83cb37439554ca11cb848941893ce2e05b38b6aa Size (github.com_sirupsen_logrus_@@v_v1.9.4.zip) = 70579 bytes BLAKE2s (github.com_stretchr_objx_@@v_v0.1.0.mod) = 1eb73df00a63ad02b651d13ef6fec7b4842f22c3ecf50546104fddb717aa1c0b SHA512 (github.com_stretchr_objx_@@v_v0.1.0.mod) = 4e366e5a60559a8863cb2a50280deb307d8bf885ca5440cce1b49a084b4cc4583b3481240125f35f161226592a43f2c0a426152f117d79b68c92c72a93f751d5 Size (github.com_stretchr_objx_@@v_v0.1.0.mod) = 32 bytes BLAKE2s (github.com_stretchr_objx_@@v_v0.4.0.mod) = e5c1d6b824d1be53abbb3b8f906a3f0bf77e3447b39eb0d9f9f4319c55ebb20e SHA512 (github.com_stretchr_objx_@@v_v0.4.0.mod) = 022706974a2aaaa604a814996d4307a0b0f4a408987ece5cb9d0fbd03d9a71bc9e5c4ae89877f9527858f4071829d85674732550a514562df1a406a95eed9d35 Size (github.com_stretchr_objx_@@v_v0.4.0.mod) = 137 bytes BLAKE2s (github.com_stretchr_objx_@@v_v0.5.0.mod) = f7e6a80abd08386e00e3ee80803db84f0f5608240ecde454f96f92e2d4dbf7ff SHA512 (github.com_stretchr_objx_@@v_v0.5.0.mod) = 3725b66aadb0bd71f79264cb907fc13dbe969f00b5800e4dd1e331394858c39d191e57317228d7ef665a4fd4454bdab7b811632725537d6c9bc9fa2e29d34aca Size (github.com_stretchr_objx_@@v_v0.5.0.mod) = 85 bytes BLAKE2s (github.com_stretchr_testify_@@v_v1.7.1.mod) = 8f7c927dae69fdeb23ce71b39268d84489f12c4cb4cb30e23a564754fde44db8 SHA512 (github.com_stretchr_testify_@@v_v1.7.1.mod) = 197e6ef15edb27ded67ccfb636c252fe522f0930ff012341a4b593f25b5dd8282e4f658970931cfdeb8f2c5ee0b4ebac6738fe7634bf00896d12270fcbf4b31b Size (github.com_stretchr_testify_@@v_v1.7.1.mod) = 216 bytes BLAKE2s (github.com_stretchr_testify_@@v_v1.8.0.mod) = 4b9f1b2997c84b26b08b9c2b5febd4d7dad875c2869013e0e87d1cebbaff04f0 SHA512 (github.com_stretchr_testify_@@v_v1.8.0.mod) = 62122d19530516ad5a84d98ccb77f299c79bd0ad4da58314ce31d07696076de1b3d1150e603cb296e4ad8e5e839a9fd2241f1e8981fc3356379444d5062e0d26 Size (github.com_stretchr_testify_@@v_v1.8.0.mod) = 188 bytes BLAKE2s (github.com_stretchr_testify_@@v_v1.8.1.mod) = 9cba4c7e673fa366fcec4603d67030a0a278ca58afe2c8e4d74de88ed9d89dd8 SHA512 (github.com_stretchr_testify_@@v_v1.8.1.mod) = 0fe9325c142599f577ef2f281f09dce40b431b21bf32834e30fba68ae8896c0fdee66e93fa64ede86e326ec9d74a639233fe813f701387cacd27d19814c31351 Size (github.com_stretchr_testify_@@v_v1.8.1.mod) = 188 bytes BLAKE2s (github.com_ulikunitz_xz_@@v_v0.5.16.mod) = 090a09686db8b93c601d7d6f227e75d5eb67da7c5d6e9615893071b9b99a1c2a SHA512 (github.com_ulikunitz_xz_@@v_v0.5.16.mod) = 88ec871cd84a2e26e0c2e4d10050ee837efecb2fe00b9386c39a0f60d63640574725a43edd94547dc35b789f67315e5299e15ffba0823c1c34ed5d4f9a5f0f8d Size (github.com_ulikunitz_xz_@@v_v0.5.16.mod) = 40 bytes BLAKE2s (github.com_ulikunitz_xz_@@v_v0.5.16.zip) = 53fe0c050964c47a5f32b03243cb449417a916c5995a8c1db2bc9dcbaa423178 SHA512 (github.com_ulikunitz_xz_@@v_v0.5.16.zip) = 0c58b18b56dc69ff3d47f9a24a1c6ce0512335818e0c99924e890af010a3ddb74f3807baf3f87c9e4d1831d574ac83211d20e9c5f737a6b3388e16014e9d54a9 Size (github.com_ulikunitz_xz_@@v_v0.5.16.zip) = 4247946 bytes BLAKE2s (golang.org_x_sync_@@v_v0.22.0.mod) = 7041602217cf35da919f89685bb7203789bf49cf861bc4dd4b9a92b03b6d3961 SHA512 (golang.org_x_sync_@@v_v0.22.0.mod) = fadbb942889ef5930c37862f8e79d336f26b1a713134a731377f4fecfca8472fe699624f71955c8a1a87b48e98a99f537ae0c43a07ef449feada221d0d6dc2e2 Size (golang.org_x_sync_@@v_v0.22.0.mod) = 36 bytes BLAKE2s (golang.org_x_sync_@@v_v0.22.0.zip) = 0ec6b5e3c43fbf2025843932a30177b90c3f99c603927c3b8be28f9b6a8e9c83 SHA512 (golang.org_x_sync_@@v_v0.22.0.zip) = ff5d56fbee5e6753223ec168f3c0e63aaad1e3a06518a3f9cee2fddcafb047625f11c75c2070fb01c29da85a515ee3cf571270e6c962509bd5b87b63d75419c2 Size (golang.org_x_sync_@@v_v0.22.0.zip) = 25790 bytes BLAKE2s (golang.org_x_sys_@@v_v0.47.0.mod) = 54d735bab6b0f4ca4d304be2307672bd0448377d788ebe83f3acfb0a565cc3ae SHA512 (golang.org_x_sys_@@v_v0.47.0.mod) = 1e0df129f27326be70316a1f1f0e94ca4b48c0d09c2975919182a64639b9718dc224d851d4cd69c618c10e7e7765a11a70e10a57507a26488c50e7c53baa8b01 Size (golang.org_x_sys_@@v_v0.47.0.mod) = 35 bytes BLAKE2s (golang.org_x_sys_@@v_v0.47.0.zip) = e7d9ce58c9afb5aa0870e21cfce0b73d80ef43cc95796c892e8f85bb86fbce38 SHA512 (golang.org_x_sys_@@v_v0.47.0.zip) = f7f6e82b6883cac33aa63d21b962de518fd797f87c858d930946d0498a055521fdf2113ded5da8ebf091d5ecff0539dbe1f339792dccbc0248b160ea0cc29db6 Size (golang.org_x_sys_@@v_v0.47.0.zip) = 2022425 bytes BLAKE2s (golang.org_x_term_@@v_v0.45.0.mod) = ae385bc5194bfe653f11602ec584180dea4bdf4a1934827da2635bbe6ea09bf5 SHA512 (golang.org_x_term_@@v_v0.45.0.mod) = 3eaf3f8dffb85da944b9ea7764132f955573756359f2f8116d8c1785bb6466418b6030614bd28083243fdaf6becfa4b9d26b3b8f954ab39f3706df159002a5f8 Size (golang.org_x_term_@@v_v0.45.0.mod) = 70 bytes BLAKE2s (golang.org_x_term_@@v_v0.45.0.zip) = f11abb476afc63b3f54d85dbd103157ce91e759c9dc3e4947a509885afae09d0 SHA512 (golang.org_x_term_@@v_v0.45.0.zip) = e9d9365a570e1d4d46f1614f7217235027da4345517da44b30614cbceecacdbf4734668961cd89e4050e5bd750e3ef50be333d6a656d0f70c89b9fa6c93606f0 Size (golang.org_x_term_@@v_v0.45.0.zip) = 21694 bytes BLAKE2s (gopkg.in_check.v1_@@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f SHA512 (gopkg.in_check.v1_@@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2 Size (gopkg.in_check.v1_@@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes BLAKE2s (gopkg.in_yaml.v2_@@v_v2.2.8.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28 SHA512 (gopkg.in_yaml.v2_@@v_v2.2.8.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379 Size (gopkg.in_yaml.v2_@@v_v2.2.8.mod) = 95 bytes BLAKE2s (gopkg.in_yaml.v3_@@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991 SHA512 (gopkg.in_yaml.v3_@@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d Size (gopkg.in_yaml.v3_@@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 95 bytes BLAKE2s (gopkg.in_yaml.v3_@@v_v3.0.1.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991 SHA512 (gopkg.in_yaml.v3_@@v_v3.0.1.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d Size (gopkg.in_yaml.v3_@@v_v3.0.1.mod) = 95 bytes BLAKE2s (gotest.tools_v3_@@v_v3.5.2.mod) = 6a41d328908ab32b86df59ef6e3f81d70a3ed3212bc2fc66dca806cfb2ebd587 SHA512 (gotest.tools_v3_@@v_v3.5.2.mod) = e293ac750e5b6168abd0b888f642c87ac4a2b125c26028d951c2d3335d335f42c38f4211e103aadd6a6ffa84c09754238619e53693696844bf0c2e7131d3f3e8 Size (gotest.tools_v3_@@v_v3.5.2.mod) = 195 bytes BLAKE2s (gotest.tools_v3_@@v_v3.5.2.zip) = 582bab822c0d8279b3758825d276fbab77af2972fa7cbd8159993c7ca81c6c13 SHA512 (gotest.tools_v3_@@v_v3.5.2.zip) = eec814fc0f8e39fd10051f659859fb9c0016fb51e798968ae53617da5f29e441c5fd0a719cbbbe4416ebc0e9eac5b09ddebb99a8434cf602728f0c37b72534d5 Size (gotest.tools_v3_@@v_v3.5.2.zip) = 101104 bytes BLAKE2s (moor-2.16.2.tar.gz) = a79fd580ac1f427cb5d2efe9dc12a468e00d4c348cf9da220bb604e6fb379139 SHA512 (moor-2.16.2.tar.gz) = ed60401c3005103ad7e1cbecdd2a6a2b2054ea1afd7279790a4e282279f528ff94d1e5fa53ab545738004708c73e20d890624d1ac2e0573741bb51e94e0343f8 Size (moor-2.16.2.tar.gz) = 5365952 bytes @ 1.28 log @moor: update to 2.15.1. 2.15.1 This release fixes a bug where providing an initial search query on the command line would both search and scroll to the end of the document. With this release, we just show the first hit. Which is what we always should have done. 2.15.0 Accept +/pattern command line argument This will make moor behave as if you started moor, typed / to start searching, typed pattern as the search pattern and then pressed Enter. For great less compatibility. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.27 2026/06/08 08:26:41 wiz Exp $ d15 6 a20 6 BLAKE2s (github.com_charlievieth_strcase_@@v_v0.0.5.mod) = 198b287687e58d7c76e54364c8ecd97793eb19974054da403d6d68d835752073 SHA512 (github.com_charlievieth_strcase_@@v_v0.0.5.mod) = 9c061181d2ece6155cc220e6f9b4650fa4445f1063f7c6ba55bc5f1f93f1dcca840904489bfa665cb9c6f3d87471974996a8af7cf6fe84ad0b475f871e0ce178 Size (github.com_charlievieth_strcase_@@v_v0.0.5.mod) = 82 bytes BLAKE2s (github.com_charlievieth_strcase_@@v_v0.0.5.zip) = 1e573f0c264a2e89e831643cea267d7203cdca5a7bfebcce40f7a4bc6be6b28a SHA512 (github.com_charlievieth_strcase_@@v_v0.0.5.zip) = fecac4ff9dbd61432b3398427cefaa93dcd4db7e5bda12f13b448bd3606af8b6f24c3d5c7a488f267385700a9ab3db13ff4c8f7b43c32d82be000a92f0cbb490 Size (github.com_charlievieth_strcase_@@v_v0.0.5.zip) = 509072 bytes d48 12 a59 15 BLAKE2s (github.com_google_go-cmp_@@v_v0.5.5.mod) = 54befdbebc1a7ed8c2f5de2cc688fab3ab3337a212c5f36bde6d427830820200 SHA512 (github.com_google_go-cmp_@@v_v0.5.5.mod) = cb203760fc6ca9c9d64811cf1342752faa5a95f27934c298407dc865f9561081210dd1b82b15ee2f5337b70d4c55d102d8884b5b9a5f70d9cbf85227a32b9713 Size (github.com_google_go-cmp_@@v_v0.5.5.mod) = 105 bytes BLAKE2s (github.com_google_go-cmp_@@v_v0.5.9.mod) = becdef0764c43b119969e6c10646c6fafece1f936110eaa977757d2e2e381cd0 SHA512 (github.com_google_go-cmp_@@v_v0.5.9.mod) = 89e0014b0c3ffa2578ab38c237fee3d2280d6955e810c83e426d4924cec07cfc796adc45074fc237629c5ff88a93044dc406472febf1adf73deae82cb1b24b80 Size (github.com_google_go-cmp_@@v_v0.5.9.mod) = 41 bytes BLAKE2s (github.com_google_go-cmp_@@v_v0.5.9.zip) = 80c5ec42a097df492fa38764041d42e7ee0a182565688e90205efddc5b49da56 SHA512 (github.com_google_go-cmp_@@v_v0.5.9.zip) = 9b7e5fb278a983db5809cf07ca9c9ba0127e55e0750397f730d5dda95dd1eafdb8b0b90e6923cf6b465948392eaf7b2461697b0e426d7b4067493850379a8711 Size (github.com_google_go-cmp_@@v_v0.5.9.zip) = 130220 bytes BLAKE2s (github.com_klauspost_compress_@@v_v1.17.4.mod) = 1835c6fcb7d8a731093f518b566c0878e0c02572bebc55db31e9aa608ad9c27f SHA512 (github.com_klauspost_compress_@@v_v1.17.4.mod) = 4b641dc52ac50c4da86f5784ead1bff031325a35976f1b3eec2ef5e03cce9271d04d7c18e77f4f07f72ff81fa732df54c6fc4ddfe22488565f839abea41c5aea Size (github.com_klauspost_compress_@@v_v1.17.4.mod) = 137 bytes BLAKE2s (github.com_klauspost_compress_@@v_v1.17.4.zip) = fd730a27cb4c93fc0ddf1381cd3b96598fa6850ea6d5b814d40b138d37dc42af SHA512 (github.com_klauspost_compress_@@v_v1.17.4.zip) = 0997faf4b7549bf8ae6430538f178427dbfd9f9bf243c001c214e460ce93eb82483ad329f28780a61649773932103656ef5a382303628157ab9df94e12c608b2 Size (github.com_klauspost_compress_@@v_v1.17.4.zip) = 38841301 bytes d69 6 a74 9 BLAKE2s (github.com_sirupsen_logrus_@@v_v1.8.3.mod) = 6e794dcec8d67bf1b0f0c0cb15ca681fb93ff263c23a2e13a04039a290efcc5c SHA512 (github.com_sirupsen_logrus_@@v_v1.8.3.mod) = f3636346810370d6b8945a861132310af71deba014726e3fd53fbf3fbe0dcd7b2aba6ec33a1aa716cdc674a21777297b09448db4e24edd242b3ef6e10990652d Size (github.com_sirupsen_logrus_@@v_v1.8.3.mod) = 192 bytes BLAKE2s (github.com_sirupsen_logrus_@@v_v1.8.3.zip) = c448a016a0439122f63236ca705a32ed3e4e7b5500a2c693d95babb8a80ab25d SHA512 (github.com_sirupsen_logrus_@@v_v1.8.3.zip) = e210201ee636d11000ededa52991453721af3c3abd842d96fb8a5f9dd3a0686510d06c1bee3d3f0cf65bb120a2b53bc9b75ec1059420c126c8efdc477a7ea724 Size (github.com_sirupsen_logrus_@@v_v1.8.3.zip) = 69380 bytes BLAKE2s (github.com_spf13_pflag_@@v_v1.0.3.mod) = 734d16059c12ce97794cddfeeb4ce027e8f07f9fb826e8ce30c3c19f0aacb212 SHA512 (github.com_spf13_pflag_@@v_v1.0.3.mod) = d08b4540b799cee9c5f088c4e1fe002c9fda86f1634380409eec1404598b84376d3ca26b4c1cbcf58bc19234ab56531ab11db8a00c6dd2e15a53f3b4ae757efc Size (github.com_spf13_pflag_@@v_v1.0.3.mod) = 30 bytes a83 3 BLAKE2s (github.com_stretchr_testify_@@v_v1.7.0.mod) = 8f7c927dae69fdeb23ce71b39268d84489f12c4cb4cb30e23a564754fde44db8 SHA512 (github.com_stretchr_testify_@@v_v1.7.0.mod) = 197e6ef15edb27ded67ccfb636c252fe522f0930ff012341a4b593f25b5dd8282e4f658970931cfdeb8f2c5ee0b4ebac6738fe7634bf00896d12270fcbf4b31b Size (github.com_stretchr_testify_@@v_v1.7.0.mod) = 216 bytes d93 24 a116 102 BLAKE2s (github.com_ulikunitz_xz_@@v_v0.5.15.mod) = 9b4f34082513801e62e744c626be31f00dd7d0b2f81ec14710f90412be1f521a SHA512 (github.com_ulikunitz_xz_@@v_v0.5.15.mod) = fc06f111ad8fe91b6233781e300d3abe760140633f45c51fc7b93c744b870f66727d12132e692b5d59526fddd1f728d7a18976e392052d9fe362d3a39149cbb1 Size (github.com_ulikunitz_xz_@@v_v0.5.15.mod) = 40 bytes BLAKE2s (github.com_ulikunitz_xz_@@v_v0.5.15.zip) = 6b2acbc23fe78cc7ba0d010f76ca2caf5d7b134ed32a9e90dd73619bc7c41860 SHA512 (github.com_ulikunitz_xz_@@v_v0.5.15.zip) = 7299f2e4851e844b4ae57c27f0c4c6bf193a0124cde5a6e757e8f10656b731a37cc492fa60fe7f7246c478a7b3860561549a53aeb50597049148ea1a82d147f9 Size (github.com_ulikunitz_xz_@@v_v0.5.15.zip) = 4245181 bytes BLAKE2s (github.com_yuin_goldmark_@@v_v1.2.1.mod) = 62390084d7563ca7569d618375be066ef419b054389b8c8a7ff8dd7d6c18ddf9 SHA512 (github.com_yuin_goldmark_@@v_v1.2.1.mod) = b7d81f5cbf1b55ebebcbb86ae89899ffec6fcd730144f1719947a76080f587d298d0e37a073a8768d7768ef64fc47b1673104335203a32a557f31e42a4e5a950 Size (github.com_yuin_goldmark_@@v_v1.2.1.mod) = 41 bytes BLAKE2s (golang.org_x_crypto_@@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = d95def65a866d710e01f1b0c2753b866d5c1df6af7d5289b1c784394b1d82e04 SHA512 (golang.org_x_crypto_@@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = 2df49895053b36fed7ea905aa73f86568fbafd79ff0a7976679d8c77cf15025129435d9dbfd89367b611b1aadbea4f4bd1835eb4efa9ea702466e443638d379e Size (golang.org_x_crypto_@@v_v0.0.0-20190308221718-c2843e01d9a2.mod) = 88 bytes BLAKE2s (golang.org_x_crypto_@@v_v0.0.0-20191011191535-87dc89f01550.mod) = 72be62402e94470d451b51d755d721cc634d9cd64cbbf0847e72cf75426f6d16 SHA512 (golang.org_x_crypto_@@v_v0.0.0-20191011191535-87dc89f01550.mod) = f40c7b620b28b5bdc6ce92d43768af71b5869e7f0eb7872dd0f2751eed2bd15a17f7af26bf2dc5c6f7e6b816a174d010bfd22b3f8f5dd72f22dc4e4357dea842 Size (golang.org_x_crypto_@@v_v0.0.0-20191011191535-87dc89f01550.mod) = 146 bytes BLAKE2s (golang.org_x_crypto_@@v_v0.0.0-20200622213623-75b288015ac9.mod) = 07315fef95da7e487fc811e8e6b2dfdccc48046b69d2e03669b5701ea8c1d1f6 SHA512 (golang.org_x_crypto_@@v_v0.0.0-20200622213623-75b288015ac9.mod) = 7c5a755a03063d47d259fda0a6c2faa63c2f30b98dbac583e106aaa817d6cde3e07551e0b5e08f3a25db4c4ca45a23cebe993ae6f3d39c88deeaf2c7d8086a06 Size (golang.org_x_crypto_@@v_v0.0.0-20200622213623-75b288015ac9.mod) = 155 bytes BLAKE2s (golang.org_x_exp_@@v_v0.0.0-20240103183307-be819d1f06fc.mod) = 3287a2ca21a26489667c9e0e428ab4467680b2633557ab67aa6f7f4b319fd8d3 SHA512 (golang.org_x_exp_@@v_v0.0.0-20240103183307-be819d1f06fc.mod) = 5d06f22e06f41b564b9ef6652d6e3a2d97c6eaee222377e4a6557775ec08fd79dccb256ed14206f93a8b52c6d68a9e54a671875899bd379f3c6bd8dd00035d25 Size (golang.org_x_exp_@@v_v0.0.0-20240103183307-be819d1f06fc.mod) = 133 bytes BLAKE2s (golang.org_x_exp_@@v_v0.0.0-20240103183307-be819d1f06fc.zip) = aeb6a866ce102bfbfe4248d088c54a3d63d6150a629be465d52223a3371efb0b SHA512 (golang.org_x_exp_@@v_v0.0.0-20240103183307-be819d1f06fc.zip) = a7fd91c37c90e1e174380b4cf11fe2c3fb3023b45b953112165190ea89c763fa40a6c1e7a0d996ebaee3e15854a1efa3916f2973e0815572a586e7f30a4989ca Size (golang.org_x_exp_@@v_v0.0.0-20240103183307-be819d1f06fc.zip) = 589706 bytes BLAKE2s (golang.org_x_mod_@@v_v0.3.0.mod) = 1fa2e89f8aba3aff92e36fc586da0212269bf2eb6433a62242f77ac374b1135d SHA512 (golang.org_x_mod_@@v_v0.3.0.mod) = 16d72a943c436bf27c18ee65deb1e1a3b1283dcfcc76a49f01919df97f41ae6ef7c5fe7f95b5bb62cf6f6fee57eb9654ca27ec3bae448ebfe894f8d6d0101fa1 Size (golang.org_x_mod_@@v_v0.3.0.mod) = 214 bytes BLAKE2s (golang.org_x_net_@@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = bfa1d10354f85025b70e240f2ae7d4ead1684323fc2a0630b15749db3f85c7b8 SHA512 (golang.org_x_net_@@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 26b6c92eecd2208967336d4d23f8a71f77f9a73643ad1e5cd84dee36b2f626fffc806e4dd33acc284831a0961e2b363d898a747903235945fbfb665c5b4d5ef2 Size (golang.org_x_net_@@v_v0.0.0-20190404232315-eb5bcb51f2a3.mod) = 119 bytes BLAKE2s (golang.org_x_net_@@v_v0.0.0-20190620200207-3b0461eec859.mod) = 1c3e72485ccef1dd03ab07484627ee59f4ef62e97bd3ba94ca5d98718b7b81a6 SHA512 (golang.org_x_net_@@v_v0.0.0-20190620200207-3b0461eec859.mod) = 2794c616072f01ca3324107aad2ed97e05f6e6c1e9811a1749073376a89c9ce57a910cfdc8dd6bdc2583d133bb53605c7a68917eaa221ec5c1c8319e5dfbb236 Size (golang.org_x_net_@@v_v0.0.0-20190620200207-3b0461eec859.mod) = 181 bytes BLAKE2s (golang.org_x_net_@@v_v0.0.0-20201021035429-f5854403a974.mod) = 666e92871a9c9bd7e5aab18e099ee17251726a851c43baffdab74e877010c07b SHA512 (golang.org_x_net_@@v_v0.0.0-20201021035429-f5854403a974.mod) = 098a7d7eadb99bc1eb8695f1d86e1ed2ec2f5f625045f3ed77648d4ef7047818cfc449d46c8a6ccf285f95956baf228c1c57d6e281da1f63f67cfa0f93ca4230 Size (golang.org_x_net_@@v_v0.0.0-20201021035429-f5854403a974.mod) = 181 bytes BLAKE2s (golang.org_x_sync_@@v_v0.0.0-20190423024810-112230192c58.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede SHA512 (golang.org_x_sync_@@v_v0.0.0-20190423024810-112230192c58.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 Size (golang.org_x_sync_@@v_v0.0.0-20190423024810-112230192c58.mod) = 25 bytes BLAKE2s (golang.org_x_sync_@@v_v0.0.0-20201020160332-67f06af15bc9.mod) = 0524d428f3fcb8a923eb2717aacc5f3b26a68c2b9ac636b9505d1820d6b32ede SHA512 (golang.org_x_sync_@@v_v0.0.0-20201020160332-67f06af15bc9.mod) = a9dd073f69c5be1153aaab6e84dd3bb1610a0df8b9882ca4c486c6625d4b5201e5032f86e5014421358dff564d93c4e67f20e5fd1d21ed5e259ddfbc90af43c0 Size (golang.org_x_sync_@@v_v0.0.0-20201020160332-67f06af15bc9.mod) = 25 bytes BLAKE2s (golang.org_x_sync_@@v_v0.20.0.mod) = 7041602217cf35da919f89685bb7203789bf49cf861bc4dd4b9a92b03b6d3961 SHA512 (golang.org_x_sync_@@v_v0.20.0.mod) = fadbb942889ef5930c37862f8e79d336f26b1a713134a731377f4fecfca8472fe699624f71955c8a1a87b48e98a99f537ae0c43a07ef449feada221d0d6dc2e2 Size (golang.org_x_sync_@@v_v0.20.0.mod) = 36 bytes BLAKE2s (golang.org_x_sync_@@v_v0.20.0.zip) = f4be3bbeef1de9a219b507037fccb9579ab068619167d4a01c9c7d8d9b2fdbb8 SHA512 (golang.org_x_sync_@@v_v0.20.0.zip) = 4d3ff13c079f7b773b6e62c417d48b5db930229aac3e8e696bf382ebd161fe3177da43e6f3c4e663b9ff54c7a7256d410515191fe0583702f397b363cc369ec2 Size (golang.org_x_sync_@@v_v0.20.0.zip) = 25681 bytes BLAKE2s (golang.org_x_sys_@@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = aa44bc87b37c614a717cf692f23966b8babf30a09e6039a89eb6cc5b2943af87 SHA512 (golang.org_x_sys_@@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = ffe50fccf7f1d200f2ebc805b190e3f10c5a3184458a38f4590e520d7ce115e1520fbabe56651bbdc2e08da4a8db5ac86d0e88728efde3ab26c64ab4e0cd604c Size (golang.org_x_sys_@@v_v0.0.0-20190215142949-d0b11bdaac8a.mod) = 24 bytes BLAKE2s (golang.org_x_sys_@@v_v0.0.0-20190412213103-97732733099d.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@@v_v0.0.0-20190412213103-97732733099d.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@@v_v0.0.0-20190412213103-97732733099d.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@@v_v0.0.0-20200930185726-fdedc70b468f.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@@v_v0.0.0-20210119212857-b64e53b001e4.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@@v_v0.0.0-20210119212857-b64e53b001e4.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@@v_v0.0.0-20210119212857-b64e53b001e4.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@@v_v0.0.0-20220715151400-c0bba94af5f8.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@@v_v0.26.0.mod) = 546db01fa3b030f3f3b5f8d3674bc29d1f026a60a57e474fff3e1cd44fe694a1 SHA512 (golang.org_x_sys_@@v_v0.26.0.mod) = ec229018bf6fa169913d0c66821fc296766b8a71720123e8d8cfcf5b8b8da110e338d03b8233b1224b8586ea9d9e4231b9720c1f806d4be2523413c521acf97b Size (golang.org_x_sys_@@v_v0.26.0.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@@v_v0.26.0.zip) = e3ebcd7b58da981dc57aa3b59d6a3b896ec2d2fbc43ab39bee2228f48e6205c2 SHA512 (golang.org_x_sys_@@v_v0.26.0.zip) = e00a7315ae42ba096c8256a709f32249f6bdcfd9edee79fc11ac8d8d2438514e20aa06faacea3268afb90d53af39e5431ee3656ecb89b87f23f5a431be9b34d2 Size (golang.org_x_sys_@@v_v0.26.0.zip) = 1970363 bytes BLAKE2s (golang.org_x_term_@@v_v0.0.0-20210503060354-a79de5458b56.mod) = d9278ca4b98e3fa66b674b3ddbb63f68135a5f3b135194a19f2b0c9a2ac78901 SHA512 (golang.org_x_term_@@v_v0.0.0-20210503060354-a79de5458b56.mod) = e9ea2b640f798292d676ee885d9390a0d39e97209bd1f361eb110acbaebcfc36dfa49140770fdd5d768daa4d7cf1554cfdfaa19864ee078825c84401a5a09658 Size (golang.org_x_term_@@v_v0.0.0-20210503060354-a79de5458b56.mod) = 95 bytes BLAKE2s (golang.org_x_term_@@v_v0.0.0-20210503060354-a79de5458b56.zip) = d5403d6f02421f53ce40ba33a1a91fb529cd58a84d133a784279d083d5cea25c SHA512 (golang.org_x_term_@@v_v0.0.0-20210503060354-a79de5458b56.zip) = 71948fb5bb4e2802e3dbc1bbea9cef38a11f07719c357cbf519c62d85cd49a544e36c64f6a1193a329d29f19006dd753de986644338a9b01ac21c5d5fbd0269d Size (golang.org_x_term_@@v_v0.0.0-20210503060354-a79de5458b56.zip) = 21403 bytes BLAKE2s (golang.org_x_text_@@v_v0.3.0.mod) = 080036087ec663fb318320442bf68fad98da28e3ea33a1e5a3acf697a0527460 SHA512 (golang.org_x_text_@@v_v0.3.0.mod) = ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d Size (golang.org_x_text_@@v_v0.3.0.mod) = 25 bytes BLAKE2s (golang.org_x_text_@@v_v0.3.3.mod) = 70f5179544ccad4f13f0825e55a41b11a7dd38266aada468eb391ab115a3458e SHA512 (golang.org_x_text_@@v_v0.3.3.mod) = f3f68808ccf5223453f765f59db1ef551b2130069eb83518878961c2d4a2044f9049f8d49df6e67699fcd2645cf90b84d35626590b2cfbca302fcf0eac76dc8b Size (golang.org_x_text_@@v_v0.3.3.mod) = 97 bytes BLAKE2s (golang.org_x_tools_@@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = d276ed1711a2da66e71b05357b06093eb7c33e7f00c194ff6386deb7b0676fca SHA512 (golang.org_x_tools_@@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 3c166b18c0ce47a47e95da9eeede63879a92b0205bd4589d554f7bae89699be0efa83e1f5bba8e50f47714ea23e759b07f4543fe06301995d39373da2db16fc0 Size (golang.org_x_tools_@@v_v0.0.0-20180917221912-90fa682c2a6e.mod) = 26 bytes BLAKE2s (golang.org_x_tools_@@v_v0.0.0-20191119224855-298f0cb1881e.mod) = a212a1fb08f1d60f83d616e697ed00d123468c02db07b98b1fc05a6546c377b8 SHA512 (golang.org_x_tools_@@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 6a0316ac3b01aba3f186b5db540a368ab780a821252f7f0975f9e44afea9170c4b3e7027dc5f79a54ebc6af290cbb59b876d3b53bbf26fd05fc3a80a06fae109 Size (golang.org_x_tools_@@v_v0.0.0-20191119224855-298f0cb1881e.mod) = 212 bytes BLAKE2s (golang.org_x_tools_@@v_v0.1.0.mod) = 4721e0850172d374b1be9218525d7a81dcba19a19245f1577fdd2fc71e263261 SHA512 (golang.org_x_tools_@@v_v0.1.0.mod) = 13d4c5dc1bb206cae17c38b6e387386573b402a3679054c12a53acf384e15d5d77ebbb77ad374993b1bba547faf34f4189fe5d77b80d57f0831dac1ee54a98c0 Size (golang.org_x_tools_@@v_v0.1.0.mod) = 323 bytes BLAKE2s (golang.org_x_xerrors_@@v_v0.0.0-20190717185122-a985d3407aa7.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@@v_v0.0.0-20190717185122-a985d3407aa7.mod) = 37 bytes BLAKE2s (golang.org_x_xerrors_@@v_v0.0.0-20191011141410-1b5146add898.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@@v_v0.0.0-20191011141410-1b5146add898.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@@v_v0.0.0-20191011141410-1b5146add898.mod) = 37 bytes BLAKE2s (golang.org_x_xerrors_@@v_v0.0.0-20191204190536-9bdfabe68543.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@@v_v0.0.0-20191204190536-9bdfabe68543.mod) = 37 bytes BLAKE2s (golang.org_x_xerrors_@@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = b9082cd5be0cf4d922cd04363acc12692e595a5560e43763d016b9dafa566584 SHA512 (golang.org_x_xerrors_@@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = 659d18a7a3a1be45ff6dc9e7475276b82ee7f11c47d39b0c237d7f872836a1dbdfff0902f21d6cd8093663997865da92e3e5a4acf1ad6129f972dc5e667b4f05 Size (golang.org_x_xerrors_@@v_v0.0.0-20200804184101-5ec99f83aff1.mod) = 37 bytes d129 9 a137 9 BLAKE2s (gotest.tools_v3_@@v_v3.3.0.mod) = 14e12c4119f4881b99a77b6658b7fa2a339402c672564f4e2e87e1b0d223d21b SHA512 (gotest.tools_v3_@@v_v3.3.0.mod) = d15ecb1ab11c3bf27b64fcd1a9b323919bccfbc5e769e57fb705e6a3e8bb6e52ef34eed246674e721eed8cd47744b5f68bbdd65fd1bfe41b7d4e07c6618cd67d Size (gotest.tools_v3_@@v_v3.3.0.mod) = 189 bytes BLAKE2s (gotest.tools_v3_@@v_v3.3.0.zip) = 423fc3f010d9c97ade508b10b055fc63c3281231b357f8fe70d540b3153c3156 SHA512 (gotest.tools_v3_@@v_v3.3.0.zip) = 5cbbd6ef791325a668daa7de227b8e75b9a636acfc63214cb71b024a6ecb448770c42d1d0fff868d1f4d8a97f99ab39e738c5fd5ded5def30209cf460ba78664 Size (gotest.tools_v3_@@v_v3.3.0.zip) = 98546 bytes BLAKE2s (moor-2.15.1.tar.gz) = 1d0760f790107ca2c7cd259d8f4d936104d9b208e30e562bcb9a709ec32f3d5b SHA512 (moor-2.15.1.tar.gz) = 41d2b3158d82756f4f895c957eaf1fb9df19188ab0787beccb3127f7527dde6e9f768f96ed69e3aa81785d2dd223f48eba66e14597c23d431e3528c12b7eb81f Size (moor-2.15.1.tar.gz) = 5332272 bytes @ 1.27 log @moor: update to 2.14.0. Wrap text at PAGER_WRAP_COLUMNS if set Latest Improve file format detection by checking file contents if the file extension didn't help Fix a crash when switching between files @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.26 2026/05/17 14:17:23 wiz Exp $ d222 3 a224 3 BLAKE2s (moor-2.14.0.tar.gz) = 20ae671e0a0d5a0a1324ea9b5df03ec81190d94f488045b40c1ce19070d94d44 SHA512 (moor-2.14.0.tar.gz) = f84059d474f89926b7c92c0f707ba4e80688141e8da1da4bec2cbd2d3d973a10a4dbdf952d34e61caf1bc9fd0b68638c120fdfce1cd02c6293babaec2ab99b24 Size (moor-2.14.0.tar.gz) = 5331967 bytes @ 1.26 log @moor: update to 2.13.2. v2.13.2: Fix a crash when filtering Latest This release fixes an intermittent crash that could happen when filtering a file down to zero lines. Also, this release improves performance for rendering long (100KB) lines. v2.13.1: Performance improvements for searching Performance when searching and scrolling sideways to search hits has been significantly improved. Hits are now also centered on the screen when scrolling sideways. Also in this release: Fix a goroutine leak and limit CPU usage when searching Detect JSONL files and apply JSON syntax highlighting, thanks @@scudette in #407! @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.25 2026/05/10 12:08:58 wiz Exp $ d36 12 d84 6 d93 9 d207 3 d213 3 d222 3 a224 3 BLAKE2s (moor-2.13.2.tar.gz) = 2521fe7d75e4923a9f88913b7cd3613c2717103a2b7ce4f29ac01c17956d5a67 SHA512 (moor-2.13.2.tar.gz) = 42d711d9fbc4ac28275f089c9e3a0f3940f3f1e1f3d4e6f882e742a9c4b6f944b39f9df1514fd104a0fee1a662a16a277190d0be0b8d364fdc84e1e19a6c74f8 Size (moor-2.13.2.tar.gz) = 5329640 bytes @ 1.25 log @moor: update to 2.13.0. In this release, moor now automatically detects if a file gets truncated/shrunk or completely rewritten and reloads it appropriately. Also, you can now press r at any time to manually reload the current file. Additionally, the man page got minor touchups, thanks @@ssgelm in #405! @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.24 2026/05/03 15:57:55 wiz Exp $ d189 3 a191 3 BLAKE2s (moor-2.13.0.tar.gz) = 765b229be02c7c27f87de2bb6317550fb0d80b4a21d72eb27b91c85948c7929c SHA512 (moor-2.13.0.tar.gz) = 67ab3b73e616e2bb62d93a7a05886840680729bef0613f4a8a1f91d07fa9c66fabd7f50ef5ea9bc57eb6b5f5727b7bb12b1f47068ec8f6b896d97251a0ad29ae Size (moor-2.13.0.tar.gz) = 5326829 bytes @ 1.24 log @moor: update to 2.12.3. 2.12.3 Fix a crash Crash reported here: #399 Also, this release makes filtering using & 14% faster with large input. 2.12.2 Support ANSI escape codes for blink, hidden, and strikethrough, contributed by @@viserctul in #402. Thanks! Also in this release: Ignore OSC8 parameters Make LESS_TERMCAP_md control man page headings as well 2.12.1 Support CTRL-f and CTRL-b for paging forward and backward, contributed by @@joshheyse in #395. Thanks! Also in this release: Accept ESC as the escape character in LESS_TERMCAP_* variables Fix busy looping when reading from a pipe on Windows @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.23 2026/04/15 18:53:12 wiz Exp $ d189 3 a191 3 BLAKE2s (moor-2.12.3.tar.gz) = 15448151be46f7d48a19f99f831abc45ca04e6e61d32a8747c41a92b83ddb6b2 SHA512 (moor-2.12.3.tar.gz) = d1d21b01bde48cec50c8cc4f09f029b49e30e0a492697419b7a875927a3a41f0104b9f5ecba9783fc8fcb207747ee11085c07b2c3934de2d798508f15c9defe5 Size (moor-2.12.3.tar.gz) = 5320628 bytes @ 1.23 log @moor: update to 2.12.0. Support CTRL-f and CTRL-b for paging forward and backward, contributed by @@joshheyse in #395. Thanks! Also in this release: Accept ESC as the escape character in LESS_TERMCAP_* variables Fix busy looping when reading from a pipe on Windows @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.22 2026/03/09 16:49:52 wiz Exp $ d189 3 a191 3 BLAKE2s (moor-2.12.0.tar.gz) = 1a658f18b9e84284713ce6a07c5a66ccb8730a2ccc7291c0464e847421f71582 SHA512 (moor-2.12.0.tar.gz) = 0f6c9c24f4de6638338f59604c215addbfdd54ab90b73a8bd5a8c8fb037250c42869de6e04e80ec2c797fbcf808eef00367deb687f3dadc6dbefc231d8bfe392 Size (moor-2.12.0.tar.gz) = 5316994 bytes @ 1.22 log @moor: update to 2.11.1. Before this release, when... Open a file in moor Press "v" to open it in an editor Exit the editor ... moor would exit. With this release, moor will now instead continue where it left off. Also in this release, filtering now performs better in certain cases. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.21 2026/03/02 12:11:19 wiz Exp $ d117 6 d189 3 a191 3 BLAKE2s (moor-2.11.1.tar.gz) = d88e654ab876d670a4ac48b32d0704a7452f24e85656a606905fa3dc1e4ebd70 SHA512 (moor-2.11.1.tar.gz) = 94ce84bea60b3231c16851c9f8e9c6282ba6c72072cf4e2a9ffcf6f1c8c31f6d43875a756a2c4e05ba6849b598286defc60a9004ea4c841d2da3423d76f8b86a Size (moor-2.11.1.tar.gz) = 5317074 bytes @ 1.21 log @moor: update to 2.11.0. v2.11.0: Suspend on CTRL-z Also in this release, filtering is now faster, thanks to @@plutonium-239 in #387. Thanks! @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.20 2026/02/16 12:19:06 wiz Exp $ d183 3 a185 3 BLAKE2s (moor-2.11.0.tar.gz) = 24c63ee575da3a5e971ce337803a9ad6c64e39e559d05a97c8ccb14f7a8eb010 SHA512 (moor-2.11.0.tar.gz) = 86cce899374788f77b87fc4f18f261ca57b87983dc44ec98f46ed1d8493ffa0cecaea1398ca661b4b227c7f5d0738592dd0e9667f99e295143ebbe6c4f57e83b Size (moor-2.11.0.tar.gz) = 5314934 bytes @ 1.20 log @moor: update to 2.10.4. Before this release, searching for the next hit while at the bottom of the input could sometimes get stuck doing nothing. With this release, we should now correctly go to "not found" every time. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.19 2026/02/01 19:33:20 wiz Exp $ d183 3 a185 3 BLAKE2s (moor-2.10.4.tar.gz) = 8fb6d491b1ed3f182202ab0452b95961cfcece05f58d93c644a98007b5be050c SHA512 (moor-2.10.4.tar.gz) = 4c49ce708d104947a286ce5368c57c118693c8ae8db88854a117e4616891ef88758c540c1f749862b2c50644f274ef8795c94a0e65041e259b372fd22c371023 Size (moor-2.10.4.tar.gz) = 5312471 bytes @ 1.19 log @moor: update to 2.10.3. Fix two crashes. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.18 2026/01/22 16:24:57 schmonz Exp $ d183 3 a185 3 BLAKE2s (moor-2.10.3.tar.gz) = 2232d6f85b7e6e705503d4a9ee64da8dadd19be4362fa7ed36283a2adb8c9d95 SHA512 (moor-2.10.3.tar.gz) = e924d4e741ac843cbcd91980a3aa7ec31e40285f2680d321ab9b2a7fdf947bbf13973d275229ca41ab401fa7f4d71a1e3abbd1b49ca29a3dd3ccf1744212d3ce Size (moor-2.10.3.tar.gz) = 5312259 bytes @ 1.18 log @moor: update to 2.10.2. Changes: - Fix truncated lines in man pages - Chroma highlighter was updated - Improved cleanup on shutdown @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.17 2026/01/05 10:47:03 wiz Exp $ d183 3 a185 3 BLAKE2s (moor-2.10.2.tar.gz) = df9f9d5e03f805882f5d36e97b0d441160ece12c0de67592b40a7b422f276dd4 SHA512 (moor-2.10.2.tar.gz) = a81a8c3888b1c2cd163f51e325ebd9fee2a4c275e188d95598d690cebae0bfb2d4241394287dba9e94eada718789ccb4e09fbf0698df2fe82dd77839907a6d4a Size (moor-2.10.2.tar.gz) = 5309784 bytes @ 1.17 log @moor: update to 2.10.1. 2.10.1 It only covered log messages from twin (the console UI library), but nothing from the actual pager. In theory, this change should warrant a major version bump, but since the logging in that API was just added I'll cross my fingers and hope nobody started using it yet. 2.10 Minor version bump since the embed API received another option for providing a log implementation. Also, this release bumps Chroma to a more recent version. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.16 2025/12/21 14:46:01 wiz Exp $ d9 6 a14 6 BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.21.1.mod) = c7d9479d85c908f9d5afbda13a3a413f06e501e0dc99d8fe2c117a53f25a3fec SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.21.1.mod) = f508bced36e41ddfb6c986989b9fbcfd337606a6451d0cc3dab16af04b7cdde46edd886c16fbae8a81eef87949d2d0a3cae7fd393c74945a77ccc6c94430c282 Size (github.com_alecthomas_chroma_v2_@@v_v2.21.1.mod) = 230 bytes BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.21.1.zip) = 862c89754fac116506992cadfa535692240eb429e3e747debbad8e352dc44093 SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.21.1.zip) = 4e1d5aadadd9df0a4c21ff63e62c517191c6654b44ce12d5ae8c584800d352b08e392f077fde7cc7dea7d8aa5c1a9b40144f3498eaf095d8f3296d8452cd020b Size (github.com_alecthomas_chroma_v2_@@v_v2.21.1.zip) = 1641356 bytes d183 3 a185 3 BLAKE2s (moor-2.10.1.tar.gz) = 9d52df3f6439c1cbe5d6f2af365b50601322cb48b14a1deb3678dd7079270831 SHA512 (moor-2.10.1.tar.gz) = a5eb7a07921a6c487b4d4a871f04ec35d80e0ea4ffe764aa35f55226ab15daab8fb775ce29510c225eef42bb2769a11940d85b72c093fba147de1f89fc7f92de Size (moor-2.10.1.tar.gz) = 5308074 bytes @ 1.16 log @moor: update to 2.9.6. v2.9.6: Various updates Reading large (hundreds of megabytes) streams is faster in this release. In this release moor doesn't hang any more when reading files with extremely long lines (hundreds of megabytes). Performance still isn't great in this case, but it is better than before. File names are now underlined by default in the status bar, thanks @@saeedark! Some improvements to theming and syntax highlighting are in this release due to upgrading Chroma. v2.9.5: Fix non-working case insensitive search Fix non-working case insensitive search v2.9.4: More performance work I have stopped counting percentages, but file reading is faster in this version (not that anybody ever complained), and search performance has also seen big improvements. The search performance improvements can be noticed on files with millions of lines. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.15 2025/11/30 14:04:26 wiz Exp $ d9 6 a14 6 BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.21.0.mod) = c7d9479d85c908f9d5afbda13a3a413f06e501e0dc99d8fe2c117a53f25a3fec SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.21.0.mod) = f508bced36e41ddfb6c986989b9fbcfd337606a6451d0cc3dab16af04b7cdde46edd886c16fbae8a81eef87949d2d0a3cae7fd393c74945a77ccc6c94430c282 Size (github.com_alecthomas_chroma_v2_@@v_v2.21.0.mod) = 230 bytes BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.21.0.zip) = 66c03dc7a0e1f625d8bd7c885aaf08c5a16193d0272943ee81979cccb4dbff44 SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.21.0.zip) = 2ab3cca1a510e7b968359136d76c4371d1121ee3dc5355f6ad850339671e606e6b33657fbe3359a626cf742bb75c6f45eb5ce02bcd50bba6952dafd2c573822d Size (github.com_alecthomas_chroma_v2_@@v_v2.21.0.zip) = 1641187 bytes d183 3 a185 3 BLAKE2s (moor-2.9.6.tar.gz) = 70381a22cc16a3d9539d5a3efd2d9a03ad8d9430d62331b427473578d67de168 SHA512 (moor-2.9.6.tar.gz) = 568fc160ae04f6492a5b7567afb02dbe99c5c0cb15027dac5ea2db2a4e35310fc4bb40a9cb8379eabf942e7ec6551bfc1cdddb679046f9cad7c67fc654acb6dd Size (moor-2.9.6.tar.gz) = 5306891 bytes @ 1.15 log @moor: update to 2.9.3. Lots of benchmarking and profiliing work went into search performance. The results weren't super, but the search is faster than before. This release also tunes limits for how much data to read before pausing and does syntax highlighting for larger files. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.14 2025/11/24 10:52:59 wiz Exp $ d9 15 a23 6 BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.20.1-0.20250921220508-b05fcfb98fa2.mod) = c7d9479d85c908f9d5afbda13a3a413f06e501e0dc99d8fe2c117a53f25a3fec SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.20.1-0.20250921220508-b05fcfb98fa2.mod) = f508bced36e41ddfb6c986989b9fbcfd337606a6451d0cc3dab16af04b7cdde46edd886c16fbae8a81eef87949d2d0a3cae7fd393c74945a77ccc6c94430c282 Size (github.com_alecthomas_chroma_v2_@@v_v2.20.1-0.20250921220508-b05fcfb98fa2.mod) = 230 bytes BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.20.1-0.20250921220508-b05fcfb98fa2.zip) = 75239a947cf1d6ff08a192014bf620f71a1f7a7b92617619591bc75d94c21d25 SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.20.1-0.20250921220508-b05fcfb98fa2.zip) = 8131a4ecf2add3f95e1068ad6ad61c2ad669bc8c95cf238ed0d1b65e8e582db1308064a459f56bc3c1b74ee004fbacafa5fa846d315057c5c05c2d2dd6df9e6e Size (github.com_alecthomas_chroma_v2_@@v_v2.20.1-0.20250921220508-b05fcfb98fa2.zip) = 1668693 bytes d60 6 a65 6 BLAKE2s (github.com_sirupsen_logrus_@@v_v1.8.1.mod) = 895823f1674562e92c0f627b224102cd31f945633c3adba4e6e6dbbd1fff80c9 SHA512 (github.com_sirupsen_logrus_@@v_v1.8.1.mod) = ba06d3386a03812f2ce65f0597b932beb62b70b4da92974c5f5ed81c150fb71ce0285a2d9779ec8a40916870b0e4da5c2c8c5591c3687f3b8e829652a01ec1f6 Size (github.com_sirupsen_logrus_@@v_v1.8.1.mod) = 242 bytes BLAKE2s (github.com_sirupsen_logrus_@@v_v1.8.1.zip) = a4c2f237e700d2ec8b18a1d6a3ce388fbb749996c0a9a5a7d38562b0ab89427b SHA512 (github.com_sirupsen_logrus_@@v_v1.8.1.zip) = 50aa92ee488371c7242664cacc6772fcf3b54068d834089d7b62675f9e17a84d234295f266419919ca197f3ddb6d358bab6d5e4583883d4504d6ff90054f5827 Size (github.com_sirupsen_logrus_@@v_v1.8.1.zip) = 66301 bytes d69 6 a74 3 BLAKE2s (github.com_stretchr_testify_@@v_v1.2.2.mod) = 0aab4ef6e84a9f79a057a2dd3c20af5527903ddca30e8e5207e0d64623d3121c SHA512 (github.com_stretchr_testify_@@v_v1.2.2.mod) = 5b7ce867497852e4918b8cde5f75ecf2f24b9c95ad112478ac132322e904243f1cea3d16f5731646efb669256dbefc129ac70a499c8b1d25403a14c7e4fad10b Size (github.com_stretchr_testify_@@v_v1.2.2.mod) = 35 bytes a122 3 BLAKE2s (golang.org_x_sys_@@v_v0.0.0-20191026070338-33540a1f6037.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f SHA512 (golang.org_x_sys_@@v_v0.0.0-20191026070338-33540a1f6037.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab Size (golang.org_x_sys_@@v_v0.0.0-20191026070338-33540a1f6037.mod) = 33 bytes d129 3 d171 6 d183 3 a185 3 BLAKE2s (moor-2.9.3.tar.gz) = 9c156c230baa684d2be71d8d359d2ffcbf78ffa3995d3dbb6eb5834929ca0cb5 SHA512 (moor-2.9.3.tar.gz) = 268d69a22a5b64b2f536beb28692938fa11485c528e72ae6c4dddeb8be1db209140719715df9baf385e9435cb1a296e37c89f37fc189fa2124e15e66c3d9c2dd Size (moor-2.9.3.tar.gz) = 3035091 bytes @ 1.14 log @moor: update to 2.9.2. 2.9.2 By dodging lock contention while searching. 4x is a measured value on a specific machine with 8 physical / 16 logical cores, YMMV. Speedup should be higher the more CPU cores you have. Also in this release is a few improvements to interactive help texts. 2.9.1 History file is now stored according to XDG Base Directory Specification. When importing less' history, take LESSHISTFILE into account. History length limit has been raised. Also in this release: Detect man pages by content. This should make moor hide line numbers for all man pages, not just those we get from some particular implementation of man. Add flag for disabling line background highlighting for searches 2.9.0 With this release, when you search, pressing arrow up or down will cycle through your previous search queries. Your search history is stored between invocations in ~/.moor_search_history. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.13 2025/11/08 22:46:39 schmonz Exp $ d165 3 a167 3 BLAKE2s (moor-2.9.2.tar.gz) = f1149134f64bdffebd3326666fbb0f28c04a25163fc574b6515bcfe2ea5e2e3a SHA512 (moor-2.9.2.tar.gz) = 79c5fbeeb9f4991af38791cdf6785a289dabe58672c4e699bcb3432c9e2912a5acc2846b99e66914602470d952df36ac7603bf1ab938bbfcc3d7b92df12c2056 Size (moor-2.9.2.tar.gz) = 3032410 bytes @ 1.13 log @moor: update to 2.8.1. Changes: - Add LESSSECURE=1 secure mode for systemctl - Fix searching sometimes scrolling right, even though there were no new search hits there - Fix (in Kitty and some other terminals) mouse selection not working while content was still loading @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.12 2025/10/28 16:05:09 schmonz Exp $ d3 6 a14 3 BLAKE2s (github.com_davecgh_go-spew_@@v_v1.1.0.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c SHA512 (github.com_davecgh_go-spew_@@v_v1.1.0.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e Size (github.com_davecgh_go-spew_@@v_v1.1.0.mod) = 34 bytes d18 3 a59 3 BLAKE2s (github.com_stretchr_objx_@@v_v0.1.0.mod) = 1eb73df00a63ad02b651d13ef6fec7b4842f22c3ecf50546104fddb717aa1c0b SHA512 (github.com_stretchr_objx_@@v_v0.1.0.mod) = 4e366e5a60559a8863cb2a50280deb307d8bf885ca5440cce1b49a084b4cc4583b3481240125f35f161226592a43f2c0a426152f117d79b68c92c72a93f751d5 Size (github.com_stretchr_objx_@@v_v0.1.0.mod) = 32 bytes a62 6 BLAKE2s (github.com_stretchr_testify_@@v_v1.7.0.mod) = 8f7c927dae69fdeb23ce71b39268d84489f12c4cb4cb30e23a564754fde44db8 SHA512 (github.com_stretchr_testify_@@v_v1.7.0.mod) = 197e6ef15edb27ded67ccfb636c252fe522f0930ff012341a4b593f25b5dd8282e4f658970931cfdeb8f2c5ee0b4ebac6738fe7634bf00896d12270fcbf4b31b Size (github.com_stretchr_testify_@@v_v1.7.0.mod) = 216 bytes BLAKE2s (github.com_stretchr_testify_@@v_v1.7.0.zip) = 08a00cd2aeb3930e2fbe87d008d123d546f43b1f1d0a6633f44ad124298b87e8 SHA512 (github.com_stretchr_testify_@@v_v1.7.0.zip) = be80972112f0a3907bde960637cb2c08d6ba4256ca27cfa07de5a0a8e523d0dfbd8e90ae593e5302d7351b7dbddecf69dc3985a9d19b96087732dd886eff371f Size (github.com_stretchr_testify_@@v_v1.7.0.zip) = 105564 bytes d120 6 a125 6 BLAKE2s (golang.org_x_sys_@@v_v0.1.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c SHA512 (golang.org_x_sys_@@v_v0.1.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655 Size (golang.org_x_sys_@@v_v0.1.0.mod) = 33 bytes BLAKE2s (golang.org_x_sys_@@v_v0.1.0.zip) = c090c599040d72e1fe0794e01d8427a39733c762863b1238d9786e441539f52f SHA512 (golang.org_x_sys_@@v_v0.1.0.zip) = 9a73c5352ae5b084e3c74982c0e4867169221294432560dc42fba42524074babddc3249275f98338835d9622f4d2e045837c49d202cf55fcbb29019efb587225 Size (golang.org_x_sys_@@v_v0.1.0.zip) = 1861264 bytes a158 6 BLAKE2s (gopkg.in_check.v1_@@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f SHA512 (gopkg.in_check.v1_@@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2 Size (gopkg.in_check.v1_@@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes BLAKE2s (gopkg.in_yaml.v3_@@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991 SHA512 (gopkg.in_yaml.v3_@@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d Size (gopkg.in_yaml.v3_@@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 95 bytes d165 3 a167 3 BLAKE2s (moor-2.8.1.tar.gz) = 6e40d41ae72d9f52c00ad67bdd8263aaf0144da9bcc7522f63112db2a3d32dac SHA512 (moor-2.8.1.tar.gz) = 499335bede5c943326d6569482d541afe74618bd8b83c2c845898431748dd943a8a7656280089b9aa19a144fb8d459f2a7b1151cbd496e1501f9277a747ecb61 Size (moor-2.8.1.tar.gz) = 3026184 bytes @ 1.12 log @moor: update to 2.7.1. Changes: - Improve --terminal-fg with terminal bg images - Use PAGER_LABEL env var to label stdin - CTRL-a moves to the leftmost column - CTRL-t interactively cycles tab width @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.11 2025/10/18 18:48:14 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.7.1.tar.gz) = 97f17379640d6432e6928678e1396cacce5cb006fc1530b05788124d8ad1871b SHA512 (moor-2.7.1.tar.gz) = c866b2eea018165e8eb198afefde1984051d46a27d1c665fa255dfa8c4f9c8b118115a3a63495f8c9e2a083f457f7be29ab834d44f58c7c37fd176c172481bcd Size (moor-2.7.1.tar.gz) = 3025161 bytes @ 1.11 log @moor: update to 2.6.1. Changes: - Support `#` in URLs - Keyboard navigation improvements to the input box used for searching - Add QuitIfOneScreen and NoLineNumbers to embed API @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.10 2025/10/16 13:25:33 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.6.1.tar.gz) = 02b3b7e1eaea407d66aee5a5c7651c06aefd4ad96bff9087fb74d1b2a73c7c02 SHA512 (moor-2.6.1.tar.gz) = e80c4cdefdc1a11d219d2962f5849b337794fae3201da2ae382b8a7fc39c7ba3674760c73ab8b8a8acd289eaf6f62c72a559a8624483cbce6836f2a75ecf92c7 Size (moor-2.6.1.tar.gz) = 3023891 bytes @ 1.10 log @moor: update to 2.5.2. Changes: - Center search hits vertically - iTerm2 now has working scroll + select out of the box @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.9 2025/10/14 16:43:04 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.5.2.tar.gz) = 907b1eec8d5a6d1fc95743bb4d03e3ae1976246c7b3ca4a1ea8e0fb6c6ddcb88 SHA512 (moor-2.5.2.tar.gz) = 15937d3a09630b7bc6f145fd0a1e82d4bf44dbfc63f4cd97f5995bb6fd6e09e231ea9f0736d9d31d323f1d2ce8d672faec67eed53fa89ddc3bafae1c00f19158 Size (moor-2.5.2.tar.gz) = 3023464 bytes @ 1.9 log @moor: update to 2.5.1. Changes: - Backwards searching now scrolls sideways as needed - Fix selection not working in certain terminals - Default line numbers to off when showing git output - Support ^a and ^e to move to start and end of search edit box @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.8 2025/10/07 14:32:06 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.5.1.tar.gz) = a9075fe0d00486f5ecb85aabf6a195eb2f1df537eee34f51003d3c8cc3044717 SHA512 (moor-2.5.1.tar.gz) = 1692088c4f09cb8541717c1dcbce373bfd3a17f51c8e5c4f46c3e4f69ea1d0805c803022f01b6a35084e53e6a5bd5b51910e3d1095d3ad588c09b1f2957bcaff Size (moor-2.5.1.tar.gz) = 3021975 bytes @ 1.8 log @moor: update to 2.5.0. Changes: Before this release, if you had long lines and searched forward, hits to the right of the screen weren't visible. With this release, the search will scroll right to show search hits that are off-screen to the right. Also in this release: - Show man page names in the status bar - Make --quit-if-one-screen work with word wrapping enabled - Search text is now editable @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.7 2025/10/02 20:12:30 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.5.0.tar.gz) = 410394fbe6d12d7cce88fb870fb59c21c27189806627342388a0c85f4cba2d64 SHA512 (moor-2.5.0.tar.gz) = 0f494276964442a27bb87d1bc220c491cddb8193dd5e47d8aecc4fb4477d48aa15193fe6787e01fec374995e5dc024cecb05532cb4a628e4e42c63a9347294a2 Size (moor-2.5.0.tar.gz) = 3019597 bytes @ 1.7 log @moor: update to 2.4.1. Changes: - Match less' behavior with piped stdin @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.6 2025/09/28 19:35:26 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.4.1.tar.gz) = 17c1e94d2815e810c23261b8afef0046cca415d1aebb3049eb0a58075e47e3e4 SHA512 (moor-2.4.1.tar.gz) = 3dcc3b48401853791ad6c38e2fb249c0dd45cd96b33b2e4bc765455b358d658f06ba9732214a778370cc33949d48fe7806445354913df23225d32c9657dd1fd0 Size (moor-2.4.1.tar.gz) = 3016333 bytes @ 1.6 log @moor: update to 2.4.0. Changes: - Default tab size to 8 to be like less @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.5 2025/09/26 15:06:55 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.4.0.tar.gz) = a0a9b0da34b13468c980ca93aa4dee5d83dd05c637c112ed9aa46d8a8d39060e SHA512 (moor-2.4.0.tar.gz) = 86b03094931556fc3b689225ea5460c12685c55bf7733efec944cc2f5363f4ef09a5104b0b4d3e8d15da48491cb1077fd4a2c703618c8694aeea69f681885764 Size (moor-2.4.0.tar.gz) = 3013760 bytes @ 1.5 log @moor: update to 2.3.0. Changes: - Highlight lines with search hits - Provide line highlighting in more cases - Support opening multiple files @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.4 2025/09/13 18:16:18 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.3.0.tar.gz) = 39e97d74ecb5350fd57e9d41a8b0856467a6ef8e3f93f5cf65152eed73a256db SHA512 (moor-2.3.0.tar.gz) = fa5887d4b6f963b8c89260c334a56169937e6b1394fc0e3051d6117aba03a25a0b9061a20fb72cf39ac45225cd1120590c06554808316fa0ac239933394fae9f Size (moor-2.3.0.tar.gz) = 3013439 bytes @ 1.4 log @moor: update to 2.1.1. Changes: - Working scroll + select in Windows Terminal @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.3 2025/09/05 14:39:22 schmonz Exp $ d3 6 a8 6 BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.19.1-0.20250723141813-02ff9d482061.mod) = 9b3196a44d836a0dabc17bc19b7e254ecba0dd2cc54f95cf392a0de0ff4e6543 SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.19.1-0.20250723141813-02ff9d482061.mod) = 69bd12e468da4c0dc1a242dd56afe910929f7f2368df4fe77368d8ea96ec8eec45892ed2447e759a368f5740bbc0f2b60e67a15134151ce15327222264f55a92 Size (github.com_alecthomas_chroma_v2_@@v_v2.19.1-0.20250723141813-02ff9d482061.mod) = 230 bytes BLAKE2s (github.com_alecthomas_chroma_v2_@@v_v2.19.1-0.20250723141813-02ff9d482061.zip) = 899fd68e6ee3dfd689db884c969e2e0319d0cca25acb9b2875b31174f7d40edb SHA512 (github.com_alecthomas_chroma_v2_@@v_v2.19.1-0.20250723141813-02ff9d482061.zip) = 1d0cb323a9b90b9abd00c8b1555ffe76f4d7b479597da562635ed14fd4e36c223bb76b93726776ceafad8299cd1f7525c66634bd291f5b9f58cc2d4c610cdbf9 Size (github.com_alecthomas_chroma_v2_@@v_v2.19.1-0.20250723141813-02ff9d482061.zip) = 1617175 bytes d174 3 a176 3 BLAKE2s (moor-2.1.1.tar.gz) = d82e7b78606121edff10bd684c28db5e85418b3bcfff2774d27d91f018f1ab24 SHA512 (moor-2.1.1.tar.gz) = 56569df932fdda4b23f59344c03d0d3f1aa749704ee993bb074117a53a6de5beb7cfe1e3cbd601f3997752cd8755d679b10ed22fa17e4c76a05d6b063e4ff787 Size (moor-2.1.1.tar.gz) = 3013310 bytes @ 1.3 log @moor: update to 2.1.0. Changes: Fix crash related to intermittent problem scrolling around the switch from line numbers 999 to 1000. On mac keyboards you can now press option-arrow to scroll sideways one column at a time. If stdin is coming from a pipe, we ignore - as a file name. If stdin is coming from a terminal, we assume - is a file and try to open it by that name as before. @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.2 2025/08/18 03:03:04 schmonz Exp $ d174 3 a176 3 BLAKE2s (moor-2.1.0.tar.gz) = 051a6337be0e132a55a758084378671dcda7aae4d946447e9e0a3ae4d6d4304e SHA512 (moor-2.1.0.tar.gz) = 04066a261739a4e47b2b2b8bb807b5a5dcc9554cf7eda1587e72e5c1922888439c5f77ea212eac3b68a3f215efa848e50c047fb3c63be299575962bdc04fbf3a Size (moor-2.1.0.tar.gz) = 3013179 bytes @ 1.2 log @moor: update to 2.0.4. Changes: - Make scrolling help text work even on short input - Handle bold+underline man page style (man grotty) @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.1 2025/08/13 15:41:33 schmonz Exp $ d66 6 a71 6 BLAKE2s (github.com_ulikunitz_xz_@@v_v0.5.11.mod) = 9b4f34082513801e62e744c626be31f00dd7d0b2f81ec14710f90412be1f521a SHA512 (github.com_ulikunitz_xz_@@v_v0.5.11.mod) = fc06f111ad8fe91b6233781e300d3abe760140633f45c51fc7b93c744b870f66727d12132e692b5d59526fddd1f728d7a18976e392052d9fe362d3a39149cbb1 Size (github.com_ulikunitz_xz_@@v_v0.5.11.mod) = 40 bytes BLAKE2s (github.com_ulikunitz_xz_@@v_v0.5.11.zip) = 9800cec9497c33f3e00aa40e9a0f17fe078a11a907efd79696f16db5b8d5a3bf SHA512 (github.com_ulikunitz_xz_@@v_v0.5.11.zip) = 98b15482dc5189136763349630869279f4bf9777188025dfa0c4daf6c72b4722c5d1fc37296e734b938c9729806a861d19a26fb24f9fbd49de29573a903da5de Size (github.com_ulikunitz_xz_@@v_v0.5.11.zip) = 4239825 bytes d174 3 a176 3 BLAKE2s (moor-2.0.4.tar.gz) = ff2b4ea87529e239b41939c8aa70612e51875e5f81a7457328b6104703b31211 SHA512 (moor-2.0.4.tar.gz) = d99f5549f11ff5ff251f6f3d18ec620c2631df87463dadf0a4088aa40be1b070d27408b19bdcd8894658260a7f7d2f14af263f90ef3708f1b6a0973e0f7daab3 Size (moor-2.0.4.tar.gz) = 3013176 bytes @ 1.1 log @Add moor: Pager designed to just do the right thing without any configuration Moor is a pager. It reads and displays UTF-8 encoded text from files or pipelines. Moor should be trivial to get into if you have previously been using Less. `moor` is designed to just do the right thing without any configuration: - Syntax highlight source code by default using Chroma - Search is incremental / find-as-you-type just like in Chrome or Emacs - Filtering is incremental: Press & to filter the input interactively - Search becomes case sensitive if you add any UPPER CASE characters - Regexp search if your search string is a valid regexp - Snappy UI even on slow / large input by reading input in the background and using multi-threaded search - Supports displaying ANSI color coded texts (like the output from git diff | riff for example) - Supports UTF-8 input and output - Transparent decompression when viewing compressed text files (.gz, .bz2, .xz, .zst, .zstd) or streams - The position in the file is always shown - Supports word wrapping (on actual word boundaries) if requested using --wrap or by pressing w - Follows output as long as you are on the last line, just like tail -f - Renders terminal hyperlinks properly - Mouse Scrolling works out of the box (but look here for tradeoffs) @ text @d1 1 a1 1 $NetBSD$ d174 3 a176 3 BLAKE2s (moor-2.0.3.tar.gz) = 46b61dab9e46f10c558880877a0a6c57a477f15feb109ef4981a7e2d4d060e03 SHA512 (moor-2.0.3.tar.gz) = 3a0b9e653a37dfa86d3d3901623248658fdd96bf8d8009d1fd8179496f8a92986587dcaba4d8ffeefb5ee0489b0bee7e7500fcb9f2dd10b2147e6b139b43df47 Size (moor-2.0.3.tar.gz) = 3013048 bytes @