1
1
mirror of https://github.com/walles/moar.git synced 2024-08-16 15:30:34 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Johan Walles
e92b01da07 Make panic messages look nicer
Cred to @daniejstriata for this flag:
https://github.com/walles/moar/issues/201#issuecomment-1991628189
2024-03-19 07:05:32 +01:00
Johan Walles
b5f9b88c31 Fix wrapping backwards search 2024-01-10 14:41:21 +01:00
Johan Walles
ab20550d45 Fix search problem on not-found mode
Fixes #182, but there are still related issues when searching backwards
and wrapping after not-found.
2024-01-10 13:37:45 +01:00
Johan Walles
d045cb6d37 Get line numbers style from Chroma style 2023-12-19 09:06:11 +01:00
Johan Walles
ce49d99a9a Add Linux/arm32 builds
Fixes #122

Or actually works around rather than fixes. The fix would be to have
moar packaged for Debian.
2023-02-22 19:48:31 +01:00
Johan Walles
46b84fb392 Add a Windows executable to the release 2021-09-10 06:50:44 +02:00
Johan Walles
d122901ca8 Add gomft -s flag
Adds code simplifications. Recommended online somewhere.
2021-04-19 15:20:33 +02:00
Johan Walles
ede1a8cbb3 Verify code formatting in ./test.sh 2021-04-19 08:41:09 +02:00
Johan Walles
0795329ac5 Format sources on build, but not in CI 2021-04-18 21:59:38 +02:00
Johan Walles
90e374601d Use our new tcell replacement 2021-04-17 22:29:41 +02:00
Johan Walles
db4acb57ef Make binaries somewhat smaller 2021-01-10 15:50:55 +01:00
Johan Walles
f0dead13ad Move historical releases into their own directory
Because of <https://github.com/microsoft/vscode/issues/38878> vscode
doesn't handle having old releases in the top dir. This change moves
them away.
2020-12-30 18:43:25 +01:00
Johan Walles
fa92a44a72 Now using annotated tags for releases 2019-08-05 07:29:06 +02:00
Johan Walles
bc4bae3625 Add a script for making new releases 2019-08-04 19:07:14 +02:00
Johan Walles
0fbb2ce8d3 Write version number into executable 2019-07-07 18:35:55 +02:00