ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

ixio

by jabyrd3 ALL

Sublime Text 3 plugin to post to ix.io and manage / view pastes.

Details

  • 1.0.4
  • ix.​io
  • github.​com
  • 7 years ago
  • 23 minutes ago
  • 9 years ago

Installs

  • Total 86
  • Win 45
  • Mac 23
  • Linux 18
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-ixio

Sublime Text 3 plugin to post to ix.io, as well as view any previous posts.

Usage:

  1. Enter ixio credentials as ixioUn and ixioPw in your user settings. (preferences > settings - user) If you don't have ixio credentials just make something up. A new account will be created for your first paste. Probably you shouldn't use a password that you use anywhere else as it's stored in plaintext in the config and ix.io uses basic HTTP auth. I would suggest you use a random string for both.

  2. Select the text you want post to ix.io if you want to paste a selection. If you want to paste the entire file make sure the file you want to paste is the currently active buffer.

  3. Press Shift+Ctrl+P (Shift+Cmd+P in OSX) to open the command pallete

  4. Type 'ixio' and select ixio: post

  5. Press enter.

  6. The link to your paste will be copied to your clipboard.

  7. If you'd like to see a list of your pastes open the command pallete and type 'ixio' then select ixio: pastes.

  8. To open a paste from the list put the cursor on the first line of the paste and then right click.

Todo:

Add support for some of the more obscure ix.io features like self destructing pastes and deleting or editing pastes. Maybe syntax highlighting for pastes?