You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,22 @@ When holding `CTRL` while the program starts, the file will be saved to a subdir
60
60
The corresponding template can be configured via command line.
61
61
62
62
The available **file extensions** depend on the formats available in the clipboard.
63
-
For example, if you copy a range of cells from a spreadsheet, the data is available not only as text, but also in DIF, RTF, SLK and HTML formats and even as screenshot.
63
+
For example, if you copy a range of cells from a spreadsheet, the data is available not only as text, but also in DIF, RTF, SLK and HTML formats and even as screenshot.
64
64
Either select one of the suggested or enter a custom extension (which will be remembered).
65
-
An appropriate format is then chosen and a preview shown.
65
+
An appropriate format is then chosen automatically[^save_plain_text]and a preview shown.
66
66
In autosave mode, the clipboard is saved as image, if available, or else as text.
67
67
The file extension is then determined by the last used extension for the respective filetype (which can also be set via command line).
68
68
69
69
A special **batch mode** exists to monitor the clipboard and save it every time new contents are copied.
70
70
If enabled, the filename is purely determined by the template (which supports a dedicated counter variable).
71
71
72
+
[^save_plain_text]: To force saving plain text data to a file with a special extension,
73
+
use uppercase letters or prepend a dot to the file extension (neither will change the actual filename).
74
+
For example, when copying syntax highlighted HTML code snippets from a browser,
75
+
using `html` will cause the html-formatted text to be saved,
76
+
while using `HTML` will save the plain text.
77
+
78
+
72
79
### Copy file contents
73
80
Run the program with the hotkey, from the file explorer context menu, the start menu or the command line.
0 commit comments