Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
domhnallmorr authored Dec 4, 2021
1 parent 3ff0e96 commit 3891f5c
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Tk-Path-Finder (WIP)
# 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 primarily to assist working with text files and MS office files spread across many folders/servers.
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
- 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)
- 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)

0 comments on commit 3891f5c

Please sign in to comment.