ixio
Sublime Text 3 plugin to post to ix.io and manage / view pastes.
Details
Installs
- Total 96
- Win 48
- Mac 28
- Linux 20
Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 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:
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.
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.
Press Shift+Ctrl+P (Shift+Cmd+P in OSX) to open the command pallete
Type 'ixio' and select ixio: post
Press enter.
The link to your paste will be copied to your clipboard.
If you'd like to see a list of your pastes open the command pallete and type 'ixio' then select ixio: pastes.
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?