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
-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ If it doesn't find an **Active** "explorer.exe" window, it creates your file on
23
23
- The app registers a System-wide Hot Key (L-Shift + Q), a combination of keys that when pressed can activate the app and bring it to the top most.
24
24
- Can create full paths not just files i.e, "dir\file.txt" creates a directory with the name "dir" and "file.txt" inside it.
25
25
- You can add file attribute flags so you can mark the file as hidden, system or readonly.
26
-
27
26
Something like this: ***\dir1\dir2\file.txt -h -s -r***.
28
27
- If you don't have an **active** "explorer.exe" window or you're in a special system folder like the root directory "This PC" or "Recycle Bin" the app creates your file on desktop directory.
29
28
- The app starts minimized with a tray icon and can be brought to front via the tray context menu with the "Show" button or via the defined Hot Key.
0 commit comments