Mireru is a keyboard friendly file viewer by Ruby/GTK3.
It can handle a variety of file types (Picture, Text, PDF, Video and etc.).
- Ruby/GTK3, Ruby/GtkSourceView3, Ruby/ClutterGTK, Ruby/ClutterGStreamer, Ruby/Poppler and Ruby/RSVG2 in Ruby-GNOME2
- hexdump
- ChupaText
$ gem install mireru
$ mireru [OPTION]... [FILE_OR_DIRECTORY]...
If no argument, then open the current directory.
-
-h
,--help
- show this help message
-
-f
,--font NAME
- set a font such as "Monospace 16"
-
--regexp "PATTERN"
- select file name by regular expression
-
--compact
- hide empty directory
n
: nextp
: preve
: expand/collapser
: reloadq
: quit
E
: extract text using ChupaText
- Ctrl+
n
: 10 tiles next - Ctrl+
p
: 10 tiles prev - Ctrl+
e
: expand all/collapse even if cursor on file - Ctrl+
h
: move position of partition to left - Ctrl+
l
: move position of partition to right - Ctrl+Enter: run selected file (only supports Windows and OS X)
h
: leftj
: downk
: upl
: right
H
: 100 times leftJ
: 100 times downK
: 100 times upL
: 100 times right
G
: down to bottom
+
: larger-
: smaller
f
: fit window sizeo
: scale to the original size
f
: change font (at random)
- space: play/pause
j
: next pagek
: prev page
Copyright (c) 2013-2014 Masafumi Yokoyama <[email protected]>
GPLv2 or later.
See 'license/gpl-2.0.txt' or 'http://www.gnu.org/licenses/gpl-2.0' for details.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request