Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 926 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 926 Bytes

Tools

A small collection of scripts that I have found convenient in my daily life.

config.bat

A small Windows batch script that helps in managing my dotfiles. Read the article Dotfiles: Best way to store in a bare git repository for details.

show_path.py

A simple Python script that shows the entries in a path line by line. If run without arguments, it will analyze the PATH environment variable. Otherwise, it will use the given path (e.g. PYTHONPATH). The first column of the output may display additional information:

  • X: the entry refers to a non-existing directory.
  • +: duplicate entry (it has appeared previously).

If you like colorized output then make sure that you have installed colorama.

For convenience, there is also a Windows batch file (show_path.bat) that runs the Python script.