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: 3 months ago
JSON representation
A terminal command (Python module) to get the path of a file (pwd for files instead of directories).
- Host: GitHub
- URL: https://github.com/rynstwrt/pwdf
- Owner: rynstwrt
- Created: 2024-08-04T22:52:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T12:55:27.000Z (11 months ago)
- Last Synced: 2025-03-23T03:17:38.543Z (4 months ago)
- Topics: pwd, python, python-package, terminal, terminal-command
- Language: Python
- Homepage: https://pypi.org/project/pwdf/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`