-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #883 from AndrewRathbun/master
Create Notepad.tkape
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
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,15 @@ | ||
Description: A Target to collect files that are currently open in Notepad (Windows 11+) | ||
Author: Andrew Rathbun | ||
Version: 1.0 | ||
Id: 53e3b402-e53e-4841-bba0-56e98c53cf5b | ||
RecreateDirectories: true | ||
Targets: | ||
- | ||
Name: Notepad Session Files | ||
Category: Windows Notepad | ||
Path: C:\Users\%user%Packages\Microsoft.WindowsNotepad_8wekyb3d8bbwe\LocalState\TabState | ||
FileMask: "*.bin" | ||
Comment: "Contains .bin files which consist of the files opened in each tab in Windows Notepad" | ||
|
||
# Documentation | ||
# N/A |