Skip to content

Commit afaa402

Browse files
committed
Added section to instruction about opening files/folders
1 parent 8cd417e commit afaa402

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

instructions/Instruction.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Instruction
22
## Basic Informations
3-
Czkawka for now contains two independent frontends - Console and Graphical interface which share the core module which contains basic and common functions used by each frontend.
4-
3+
Czkawka for now contains two independent frontends - Console and Graphical interface which share the core module which contains basic and common functions used by each frontend.
54

65
Using Rust language without unsafe code, helps to create safe, fast with small resource requirements.
76

@@ -128,6 +127,13 @@ There is also an option to see image previews in Similar Images tool.
128127

129128
<img src="https://user-images.githubusercontent.com/41945903/103025544-50ca4480-4552-11eb-9a54-f1b1f6f725b1.png" width="800" />
130129

130+
### Opening/Manipulating files
131+
It is possible to open selected files by double clicking at them.
132+
133+
To open multiple file just select desired files with CTRL key pressed and still when clicking this key, double click at selected items with left mouse button.
134+
135+
To open folder containing selected file, just click twice at it with right mouse button.
136+
131137
## CLI
132138
Czkawka CLI frontend is great to automate some tasks like removing empty directories.
133139

0 commit comments

Comments
 (0)