Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bachorp/tide_pwd
Fish plugin providing Tide's pwd-formatting as a standalone function
https://github.com/bachorp/tide_pwd
fish fish-plugin shell
Last synced: about 2 months ago
JSON representation
Fish plugin providing Tide's pwd-formatting as a standalone function
- Host: GitHub
- URL: https://github.com/bachorp/tide_pwd
- Owner: bachorp
- License: mit
- Created: 2024-08-29T19:23:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:26:19.000Z (5 months ago)
- Last Synced: 2024-10-17T12:21:35.065Z (4 months ago)
- Topics: fish, fish-plugin, shell
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `tide_pwd`
[Fish](https://fishshell.com/) plugin providing [Tide](https://github.com/IlanCosman/tide)'s pwd-formatting as a standalone function.
## Installation
Using [Fisher](https://github.com/jorgebucaran/fisher):
```fish
fisher install bachorp/tide_pwd
```## Configuration
Please consult the corresponding [Tide docs](https://github.com/IlanCosman/tide/wiki/Configuration#pwd).
Note that in contrast to the Tide, the default `tide_pwd_markers` list contains only `.git`.
## Usage
To determine how aggressively path components shall be truncated, an integer soft limit on the width of the output using the parameter `--softlimit` (short `-w`) must be passed.
Additionally, there is an optional flag `--plain` (short `-p`) to disable ANSI coloring.