Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kixunil/f_you_antipaste
https://github.com/kixunil/f_you_antipaste
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kixunil/f_you_antipaste
- Owner: Kixunil
- Created: 2016-08-22T20:47:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T20:48:12.000Z (over 8 years ago)
- Last Synced: 2024-11-24T20:08:46.962Z (about 2 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
F you, antipaste!
=================About
-----The purpose of this script is to demonstrate how useless are the efforts to "protect" some fields from pasting into them. This happens for example on eventbrite registration page, which wants you to manually type your e-mail address even though such check is unneccessary, because the input field is perfectly visible (it makes sense in case of passwords, because they are invisible).
To use this script efficiently, bind it to some shortcut (like Super+V), so you'll never need to re-type stuff again. Also, this solves situations when the program doesn't have support for copy&paste (mostly Java applications).
Yeah, the world is full of people who don't know what they are doing...
How it works
------------xte simulates key presses and xsel provides desired string from clipboard.
Dependencies
------------* xte from package xautomation (Debian)
* xsel from package xsel (Debian)License
-------WTFPL