Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/rynstwrt/pwdf
- Owner: rynstwrt
- Created: 2024-08-04T22:52:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T12:55:27.000Z (3 months ago)
- Last Synced: 2024-10-07T18:48:08.312Z (about 1 month 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`