Add clipboard mode.

This commit is contained in:
2018-11-16 15:26:30 +05:30
parent 17d4df0bba
commit e90ea86d15
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ Copy `mbin.sh` to your PATH or add an alias to point to the absolute path of
```bash
some_command | mbin.sh
mbin.sh # Opens in interactive mode.
mbin.sh -c # Posts clipboard contents to bin
mbin.sh --clipboard # Posts clipboard contents to bin
```
## Customization