Skip to content

Commit baae9e1

Browse files
author
red
authored
update readme
1 parent 50e5485 commit baae9e1

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
11
# borderless
2+
23
An ultra-lightweight UI-less image viewer
4+
5+
## lightweight you say?
6+
7+
17kb. crazy tiny.
8+
9+
## and ui less too?
10+
11+
borderless and ui less. you can interact with it via right click menu or keymaps.
12+
13+
keymaps being:
14+
15+
left/right to navigate through the folder.
16+
17+
escape to quit.
18+
19+
scrollwheel to zoom in/out.
20+
21+
## features
22+
23+
always on top toggle
24+
25+
bilinear/nearest neighbor interpolation toggle
26+
27+
copy to clipboard button
28+
29+
open containing folder button
30+
31+
## downfalls
32+
33+
only supports .jpg, .jpeg, .png, .gif, .bmp, and .wlm
34+
35+
window is not transparent
36+
37+
copy button converts it to a png
38+
39+
## roadmap
40+
41+
C++ implementation coming when I won't be lazy.
42+
43+
## can i have a screenshot?
44+
45+
no

0 commit comments

Comments
 (0)