|
|
d79814e0c3
|
tools: Limit size of svg images.
|
2019-08-27 16:46:06 +10:00 |
|
|
|
8840fd9713
|
Coding style.
- Removing references in elinks output.
- Allows pandoc tool to use elinks tool.
|
2019-08-27 16:34:00 +10:00 |
|
|
|
76df9366cb
|
tools: Add color to pandoc output by using elinks.
|
2019-08-27 15:27:29 +10:00 |
|
|
|
6dfd095033
|
Coding style.
|
2019-08-25 13:23:41 +10:00 |
|
|
|
92982b80a3
|
Coding style.
|
2019-08-25 12:28:53 +10:00 |
|
|
|
7e5d965868
|
Coding style.
- Allow for subclasses of slice.
|
2019-08-23 22:53:14 +10:00 |
|
|
|
b9a3648b65
|
Correctly empty cache while result is refreshed.
|
2019-08-23 17:31:24 +10:00 |
|
|
|
b2d08b0664
|
Coding style.
- Use a generator to save memory.
|
2019-08-23 17:25:47 +10:00 |
|
|
|
506a8efe0d
|
Tmp files aren't being leaked anymore. Probably asyncio is working better.
|
2019-08-21 17:44:50 +10:00 |
|
|
|
c4e5458005
|
Shutting down cleanly now that asyncio is not noisy.
|
2019-08-21 17:43:22 +10:00 |
|
|
|
3b57dff515
|
Stop focus changing in fullscreen.
|
2019-08-21 17:09:23 +10:00 |
|
|
|
031fabf4e2
|
Make large results display quickly by loading them in pieces.
|
2019-08-21 16:05:06 +10:00 |
|
|
|
c339742203
|
flatpak: Bring manifest file up to date.
- Worked around haskell packages sometimes missing their
Setup.hs file.
|
2019-08-10 10:31:17 +10:00 |
|
|
|
bf3fd5c63b
|
flatpak: Coding style.
- Use a script to reduce repetion in build commands.
|
2019-08-09 14:44:18 +10:00 |
|
|
|
7955d9654c
|
tools: Added elinks browser for viewing html in color.
|
2019-07-24 14:04:04 +10:00 |
|
|
|
07a73e006c
|
Coding style.
- pydoc expects scripts that do little when imported.
So all python scripts really need 'if __name__ == "__main__":'
|
2019-07-22 12:17:01 +10:00 |
|
|
|
aea93874cc
|
tools: Enable color for yamllint.
- Yamllint uses the 'faint' escape code. Ignoring for now.
|
2019-07-21 23:59:08 +10:00 |
|
|
|
cc0b565b3a
|
tools: Let python_syntax tool show errors.
- Wasn't worth treating python specially.
|
2019-07-21 23:28:19 +10:00 |
|
|
|
ee27439a7c
|
tools: Ignore unfinished ascii escape codes.
- Ignore if the code doesn't end in 'm'.
|
2019-07-21 23:00:35 +10:00 |
|
|
|
7f9e572a18
|
Update TODO.
|
2019-07-21 22:30:36 +10:00 |
|
|
|
195165d826
|
tools: Enable color for bandit.
- Also timeout can now be specified in tools.toml.
- Not truncating the timestamp from bandit anymore,
so dropping its golden file.
|
2019-07-21 22:30:29 +10:00 |
|
|
|
d1867f61ab
|
tools: Enable color from gcc.
|
2019-07-21 22:29:46 +10:00 |
|
|
|
cfa591976c
|
tools: Enable color in pylint.
|
2019-07-21 21:14:08 +10:00 |
|
|
|
5949a82c2d
|
Coding style.
|
2019-07-21 19:35:58 +10:00 |
|
|
|
2b57080af3
|
tools: Enable color for luacheck.
|
2019-07-20 14:44:05 +10:00 |
|
|
|
812e6b4d83
|
tools: Enable color for rakudo.
|
2019-07-20 14:41:00 +10:00 |
|
|
|
975737d71d
|
tools: Enable color in shellcheck.
|
2019-07-20 14:22:10 +10:00 |
|
|
|
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 |
|