9b47e07cf6
tools: Add missing executable check for md5sum.
2018-07-23 22:16:45 +10:00
fda0c0068b
Fix bug that froze vigil while editing a file.
2018-07-23 21:56:12 +10:00
a29b7682c6
Add xdg-open command to the help.
2018-07-22 23:22:34 +10:00
549f9ad5c8
Add a command to open files with xdg-open.
...
- Vigil isn't a file manager but it is handy to let the highlighted
file be opened since its already selected by the user.
2018-07-22 22:08:00 +10:00
ac7ca5a46a
tools: Calculate md5sum more efficiently for large files.
2018-07-22 22:01:43 +10:00
cf8563d7c2
Coding style.
2018-07-21 21:52:02 +10:00
dd0b763dab
Change the default background of scrollbars.
...
- Also hacked the cursor row highlighting to not highlight the
scrollbar. Highlighting the widget inside the view widget is
much more difficult.
2018-07-20 18:04:56 +10:00
07ffb403f5
Made scrollbars more accurate.
...
- Used unicode characters to have fractional lengthed bars.
- Don't allow specifing a scrollbar character anymore. You
can give the bar's color and background color.
2018-07-17 08:58:29 +10:00
3a62a2a0d7
tools: Always show problems with problem status.
...
- Some tools are strict and produce many issues. Previously
their problems were ignored, and given normal status.
- Which tools produce too many issues is not obvious, better
to be consistent and show problems for all.
2018-07-05 21:46:06 +10:00
d40e0a8b59
Coding style.
...
- Started to add docstrings.
2018-07-05 14:22:40 +10:00
75678399c8
Changed the default window orientation to portrait.
...
- Portrait shows more files in the summary view.
- Most file's contents can still be viewed in half screen width.
2018-06-18 11:21:53 +10:00
64f1cd3ff8
A black cursor stands out better than white.
2018-06-18 11:19:21 +10:00
fedc10692f
Highlight the progress bar differently.
2018-06-16 18:39:28 +10:00
6a0bacc805
Tweaked status colours.
...
- The normal and okay statuses were too similar.
2018-06-16 15:25:41 +10:00
4c58d377e2
Changed colors to NCS style.
...
- See https://en.wikipedia.org/wiki/Natural_Color_System .
2018-06-16 15:15:21 +10:00
7d6d9d88eb
Made the cursor always white.
...
- With the dimmer status colors a white cursor always stands out.
- Also made yellow a little darker to help.
2018-06-16 14:56:20 +10:00
f7abd189c3
Highlight the cursor line differently.
...
- Now brightening the entire line instead of just brightening the
background.
2018-06-16 11:04:17 +10:00
69e900fdd1
Tweaked the new status colours.
2018-06-16 10:25:43 +10:00
293f013236
Trying more subdued colours for the statuses.
...
- This will also let the cursor line stand out more.
2018-06-16 10:13:29 +10:00
8289e22919
tools: Added clang-format for C, C++ and Javascript files.
2018-06-09 11:45:11 +10:00
6f58c1b9b0
readme: Ordered the tools table better.
2018-06-05 21:30:59 +10:00
5f6c2b58bf
tools: Added node to syntax check javascript.
2018-06-05 21:25:36 +10:00
896edecd23
tools: Fixed a broken dependency in 7z.
...
- This was missed in the original commit: 6c78f9c0
2018-06-05 09:01:46 +10:00
92632ba85e
tools: Added syntax and linter checkers for lua files.
2018-06-05 08:55:18 +10:00
dc5865cf67
Revert "readme: Trying centre alignment in tools table."
...
This reverts commit c6359a8873 .
2018-06-05 08:16:49 +10:00
c6359a8873
readme: Trying centre alignment in tools table.
2018-06-05 08:15:24 +10:00
5a218bed13
readme: Right aligned the extensions column.
2018-06-05 08:10:14 +10:00
8c53f2c47c
tools: Added ruby_syntax for ruby files.
2018-06-05 07:06:58 +10:00
2338a87932
tools: Python wheel files are also zip archives.
2018-06-04 10:59:03 +10:00
18dd47067c
Coding style:
...
- Generally use long options for commands.
2018-06-04 10:28:11 +10:00
64383227b0
tools: Added rpm for rpm package archives.
2018-06-04 10:25:39 +10:00
3609b31b29
tools: Fixed broken test.
...
- This was missed when changing from unzip to zipinfo.
2018-06-04 09:27:43 +10:00
8ea5c5fd11
tools: See the contents, and get info about, debian archive files.
2018-06-04 09:18:47 +10:00
7c8a2e6129
tools: Egg files can be unzipped.
2018-06-04 08:58:04 +10:00
ba1e869603
tools: Added ar for ".a" archive files.
2018-06-04 08:51:07 +10:00
2963bb078a
tools: Added unxz for xz file archives.
2018-06-04 08:39:12 +10:00
6c78f9c06c
tools: Added 7z for 7z archive files.
2018-06-04 08:35:36 +10:00
8b6fd9c978
tools: Mediainfo also works with subtitle file formats.
2018-06-04 08:30:14 +10:00
a783abbf32
tools: Added unrar for rar archive files.
2018-06-04 08:27:34 +10:00
ea992a3b2d
tools: Made pil images larger.
...
- Terminals often let you shrink the font size quickly to make
the whole image visible.
2018-06-04 08:07:43 +10:00
3bc142bec6
Coding style.
...
- Moved the git tools into tools.toml.
2018-06-04 07:55:37 +10:00
c62cc22505
tools: Made git_log more useful.
2018-06-04 07:48:29 +10:00
669bdfd015
tools: ".htm" is an abbreviation for ".html".
2018-06-04 06:47:11 +10:00
5fd1335e79
tools: Unzip also handles apk and jar files.
...
- Now using zipinfo instead of "unzip -l".
2018-06-02 13:30:16 +10:00
50b831a967
tools: Mediainfo also handles flv files.
2018-06-02 13:09:57 +10:00
a9664b44a1
Coding style.
2018-06-02 12:50:32 +10:00
17b71a6ae7
Coding style.
2018-06-02 11:15:15 +10:00
27d91c6532
tools: Added imagemagick's identify command for image file types.
2018-06-02 10:58:05 +10:00
7c2227f209
tools: Added mediainfo tool for many media file types.
2018-06-02 10:15:22 +10:00
73d06e6ff8
readme: The wildcard doesn't count as an extension.
2018-06-01 10:38:37 +10:00