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

https://github.com/iainjreid/prettyname-cli

🛣 Prettyprint a UNIX file or directory path
https://github.com/iainjreid/prettyname-cli

bash cli prettyname

Last synced: 2 months ago
JSON representation

🛣 Prettyprint a UNIX file or directory path

Awesome Lists containing this project

README

          


prettyname-cli

Similar to basename and dirname, this tool takes a given position in the file-system and generates a formatted pathname from it.

```bash
/Users/chaff/Documents $ prettyname . # > ~/Documents
```