Преглед на файлове

Use ix.io paste service

master
Arun Prakash Jana преди 5 години
родител
ревизия
57298b7fcc
No known key found for this signature in database GPG Key ID: A75979F35C080412
променени са 2 файла, в които са добавени 3 реда и са изтрити 5 реда
  1. +1
    -1
      plugins/README.md
  2. +2
    -4
      plugins/pastebin

+ 1
- 1
plugins/README.md Целия файл

@@ -28,7 +28,7 @@ The currently available plugins are listed below.
| nwal | sh | nitrogen | Set image as wallpaper using nitrogen | | nwal | sh | nitrogen | Set image as wallpaper using nitrogen |
| oldbigfile | sh | find, sort | List large files by access time | | oldbigfile | sh | find, sort | List large files by access time |
| organize | sh | file | Auto-organize files in directories by file type | | organize | sh | file | Auto-organize files in directories by file type |
| pastebin | sh | [pastebinit](https://launchpad.net/pastebinit) | Paste contents of (text) file to paste.ubuntu.com | | pastebin | sh | - | Paste contents of a text a file ix.io |
| pdfview | sh | pdftotext/<br>mupdf-tools | View PDF file in `$PAGER` | | pdfview | sh | pdftotext/<br>mupdf-tools | View PDF file in `$PAGER` |
| picker | sh | nnn | Pick files and list one per line (to pipe) | | picker | sh | nnn | Pick files and list one per line (to pipe) |
| pywal | sh | pywal | Set image as wallpaper, change terminal colorscheme | | pywal | sh | pywal | Set image as wallpaper, change terminal colorscheme |


+ 2
- 4
plugins/pastebin Целия файл

@@ -1,13 +1,11 @@
#!/usr/bin/env sh #!/usr/bin/env sh


# Description: Paste contents of a text a file to paste.ubuntu.com using pastebinit # Description: Paste contents of a text a file http://ix.io
#
# pastebinit: https://launchpad.net/pastebinit
# #
# Shell: POSIX compliant # Shell: POSIX compliant
# Author: Arun Prakash Jana # Author: Arun Prakash Jana


if ! [ -z "$1" ]; then if ! [ -z "$1" ]; then
pastebinit "$1" curl -F "f:1=@"$1"" ix.io
read input read input
fi fi

||||||
x
 
000:0
Loading…
Отказ
Запис