Giter VIP home page Giter VIP logo

treefilebrowser's Introduction

TreeFileBrowser

介绍

当我们拥有多个移动硬盘时,经常会忘记每个硬盘中保存了哪些文件,而且直接查看这些硬盘中的文件往往不太方便。 为了解决这个问题,我们可以使用 tree 命令生成硬盘内容的文本表示,如:tree -l > MyDisk.txt。虽然这种方法可以列出文件和文件夹,但生成的文本文件阅读起来可能非常困难。

本项目提供一个文件夹阅读器,可以将这些文本文件转换为易于浏览的图形界面格式,从而提升文件浏览的体验。

最后就可以生成硬盘的结构树,以txt保存在常用电脑上了,再也不用担心不知道自己移动硬盘里是啥了!

提供参考生成文件 1.txt 2.txt使用。

使用说明

  1. 首先,使用tree命令生成您的硬盘目录结构到一个文本文件。使用-L参数可以限制文件夹深度。例如:
    tree -L 3  > MyDisk.txt
  2. 使用文件夹阅读器打开这个文本文件:
    python folder_reader.py
    在弹出的图形界面中选择 MyDisk.txt 文件,程序将显示文件结构。

注意事项

在 Windows 系统下使用的 tree 命令与 Linux 系统中的 tree 命令略有不同,Windows 版本的 tree 命令更为简单。

treefilebrowser's People

Contributors

yooungjune avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.