4a1e109f07
tools: Let color be specified in tools.toml.
2019-07-20 14:06:22 +10:00
9b5ad3332e
Coding style.
...
- Tools should return a status and a text string,
not a status and a fill3 widget.
2019-07-18 23:58:01 +10:00
8eff1d5a0f
Handle tabs in terminal output.
2019-07-18 14:43:36 +10:00
139ddc681f
tools: Fix git_blame and git_log results not displaying correctly.
2019-07-18 13:17:23 +10:00
6d6e4442ae
Fix missed broken test.
...
- The golden file should have been changed with the others in
commit: f6cb615c97
2019-07-17 22:38:07 +10:00
e98f1640bf
Better handle results that don't decode to UTF-8.
2019-07-17 22:33:48 +10:00
81e19a2062
tools: Add color to git blame output.
2019-07-17 22:17:12 +10:00
e8d9c301c0
Coding style.
2019-07-16 13:33:30 +10:00
b67d06c1e9
appimage: Start cleaning up unnecessary files.
...
- Removed go build dependencies.
- Size: 655mb -> 288mb
2019-07-15 19:50:12 +10:00
4714452760
appimage: Get the appimage build working.
...
- zesty -> cosmic
- appimage 9 -> appimage 12
- vigil -> eris
2019-07-15 12:50:32 +10:00
6de0eeb6fa
Update TODO.
2019-07-14 16:03:04 +10:00
ae68a4382a
flatpak: Don't use network when re-building.
2019-07-13 09:18:13 +10:00
121196192a
flatpak: Add rakudo.
2019-07-13 09:16:41 +10:00
16b95a2376
tools: Add rakudo for checking perl6 syntax.
2019-07-10 21:36:40 +10:00
23f5533860
Coding style.
2019-07-10 11:54:38 +10:00
653ba646d9
Add missed webassembly changes of readme
2019-07-10 11:54:01 +10:00
b0768a0467
Exempt WebAssembly tools, since not yet in Ubuntu.
2019-07-10 11:38:55 +10:00
057e21869a
Coding style.
...
- subprocess.run can do the decoding to unicode.
2019-07-10 11:33:57 +10:00
5add6d1916
Fixed build not downloading.
2019-07-10 11:28:53 +10:00
f6cb615c97
tools: Added color to git_log output.
...
- Added a simple parser for termcodes to termstr.
- Added missing 'italic' conversion in termstr.
- Simplified termcode for 'normal'.
2019-07-09 12:00:39 +10:00
ee064f00af
flatpak: Let build caching work by not creating manifest in tmp dir.
2019-07-01 14:34:35 +10:00
24c033850a
Ignore git dependencies in install-tools.
2019-07-01 14:34:35 +10:00
9bae222a82
flatpak: Coding style.
...
- Revert part of the last coding style change.
2019-07-01 14:34:21 +10:00
2a0ece5af5
flatpak: Coding style.
2019-06-30 12:25:40 +10:00
9c81077812
Let spacebar also be used to pause.
2019-06-30 12:23:15 +10:00
88682bb82f
flatpak: Make build-flatpak use the local eris repository.
...
- This lets the build be tested on a new commit that doesn't
yet exist on github.
- A temporary patched version of the manifest is made with
eris's url patched to the local repo. ($PWD)
- build-flatpak.py needs to be run in the eris root directory.
2019-06-30 12:20:41 +10:00
31e144c6bb
flatpak: Update manifest with svglib.
2019-06-30 11:39:06 +10:00
a2bea77cd2
tools: Add svglib to view svg files.
2019-06-30 11:36:54 +10:00
aa3c497124
flatpak: Always point manifest to the latest commit of eris.
2019-06-30 11:36:54 +10:00
415b535477
flatpak: Update manifest with WebAssembly tools.
...
- The tools aren't in ubuntu yet.
2019-06-30 00:36:48 +10:00
ce843e89f3
tools: Add wabt tools for webassembly file types.
2019-06-26 23:16:28 +10:00
57febfc08a
flatpak: Let the test script fully complete.
2019-06-26 14:38:42 +10:00
8135ffc5da
Add a flatpak manifest file.
...
- The manifest file is generated by ./make-flatpak-manifest.py.
It contains the latest versions of eris's dependencies.
- The manifest file can be checked with the build-flatpak.sh script.
2019-06-24 13:23:28 +10:00
36027a90f2
Use the ellipsis unicode character.
2019-06-22 13:29:34 +10:00
92b99d9b23
tools: Make go tools install using 'go get'.
2019-06-06 18:53:57 +10:00
d62010a1e0
tools: Remove hashes from metadata.
...
- Hashes aren't strictly metadata.
- Which types of hashes are popular?
- Hashes are expensive to calculate.
2019-06-03 22:11:15 +10:00
be489b0628
tools: Remove missed code formatter.
2019-05-31 14:29:35 +10:00
66495cdf7d
Give the progress bar a finer resolution.
2019-05-31 00:24:28 +10:00
ad2061835a
Remove perltidy temporarily for flatpak build.
2019-05-20 15:23:03 +10:00
040342863d
Remove perltidy temporarily for flatpak build.
2019-05-20 15:16:03 +10:00
e231159083
Preparing for flatpak build.
2019-05-20 14:17:29 +10:00
5fcdd0ea50
Remove code formatters.
...
- Maybe these should be returned if the output is a diff with the
current file.
- bcpp, uncrustify, gofmt, clang_format.
2019-05-17 11:10:45 +10:00
a7bec363af
Fix shebangs not being used in python tests.
2019-05-14 13:49:20 +10:00
c7b63d148c
Update the placeholder under the cursor first.
2019-05-03 19:26:12 +10:00
aec31c199e
Coding style.
2019-04-30 21:33:17 +10:00
9c9a0b5e5f
Simplify the scan for nearby placeholders.
...
- Now just sweep upwards and downwards from current position.
- The spiral was not efficient for large numbers of files.
2019-04-30 12:24:45 +10:00
742dcad34a
Fixed the cursor falling off the bottom of the summary list.
2019-02-04 13:54:17 +10:00
be3fec26a3
Update copyrights.
2019-02-04 11:48:47 +10:00
350f0496fc
Remove splint from readme.
2019-01-25 12:05:36 +10:00
6f11326fda
tools: Dropped splint since its unmaintained and doesn't compile.
2019-01-25 12:03:31 +10:00