1
1
mirror of https://github.com/walles/moar.git synced 2024-09-11 12:15:43 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Johan Walles
81e9273f69 Add combra dependency 2021-11-07 09:14:08 +01:00
Johan Walles
871cf523c0 Bump Chroma to 0.9.4
Removes some indirect dependencies, fixes #74.
2021-10-17 08:57:13 +02:00
Steven Penny
8fd5229840 Update go.mod
New Chroma version and remove "xerrors"
2021-05-12 11:20:45 -05:00
Johan Walles
0a6db4974b Experiment with go mod tidy and go install
Try to work out #48.
2021-04-22 19:13:12 +02:00
Johan Walles
c93270e8fc Run errcheck from test.sh 2021-04-20 06:59:49 +02:00
Johan Walles
c3936b44f4 Run staticcheck from test.sh 2021-04-20 06:46:14 +02:00
Johan Walles
9b86fc5736 Windows: Color output, character input
Arrow keys don't work.
2021-04-17 22:29:45 +02:00
Johan Walles
90e374601d Use our new tcell replacement 2021-04-17 22:29:41 +02: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
2583747590 Bump tcell to v2
Should fix 21.
2020-12-06 14:47:10 +01:00
Johan Walles
8a3056685c Upgrade tcell to a version supporting italics 2020-04-13 16:39:48 +02:00
Johan Walles
ad767671eb Condition some log messages on --debug flag
With this change, to get some log messages (about unsupported keys
mostly), you have to pass --debug on the command line.

Fixes #20
2019-12-06 19:36:31 +01:00
Johan Walles
70500056af Show file name and line numbers 2019-06-21 23:24:53 +02:00
Johan Walles
6f13bde11e Show blank screen and wait for user input 2019-06-11 18:29:30 +02:00
Johan Walles
0029c2de0f Pass one integration test 2019-06-09 19:34:52 +02:00
Johan Walles
61752e8d30 Initial Go setup 2019-06-09 07:47:55 +02:00