Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmz777 authored Aug 29, 2020
1 parent 534c579 commit 26f4798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If it doesn't find an **Active** "explorer.exe" window, it creates your file on
- 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.
- Can create full paths not just files i.e, "dir\file.txt" creates a directory with the name "dir" and "file.txt" inside it.
- You can add file attribute flags so you can mark the file as hidden, system or readonly.
Something like this: ***\dir1\dir2\file.txt -h -s -r***.
Something like this: ***\dir1\dir2\file.txt > -h -s -r***.
- 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.
- 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.

Expand All @@ -38,5 +38,5 @@ This project references the following COM libraries:
You don't have to reference them, i only did it to expose the **Shell, ShellWindows and InternetExplorer** types in the [Tools](https://github.com/hmz777/New-File-Tool/blob/master/Helpers/Tools.cs) Class for intellisense purposes only, you can just leave them as dynamic and compile. See [here](https://github.com/hmz777/New-File-Tool/blob/33dbba8669db3ca1067573a9ce17839c6b3471a2/Helpers/Tools.cs#L32).

# Upcoming Features
- ~~I will be adding file attribute flags so you can mark the file as hidden, system or readonly. Something like this: ***\dir1\dir2\file.txt -h -s -r***~~ Done! :white_check_mark:
- ~~I will be adding file attribute flags so you can mark the file as hidden, system or readonly. Something like this: ***\dir1\dir2\file.txt > -h -s -r***~~ Done! :white_check_mark:
- An option for entering absolute paths instead of relative ones.

0 comments on commit 26f4798

Please sign in to comment.