85 Commits

Author SHA1 Message Date
Eviatar Gerzi 9ed84dc719 Update README.md 2024-11-15 11:55:35 +02:00
Eviatar Gerzi ee56bc8f8e Merge pull request #17 from regevnoam1/patch-1
Update README.md
2024-07-15 16:11:03 +03:00
Noam Regev e250140fcd Update README.md 2024-07-15 10:44:02 +03:00
Eviatar Gerzi 8c230fea8c Merge pull request #16 from regevnoam1/PipeViewer-Shell-Version
Added PipeViewer Shell Version - for output/export named pipes without GUI
2024-07-02 12:30:53 +03:00
regevnoam1 b6b7d7f12d Added PipeViewer Shell Version - for output named pipes without gui system.
Or exporting the names pipes to a Json file suitable for PipeViewer tool.
2024-07-02 12:00:43 +03:00
Eviatar Gerzi 74b75428da Merge pull request #15 from regevnoam1/Refresh-Highlight-Column-Fix
Refresh highlight-column filter fix
2024-07-02 11:34:41 +03:00
Eviatar Gerzi 4d1fa8a975 Merge pull request #14 from regevnoam1/Add-Properties-Tab
Add properties tab
2024-06-16 14:48:34 +03:00
regevnoam1 00fb3135c3 Fix the Refresh Button - to use Highlight/Column filter 2024-06-16 14:38:23 +03:00
regevnoam1 969d11426c Deleted Unnecessary Code in Pipe Chat 2024-06-03 10:19:43 +03:00
regevnoam1 884c037d29 Added copy option in the properties tab. 2024-06-02 17:11:22 +03:00
Noam Regev 9af5caf7fd Add propeties. 2024-06-02 15:04:46 +03:00
Eviatar Gerzi d69f1ea51d Update README.md 2023-08-23 12:34:06 +03:00
Eviatar Gerzi d6db7d3449 Update FormAbout.Designer.cs 2023-08-23 12:32:31 +03:00
Eviatar Gerzi 907f210e69 Fix bug of wrong values when importing JSON files v.1.1 2023-08-23 12:13:50 +03:00
Eviatar Gerzi 6a57664669 Update README.md 2023-08-23 11:34:49 +03:00
Eviatar Gerzi fa2366ce28 Merge pull request #12 from amirnachman/main
Added new feature - Button to show named pipe connection status
2023-08-15 09:26:41 +03:00
amirnachman df050e6370 Added new feature - Button to show named pipe connection status 2023-08-15 09:25:35 +03:00
Eviatar Gerzi 1836aab506 Merge pull request #11 from amirnachman/main
New Feature - show named pipe connection status button
2023-08-15 09:24:00 +03:00
amirnachman 2b05141494 New Feature - show named pipe connection status button 2023-08-15 09:18:59 +03:00
Eviatar Gerzi 260b86edaa Merge pull request #10 from amirnachman/main
Fix bug with UI controls in PipeChat + new feature for named pipe connection status
2023-08-14 10:12:21 +03:00
amirnachman 702bc9ad5e Removed some test code 2023-08-14 10:09:07 +03:00
amirnachman 804895a392 Added new feature for showing named pipe connection status 2023-08-14 09:56:00 +03:00
amirnachman 92cf46cd8b Fix typo 2023-08-09 12:00:51 +03:00
amirnachman 8a151425da - Fix bug with UI controls in PipeChat:
"Value dispose cannot be called while doing CreateHandle()".
Dispose the handles after the window is closed.
- Fix search window focus (creating only one window) in the PipeChat
2023-08-09 11:53:43 +03:00
Eviatar Gerzi eeab1986b6 Merge pull request #9 from amirnachman/main
Added CSV\JSON import option and sub windows focus modification
2023-08-09 10:57:51 +03:00
amirnachman 534cefe329 - Added CSV\JSON import option.
- Added JSON export option.
- Removed locked sub window focus, now you can open new sub window and be able to go to the main window.
- Added windows focus when trying to open new sub window, so i.e if you open search window and press again to open, it will set the focus on the search.
2023-08-09 10:18:33 +03:00
Eviatar Gerzi 5ad0415c44 Merge pull request #8 from amirnachman/main
Added separator
2023-08-06 09:39:42 +03:00
amirnachman c996015fa8 added seaprator in status 2023-08-06 09:19:36 +03:00
amirnachman b55a573e20 Add separator in status 2023-08-06 09:18:58 +03:00
Eviatar Gerzi 758a85a68b Merge pull request #7 from amirnachman/main
Adding selected rows
2023-08-03 15:23:15 +03:00
amirnachman ab33dd7a8f Merge branch 'main' of https://github.com/amirnachman/PipeViewer 2023-08-03 15:15:24 +03:00
amirnachman 0c06392db5 Added selected rows count 2023-08-03 15:14:50 +03:00
Eviatar Gerzi ef62893781 Update README.md 2023-08-03 11:13:08 +03:00
Eviatar Gerzi 21b5b76fd4 Delete signature.p7s 2023-08-03 11:02:21 +03:00
Eviatar Gerzi c0760b5b86 Add files via upload 2023-08-03 11:00:52 +03:00
Eviatar Gerzi 718cc880b1 Delete a.txt 2023-08-03 10:59:29 +03:00
Eviatar Gerzi fb1d162bcf Add files via upload 2023-08-03 10:59:02 +03:00
Eviatar Gerzi 57c8c53a4f Create a.txt 2023-08-03 10:58:46 +03:00
Eviatar Gerzi ef30224fe6 Create LICENSE.txt 2023-08-03 10:57:07 +03:00
Eviatar Gerzi 0e09114ac0 Update ColumnSelection.Designer.cs 2023-08-03 10:54:02 +03:00
Eviatar Gerzi 005854b2f8 Merge pull request #6 from amirnachman/main
minor UI changes and PowerShell server fix
2023-08-03 10:53:00 +03:00
amirnachman ebf9cfaea6 minor UI changes and PowerShell server fix 2023-08-03 10:43:42 +03:00
amirnachman ef76c4412b New Version 2023-08-03 09:47:25 +03:00
Eviatar Gerzi a16f515781 Update README.md 2023-07-12 09:39:31 +03:00
Eviatar Gerzi 05f5c67264 Update README.md 2023-06-04 16:36:53 +03:00
Eviatar Gerzi b257333e64 Update README.md 2023-05-22 15:32:29 +03:00
Eviatar Gerzi 12f837f371 Delete pipe example directory 2023-05-22 15:29:24 +03:00
Eviatar Gerzi 4b9855f9c5 Rename NamedPipeServer.ps to NamedPipeServer.ps1 2023-05-22 15:29:07 +03:00
Eviatar Gerzi 400c1d80a1 Merge pull request #4 from 2niknatan/main
Improving search and adding search to PipeChat
2023-05-22 15:27:46 +03:00
Eviatar Gerzi 6776895cc3 Create NamedPipeServer.ps 2023-05-22 08:27:39 +03:00