-
Notifications
You must be signed in to change notification settings - Fork 6
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
d69591e
commit 7a8ee86
Showing
3 changed files
with
45 additions
and
11 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,24 @@ | ||
# Tk-Path-Finder (WIP) ![python](https://img.shields.io/badge/python-3.6+-blue) | ||
|
||
## Description | ||
A lightweight file explorer based on tabs within tabs written in python (Tkinter). Written primarily to assist working with text files and MS office files spread across many folders/servers. | ||
|
||
## Features | ||
- Quick Access Sidebar, links can be grouped into individual folders. | ||
- Tabs within tabs layout. | ||
- Search functionality. | ||
- Basic file comparison functionality. | ||
- Rename files. | ||
- Create multiple folders at once (hit cntrl-d in the craete folder window to duplicate line). | ||
- "Open with" functionality. | ||
- Plugin system (very much WIP at this time). | ||
|
||
## Limitations | ||
- Only tested on windows 10. | ||
- No delete functionality. | ||
- Search is very slow on sub-directories with many files. | ||
- Paste cannot be cancelled. | ||
- Does not work with MS teams folders. | ||
|
||
## Preview | ||
![alt text](https://i.imgur.com/HNW0v4o.png) |
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