Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rynstwrt/pwdf

A terminal command (Python module) to get the path of a file (pwd for files instead of directories).
https://github.com/rynstwrt/pwdf

pwd python python-package terminal terminal-command

Last synced: about 11 hours ago
JSON representation

A terminal command (Python module) to get the path of a file (pwd for files instead of directories).

Awesome Lists containing this project

README

        

# pwdf
A terminal command (Python module) to get the path of a file (pwd for files instead of directories).

**PyPI Package:** [View pwdf on PyPI here.](https://pypi.org/project/pwdf/)


## Installing
`pip install pwdf`


## Usage
`pwdf `

### Example:
```shell
foo@bar:~$ pwdf testfile.json
/Users/ryn/Documents/testfiles/testfile.json
```


## Building and Installing From Source
**Test install:** `python setup.py install`

**Build distributions:** `python setup.py sdist bdist_wheel`

**Install distributions:** `pip install dist/pwdf--py2.py3-none-any.whl`