Crates.io | rlr-gtk |
lib.rs | rlr-gtk |
version | 0.1.2 |
source | src |
created_at | 2022-03-27 09:25:53.360589 |
updated_at | 2022-10-04 08:47:53.468364 |
description | pixel screen ruler |
homepage | |
repository | https://github.com/epilys/rlr |
max_upload_size | |
id | 557217 |
size | 2,265,753 |
rlr
: a pixel screen rulerRust + GTK interactive pixel screen ruler with protractor mode.
| |
q
or Ctrl-Q
.r
to rotate 90 degrees. Press <Shift>r
to flip (mirror) the marks without rotation.p
to toggle protractor mode.f
or <Space>
to toggle freezing the measurements.Control_L
and drag the angle base side to rotate it in protractor mode.Control_L
continuously to disable precision (measurements will snap to nearest integer).+
to increase size.-
to decrease size.Up
, Down
, Left
, Right
to move window position by 10 pixels. Also hold down Control_L
to move by 1 pixel.cargo build --release
To help packagers in OSes that support the XDG Desktop standards, a .desktop
app launcher filer, an application icon and a symbolic application icon are
included.
rlr.desktop
should be installed in any of the following:
/usr/share/applications/
, /usr/local/share/applications/
or
$HOME/.local/share/applications/
.rlr.svg
should be installed in
/usr/share/icons/hicolor/scalable/apps/rlr.svg
.rlr.symbolic.svg
should be installed in
/usr/share/icons/hicolor/symbolic/apps/rlr.svg
.The files have been contributed by https://github.com/somepaulo.