Compare commits

...

No commits in common. "d50695537163a466d06e38a7119e30c7bcf79499" and "c709ddb1d1a6dc18aad07c46c9836116f2e2543e" have entirely different histories.

2 changed files with 10 additions and 14 deletions

View File

@ -1,15 +1,12 @@
# publish
> A plugin for [Oh My Fish](https://www.github.com/oh-my-fish/oh-my-fish).
[![GPL License](https://img.shields.io/badge/license-GPL-blue.svg?longCache=true&style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v2.7.1-blue.svg?style=flat-square)](https://fishshell.com)
[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish)
<br/>
# publish
## Description
> A plugin for [Oh My Fish](https://www.github.com/oh-my-fish/oh-my-fish)
A wrapper function for pastebinit, allowing it to publish multiple lines at once while also choosing which lines to send. By not specifying a target file, or passing content through a pipe, the contents of the clipboard are uploaded instead. This function is fully compatible with [termux](termux.com) as well.
A wrapper function for [pastebinit](https://launchpad.net/pastebinit), allowing it to publish multiple files in sequece while also choosing which lines of those to send. By not specifying a target file, or passing content through a pipe, the contents of the clipboard are uploaded instead. This function is fully compatible with [termux](termux.com) as well.
## Example usage
[![asciicast](https://asciinema.org/a/chd0kvdSdtw33CWMzn5vsM3tS.png)](https://asciinema.org/a/chd0kvdSdtw33CWMzn5vsM3tS)
@ -62,15 +59,15 @@ Set a password
Print pastebinit version
```
## Dependencies
> If not for `termux-api`, you'll be prompted to install these dependencies upon installaling `publish`, if you don't have them already installed. To install `termux-api`, see its [installation instructions](https://wiki.termux.com/wiki/Termux:API)
`pastebinit feedback contains_opts [xclip/termux-api]`
## Install
```fish
omf repositories add https://gitlab.com/argonautica/argonautica
omf install publish
```
```
### Dependencies
Except for `termux-api`, you'll be prompted to install these dependencies upon installaling `publish`, if you don't have them already installed. To install `termux-api`, see its [installation instructions](https://wiki.termux.com/wiki/Termux:API)
`pastebinit feedback contains_opts [xclip/termux-api]`

View File

@ -1 +0,0 @@
install.fish