Skip to content

yehorscode/tspace

Repository files navigation

tspace

tspace is short for terminal space. A terminal ui (tui) built with textual library and python 3.11 to check for how much space a directory occupies on the disk. note: the app checks for apparent-size so it does not reflect how much the directory takes up disk space but instead reflect how much the individual directory takes up real bytes so it does not show how much it uses space but is shows how big is it.

App does the same job as du --apparent-size -sh <folder>, but slower and with a TUI Pypi: https://pypi.org/project/tspace1/

Demo:

yt link: https://youtu.be/PhVKSI0RhCo

Installation manually

Here is how:

  1. Make a new directory
  2. cd into that directory
  3. Make a new venv python3 -m venv .venv
  4. Activate venv by doing source .venv/bin/activate or source .venv/bin/activate.fish or source .venv/bin/activate.zsh
  5. run pip install tspace1
  6. run tspace, and try out the app!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages