index
:
Peniquitous
master
A user script that provides ubiquitous Ctrl-P & Ctrl-N support in search fields
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-21
Move userscript-header.txt into main.js.in
HEAD
v0.1.0
master
Teddy Wing
2021-03-21
Makefile: Ensure Mousetrap license is commented
Teddy Wing
2021-03-21
main.js.in: Remove old `console.log`
Teddy Wing
2021-03-21
README: Change Chrome extension references to user script
Teddy Wing
2021-03-21
Add CHANGELOG
Teddy Wing
2021-03-21
Increase version v0.0.1 -> v0.1.0
Teddy Wing
2021-03-21
Remove manifest.json
Teddy Wing
2021-03-21
Remove Bower-included Mousetrap
Teddy Wing
2021-03-21
peniquitous.user.js: Add Mousetrap license to key-event code
Teddy Wing
2021-03-21
Makefile: Use NPM Mousetrap
Teddy Wing
2021-03-21
Add 'mousetrap' via NPM
Teddy Wing
2021-03-21
main.js.in: Remove old script insertion code
Teddy Wing
2021-03-21
Makefile: Add a new `peniquitous.user.js` target
Teddy Wing
2021-03-21
peniquitous.js: Add missing `var` declaration
Teddy Wing
2021-03-21
Remove Browserify
Teddy Wing
2021-03-21
Rename `main.js` to `main.js.in`
Teddy Wing
2021-03-21
Makefile: Add build rules to build dependencies into main.js
Teddy Wing
2021-03-21
Work out the proper way to import scripts
Teddy Wing
2021-03-21
Makefile: Try concatenating instead of Browserify
Teddy Wing
2021-03-21
Add user script header
Teddy Wing
2021-03-21
Build into a Greasemonkey user script
Teddy Wing
2021-03-20
Relicense under the GNU GPLv3+
Teddy Wing
2015-05-24
README.md: Add demo gif
v0.0.1
Teddy Wing
2015-05-24
Add README.md
Teddy Wing
2015-05-24
Add LICENSE
Teddy Wing
2015-05-24
peniquitous.js: Target "search"-type inputs
Teddy Wing
2015-05-24
peniquitous.js: Get rid of key code magic numbers
Teddy Wing
2015-05-24
peniquitous.js: Get rid of test code
Teddy Wing
2015-05-24
Inject peniquitous.js into the page context
Teddy Wing
2015-05-24
peniquitous.js: Try to listen for & simulate key events
Teddy Wing
2015-05-23
Add peniquitous.js, bind to input focus (WIP)
Teddy Wing
2015-05-23
Set up Bower. Install Mousetrap.
Teddy Wing
2015-05-23
manifest.json: Fix `content_scripts` script definition syntax
Teddy Wing
2015-05-23
manifest.json: Fix `content_scripts` syntax
Teddy Wing
2015-05-23
manifest.json: Change name "Peniquity" to "Peniquitous"
Teddy Wing
2015-05-23
Initial commit
Teddy Wing