-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b74d51
commit 9b2f990
Showing
5 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# InTag | ||
|
||
Add tags from explorer context menu. Can scan "neighbours" and use their tags. | ||
|
||
Aimed to be small and kind of lightweight (yet I believe code is fairly bad :D) | ||
|
||
## Installation | ||
|
||
![Context Menu Example](.\images\ContextMenu.png) | ||
|
||
![Main Window Example](.\images\Window.png) | ||
|
||
Put .exe somewhere, make sure it's executable - I did try to fix those permissions, but did not bother too much tbh (only spent like 2 hrs on this including "investigation"). | ||
|
||
Add registry entry (don't forget to fix your path): | ||
|
||
in `HKEY_CLASSES_ROOT\Folder\shell\InTag\command`, replace Default in with `C:\\<PUT YOUR PATH HERE>\\intag.exe %1` | ||
|
||
Or just run this regedit (also included as a reg, but again - don't forget to fix path): | ||
|
||
```reg | ||
Windows Registry Editor Version 5.00 | ||
[HKEY_CLASSES_ROOT\Folder\shell\InTag\command] | ||
@="C:\\<PUT YOUR PATH HERE>\\intag.exe %1" | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters