https://github.com/xyproto/minitree
List files in columns
https://github.com/xyproto/minitree
command-line-tool files listing python
Last synced: 6 months ago
JSON representation
List files in columns
- Host: GitHub
- URL: https://github.com/xyproto/minitree
- Owner: xyproto
- License: mit
- Created: 2013-07-15T12:30:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T17:14:52.000Z (about 5 years ago)
- Last Synced: 2025-03-29T03:04:33.842Z (6 months ago)
- Topics: command-line-tool, files, listing, python
- Language: Python
- Size: 168 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minitree
List files and directories, one level deep, formatted as columns.
### Screenshot

### Background
* Inspired by [this question](http://unix.stackexchange.com/questions/83072/ls-should-display-contents-of-flat-directory-structure-in-columns).
### Supported Python versions
* Tested with Python 2.6, 2.7, 3.3, 3.5, 3.8 and 3.9. I assume it will work on most versions.
### General info
* Version: 0.4.1
* License: MIT
* Author: Alexander F. Rødseth <xyproto@archlinux.org>