Commit 4ef7561c authored by Paul Joannon's avatar Paul Joannon Committed by Bruno Pinto

remove README.md frim sprunge plugin

parent b5b965f9
# fish-sprunge
## Usage
Place (or link) the *.fish* file under your **fish-shell** directory (typically `~/.config/fish/`) in the `functions` subdir.
You can then sprunge:
* a file from a redirection: `sprunge < README.md`
* a file from an argument: `sprunge README.md`
* the result of a command through a pipe: `cat README.md | sprunge`
* some arbitrary text: `sprunge "I <3 paulloz"`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment