-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
54 lines (35 loc) · 1.51 KB
/
README
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
sessionstoreparser 0.9
Extract URLs from the file sessionstore.js from the browser Firefox.
Examples
--------
Extract selected URLs from open tabs from open windows:
sessionstoreparser ~/.mozilla/firefox/profile/sessionstore.js
Extract selected URLs from all tabs from all windows:
sessionstoreparser --all ~/.mozilla/firefox/profile/sessionstore.js
Extract all URLs from all tabs from all windows:
sessionstoreparser --all --url=all \
~/.mozilla/firefox/profile/sessionstore.js
Extract all URLs from closed tabs from selected window
sessionstoreparser --url=all --tab=closed --window=selected \
~/.mozilla/firefox/profile/sessionstore.js
Installation
------------
1. Place symlink to sessionstoreparser in directory listed in PATH.
2. ???
3. PROFIT!!1
Copyright
---------
Everything is copyright 2014 Lesmana Zimmer.
License
-------
This file is part of Sessionstoreparser.
Sessionstoreparser is free software: You can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Sessionstoreparser is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Sessionstoreparser. If not, see <http://www.gnu.org/licenses/>.