Flamory provides the following integration abilities:
To automate your day-to-day paste.sh tasks, use the Nekton automation platform. Describe your workflow in plain language, and get it automated using AI.
Flamory provides advanced bookmarking for paste.sh. It captures screen, selection, text on the page and other context. You can find this bookmark later using search by page content or looking through thumbnail list.
For best experience use Google Chrome browser with Flamory plugin installed.
Flamory helps you capture and store screenshots from paste.sh by pressing a single hotkey. It will be saved to a history, so you can continue doing your tasks without interruptions. Later, you can edit the screenshot: crop, resize, add labels and highlights. After that, you can paste the screenshot into any other document or e-mail message.
Here is how paste.sh snapshot can look like. Get Flamory and try this on your computer.
This is a simple paste site. It doesn't do syntax highlighting, or get in your
way. It gives you a textarea and you type in it.
However behind the scenes it is encrypting your data. It uses a recently
introduced browser feature (crypto.getRandomValues) to do this securely.
This does mean you need a modern browser. It seems to work best in Chrome,
Firefox also works well. Reading pastes should work in most browsers with
JavaScript.
However if you didn't guess from the name there is also a shell script
"paste.sh"; see or run the following commands to
install it:
cd ~/bin
curl -O
chmod +x paste.sh
JavaScript running in your browser encrypts your data using AES-256 (via the
CryptoJS library). The key is generated on the client side and the server is
never able to decrypt the data, this works because the URL fragment (the part of
the URL after the '#' symbol) is never sent to the server.
Beware that depending on how you share the URL with others the fragment part may
be stored by other systems.
You can edit the paste for some time after pasting; this uses a session cookie
in your browser. (Yes, if you deny cookies this site won't work, sorry).
[ continues ~ ]
Integration level may vary depending on the application version and other factors. Make sure that user are using recent version of paste.sh. Please contact us if you have different integration experience.