-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
34 lines (26 loc) · 1.08 KB
/
README
File metadata and controls
34 lines (26 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
TabGroupie is a plugin for pentadactyl. It allows you to create tabgroups,
rename them and move the currently use tab from group to group
with pentadactyl.
under constuction:
It works, but if you have any ideas that may improve this plugin let me know.
requires:
Firefox 4.0 (or similar) or higher
install:
Just copy the TabGroupie.js to ~/.pentadactyl/plugins/ (on Windows: %USERPROFILE%\pentadactyl\plugins)
and it will work with these six commands:
tgroup-change [TARGETGROUPTITLE]
tgroup-delete [GROUPTITLE]
tgroup-get [TABINDEX]
tgroup-new [NEWGROUPTITLE]
tgroup-switch [TARGETGROUPTITLE]
tgroup-title [NEWTITLE]
tgroup-open [param the same as open]
after restarting pentadactyl.
uninstall:
Just remove TabGroupie.js from ~/.pentadactyl/plugins (on Windows: %USERPROFILE%\pentadactyl\plugins).
Thanks:
I like to thank Kris Maglione for helping me out with the completion
and my Dad, Thammi, Astro and dodo and all other whos freetime I wasted
for the codereviews and advices.
I learned a lot about JavaScript, Firefox and Pentadactyl.
Have fun with TabGroupie.