Skip to content

tdegeus/lndoctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lndoctor

CI Conda Version PyPi release

Overview

lndoctor allows you to analyse symbolic links in different level of detail:

Real path

lndoctor -r /path/to/mylink

Shows the real path of the link. Examples of functionality:

Show the real path of the current directory

lndoctor -r `pwd`

Go to the real path of the current directory

cd `lndoctor -r "$PWD"`

Getting lndoctor

Using conda

conda install -c conda-forge lndoctor

This will also download and install all necessary dependencies.

Using PyPi

pip install lndoctor

This will also download and install the necessary Python modules.

From source

# Download lndoctor
git checkout https://github.com/tdegeus/lndoctor.git
cd lndoctor

# Install
python -m pip install .

This will also download and install the necessary Python modules.

About

Show detail link information

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages