https://github.com/ficd0/pb.fish
"Use hut paste with fzf"
https://github.com/ficd0/pb.fish
Last synced: 10 months ago
JSON representation
"Use hut paste with fzf"
- Host: GitHub
- URL: https://github.com/ficd0/pb.fish
- Owner: ficd0
- License: mit
- Created: 2025-05-02T22:55:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T23:08:58.000Z (about 1 year ago)
- Last Synced: 2025-07-30T13:08:59.514Z (11 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pb.fish
> `fzf` wrapper for `hut paste` 🐟
## Usage
The function is called `pb`. Call it without arguments to see the help menu.
Use -- followed by arguments to pass directly to hut paste.
The following commands are available:
- create - \[file_path\] create a paste
- copy - copy a paste's URL to your clipboard
- delete - delete a paste
- show - view a paste
- id - select a paste and print its id
- list - list the existing pastes"
## Installation
With Fisher ([my fork](https://git.sr.ht/~ficd/fisher)):
```sh
fisher install ~ficd/pb.fish
```