Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tree method to display tree-like structure of the filesystem #1750

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2024

  1. Add tree method to display tree-like structure of the filesystem

    >>> fs.tree(path='/start/folder', display_size=True)
    
    /start/folder
    ├── folder1
    │   ├── file1.txt (1.234MB)
    │   └── file2.txt (0.567MB)
    └── folder2
        └── file3.txt (2.345MB)
    CyrilJl authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    309711f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f296bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca16769 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. str output

    CyrilJl authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a8d449b View commit details
    Browse the repository at this point in the history
  2. number of immediate children

    CyrilJl authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    23807ed View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    6ac55a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    305f80a View commit details
    Browse the repository at this point in the history
  2. Update fsspec/spec.py

    martindurant authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9d25232 View commit details
    Browse the repository at this point in the history
  3. pre-commit

    CyrilJl committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    240b04f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    1d31c11 View commit details
    Browse the repository at this point in the history